Skip to content

Commit f645f29

Browse files
committed
relax parcel plugin dependency range in locales resolver
1 parent f6d37e9 commit f645f29

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
},
185185
"resolutions": {
186186
"@babel/core": "7.24.3",
187+
"@parcel/plugin": "2.0.0-canary.1565",
187188
"@types/react": "18.2.28",
188189
"postcss": "8.4.24",
189190
"postcss-custom-properties": "13.2.0",

packages/dev/parcel-resolver-optimize-locales/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "1.1.0",
44
"main": "LocalesResolver.js",
55
"engines": {
6-
"parcel": "2.0.0-canary.1563"
6+
"parcel": "^2.12.0"
77
},
88
"dependencies": {
9-
"@parcel/plugin": "2.0.0-canary.1565"
9+
"@parcel/plugin": "^2.12.0"
1010
},
1111
"publishConfig": {
1212
"access": "public"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3552,7 +3552,7 @@
35523552
dependencies:
35533553
"@parcel/plugin" "2.0.0-canary.1565+ae90f088b"
35543554

3555-
"@parcel/plugin@2.0.0-canary.1565", "@parcel/plugin@2.0.0-canary.1565+ae90f088b":
3555+
"@parcel/plugin@2.0.0-canary.1565", "@parcel/plugin@2.0.0-canary.1565+ae90f088b", "@parcel/plugin@^2.12.0":
35563556
version "2.0.0-canary.1565"
35573557
resolved "https://registry.yarnpkg.com/@parcel/plugin/-/plugin-2.0.0-canary.1565.tgz#6e0bc587f0785142d79563eed36aa5a55067865c"
35583558
integrity sha512-uJpt6V0zOVd64McJrDFKfK7yveYjtYx8a+ggels7lFmAn1k6jzUTYzgQUcTERjairzOEngc6d5S4VH0CEHZ4xw==

0 commit comments

Comments
 (0)