Skip to content

Commit 4745cd3

Browse files
committedJan 12, 2022
v2.2.0
1 parent f79c4cd commit 4745cd3

File tree

123 files changed

+520
-520
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+520
-520
lines changed
 

‎packages/bundlers/default/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parcel/bundler-default",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"
@@ -17,13 +17,13 @@
1717
"source": "src/DefaultBundler.js",
1818
"engines": {
1919
"node": ">= 12.0.0",
20-
"parcel": "^2.1.1"
20+
"parcel": "^2.2.0"
2121
},
2222
"dependencies": {
23-
"@parcel/diagnostic": "^2.1.1",
24-
"@parcel/hash": "^2.1.1",
25-
"@parcel/plugin": "^2.1.1",
26-
"@parcel/utils": "^2.1.1",
23+
"@parcel/diagnostic": "^2.2.0",
24+
"@parcel/hash": "^2.2.0",
25+
"@parcel/plugin": "^2.2.0",
26+
"@parcel/utils": "^2.2.0",
2727
"nullthrows": "^1.1.1"
2828
}
2929
}

‎packages/bundlers/experimental/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parcel/bundler-experimental",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"
@@ -17,14 +17,14 @@
1717
"source": "src/ExperimentalBundler.js",
1818
"engines": {
1919
"node": ">= 12.0.0",
20-
"parcel": "^2.1.1"
20+
"parcel": "^2.2.0"
2121
},
2222
"dependencies": {
23-
"@parcel/diagnostic": "^2.1.1",
24-
"@parcel/graph": "^2.1.1",
25-
"@parcel/hash": "^2.1.1",
26-
"@parcel/plugin": "^2.1.1",
27-
"@parcel/utils": "^2.1.1",
23+
"@parcel/diagnostic": "^2.2.0",
24+
"@parcel/graph": "^2.2.0",
25+
"@parcel/hash": "^2.2.0",
26+
"@parcel/plugin": "^2.2.0",
27+
"@parcel/utils": "^2.2.0",
2828
"nullthrows": "^1.1.1"
2929
}
3030
}

0 commit comments

Comments
 (0)
Please sign in to comment.