Skip to content

Commit 90fb4bc

Browse files
Replace dependency rollup-plugin-node-resolve with @rollup/plugin-node-resolve 6.0.0
1 parent 5ab28a6 commit 90fb4bc

File tree

5 files changed

+35
-16
lines changed

5 files changed

+35
-16
lines changed

packages/color-utils/package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,6 +1242,26 @@
12421242
dependencies:
12431243
"@rollup/pluginutils" "^5.0.1"
12441244

1245+
1246+
version "6.0.0"
1247+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-6.0.0.tgz#f351e29b45c007c17df4e28a0efd0d1f5662f59b"
1248+
integrity sha512-GqWz1CfXOsqpeVMcoM315+O7zMxpRsmhWyhJoxLFHVSp9S64/u02i7len/FnbTNbmgYs+sZyilasijH8UiuboQ==
1249+
dependencies:
1250+
"@rollup/pluginutils" "^3.0.0"
1251+
"@types/resolve" "0.0.8"
1252+
builtin-modules "^3.1.0"
1253+
is-module "^1.0.0"
1254+
resolve "^1.11.1"
1255+
1256+
"@rollup/pluginutils@^3.0.0":
1257+
version "3.1.0"
1258+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
1259+
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
1260+
dependencies:
1261+
"@types/estree" "0.0.39"
1262+
estree-walker "^1.0.1"
1263+
picomatch "^2.2.2"
1264+
12451265
"@rollup/pluginutils@^5.0.1":
12461266
version "5.0.2"
12471267
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz#012b8f53c71e4f6f9cb317e311df1404f56e7a33"
@@ -2254,6 +2274,11 @@
22542274
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
22552275
integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
22562276

2277+
2278+
version "0.0.39"
2279+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
2280+
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
2281+
22572282
"@types/http-cache-semantics@*":
22582283
version "4.0.1"
22592284
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
@@ -3583,6 +3608,11 @@ estree-walker@^0.6.1:
35833608
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
35843609
integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
35853610

3611+
estree-walker@^1.0.1:
3612+
version "1.0.1"
3613+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
3614+
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
3615+
35863616
estree-walker@^2.0.2:
35873617
version "2.0.2"
35883618
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
@@ -5398,7 +5428,7 @@ picocolors@^1.0.0:
53985428
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
53995429
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
54005430

5401-
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
5431+
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1:
54025432
version "2.3.1"
54035433
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
54045434
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
@@ -5820,17 +5850,6 @@ [email protected]:
58205850
resolve "^1.11.0"
58215851
rollup-pluginutils "^2.8.1"
58225852

5823-
5824-
version "5.2.0"
5825-
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz#730f93d10ed202473b1fb54a5997a7db8c6d8523"
5826-
integrity sha512-jUlyaDXts7TW2CqQ4GaO5VJ4PwwaV8VUGA7+km3n6k6xtOEacf61u0VXwN80phY/evMcaS+9eIeJ9MOyDxt5Zw==
5827-
dependencies:
5828-
"@types/resolve" "0.0.8"
5829-
builtin-modules "^3.1.0"
5830-
is-module "^1.0.0"
5831-
resolve "^1.11.1"
5832-
rollup-pluginutils "^2.8.1"
5833-
58345853
58355854
version "0.12.0"
58365855
resolved "https://registry.yarnpkg.com/rollup-plugin-polyfill-node/-/rollup-plugin-polyfill-node-0.12.0.tgz#33d421ddb7fcb69c234461e508ca6d2db6193f1d"

0 commit comments

Comments
 (0)