Skip to content

Commit 8df4c8c

Browse files
Replace dependency rollup-plugin-node-resolve with @rollup/plugin-node-resolve 6.0.0
1 parent 21bf34c commit 8df4c8c

File tree

5 files changed

+35
-16
lines changed

5 files changed

+35
-16
lines changed

packages/color-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"rollup": "2.79.1",
3434
"rollup-plugin-babel": "4.4.0",
3535
"rollup-plugin-commonjs": "10.1.0",
36-
"rollup-plugin-node-resolve": "5.2.0",
36+
"@rollup/plugin-node-resolve": "6.0.0",
3737
"rollup-plugin-replace": "2.2.0",
3838
"rollup-plugin-terser": "7.0.2",
3939
"should": "13.2.3",

packages/content-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"rollup": "2.79.1",
4242
"rollup-plugin-babel": "4.4.0",
4343
"rollup-plugin-commonjs": "10.1.0",
44-
"rollup-plugin-node-resolve": "5.2.0",
44+
"@rollup/plugin-node-resolve": "6.0.0",
4545
"rollup-plugin-polyfill-node": "0.12.0",
4646
"rollup-plugin-replace": "2.2.0",
4747
"rollup-plugin-terser": "7.0.2",

packages/helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"rollup": "2.79.1",
4040
"rollup-plugin-babel": "4.4.0",
4141
"rollup-plugin-commonjs": "10.1.0",
42-
"rollup-plugin-node-resolve": "5.2.0",
42+
"@rollup/plugin-node-resolve": "6.0.0",
4343
"rollup-plugin-terser": "7.0.2",
4444
"should": "13.2.3",
4545
"sinon": "15.0.3"

packages/timezone-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"rollup": "2.79.1",
3838
"rollup-plugin-babel": "4.4.0",
3939
"rollup-plugin-commonjs": "10.1.0",
40-
"rollup-plugin-node-resolve": "5.2.0",
40+
"@rollup/plugin-node-resolve": "6.0.0",
4141
"rollup-plugin-terser": "7.0.2",
4242
"should": "13.2.3",
4343
"sinon": "15.0.3"

yarn.lock

+31-12
Original file line numberDiff line numberDiff line change
@@ -1239,6 +1239,26 @@
12391239
dependencies:
12401240
"@rollup/pluginutils" "^5.0.1"
12411241

1242+
1243+
version "6.0.0"
1244+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-6.0.0.tgz#f351e29b45c007c17df4e28a0efd0d1f5662f59b"
1245+
integrity sha512-GqWz1CfXOsqpeVMcoM315+O7zMxpRsmhWyhJoxLFHVSp9S64/u02i7len/FnbTNbmgYs+sZyilasijH8UiuboQ==
1246+
dependencies:
1247+
"@rollup/pluginutils" "^3.0.0"
1248+
"@types/resolve" "0.0.8"
1249+
builtin-modules "^3.1.0"
1250+
is-module "^1.0.0"
1251+
resolve "^1.11.1"
1252+
1253+
"@rollup/pluginutils@^3.0.0":
1254+
version "3.1.0"
1255+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
1256+
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
1257+
dependencies:
1258+
"@types/estree" "0.0.39"
1259+
estree-walker "^1.0.1"
1260+
picomatch "^2.2.2"
1261+
12421262
"@rollup/pluginutils@^5.0.1":
12431263
version "5.0.2"
12441264
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz#012b8f53c71e4f6f9cb317e311df1404f56e7a33"
@@ -1658,6 +1678,11 @@
16581678
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
16591679
integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
16601680

1681+
1682+
version "0.0.39"
1683+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
1684+
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
1685+
16611686
"@types/http-cache-semantics@*":
16621687
version "4.0.1"
16631688
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
@@ -2992,6 +3017,11 @@ estree-walker@^0.6.1:
29923017
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
29933018
integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
29943019

3020+
estree-walker@^1.0.1:
3021+
version "1.0.1"
3022+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
3023+
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
3024+
29953025
estree-walker@^2.0.2:
29963026
version "2.0.2"
29973027
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
@@ -4790,7 +4820,7 @@ picocolors@^1.0.0:
47904820
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
47914821
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
47924822

4793-
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
4823+
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1:
47944824
version "2.3.1"
47954825
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
47964826
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
@@ -5230,17 +5260,6 @@ [email protected]:
52305260
resolve "^1.11.0"
52315261
rollup-pluginutils "^2.8.1"
52325262

5233-
5234-
version "5.2.0"
5235-
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz#730f93d10ed202473b1fb54a5997a7db8c6d8523"
5236-
integrity sha512-jUlyaDXts7TW2CqQ4GaO5VJ4PwwaV8VUGA7+km3n6k6xtOEacf61u0VXwN80phY/evMcaS+9eIeJ9MOyDxt5Zw==
5237-
dependencies:
5238-
"@types/resolve" "0.0.8"
5239-
builtin-modules "^3.1.0"
5240-
is-module "^1.0.0"
5241-
resolve "^1.11.1"
5242-
rollup-pluginutils "^2.8.1"
5243-
52445263
52455264
version "0.12.0"
52465265
resolved "https://registry.yarnpkg.com/rollup-plugin-polyfill-node/-/rollup-plugin-polyfill-node-0.12.0.tgz#33d421ddb7fcb69c234461e508ca6d2db6193f1d"

0 commit comments

Comments
 (0)