Skip to content

Commit 16e437f

Browse files
chore(deps): replace devdependency rollup-plugin-node-resolve with @rollup/plugin-node-resolve ^6.0.0
1 parent 8c19e18 commit 16e437f

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"rollup-plugin-babel": "^4.4.0",
108108
"rollup-plugin-commonjs": "^10.1.0",
109109
"rollup-plugin-json": "^4.0.0",
110-
"rollup-plugin-node-resolve": "^5.2.0",
110+
"@rollup/plugin-node-resolve": "^6.0.0",
111111
"rollup-plugin-replace": "^2.2.0",
112112
"rollup-plugin-terser": "^6.1.0",
113113
"selenium-webdriver": "^4.0.0-alpha.7",

yarn.lock

+30-11
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,26 @@
11581158
eslint-plugin-unicorn "^19.0.1"
11591159
eslint-plugin-vue "^6.2.2"
11601160

1161+
"@rollup/plugin-node-resolve@^6.0.0":
1162+
version "6.1.0"
1163+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-6.1.0.tgz#0d2909f4bf606ae34d43a9bc8be06a9b0c850cf0"
1164+
integrity sha512-Cv7PDIvxdE40SWilY5WgZpqfIUEaDxFxs89zCAHjqyRwlTSuql4M5hjIuc5QYJkOH0/vyiyNXKD72O+LhRipGA==
1165+
dependencies:
1166+
"@rollup/pluginutils" "^3.0.0"
1167+
"@types/resolve" "0.0.8"
1168+
builtin-modules "^3.1.0"
1169+
is-module "^1.0.0"
1170+
resolve "^1.11.1"
1171+
1172+
"@rollup/pluginutils@^3.0.0":
1173+
version "3.1.0"
1174+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
1175+
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
1176+
dependencies:
1177+
"@types/estree" "0.0.39"
1178+
estree-walker "^1.0.1"
1179+
picomatch "^2.2.2"
1180+
11611181
"@sindresorhus/is@^0.14.0":
11621182
version "0.14.0"
11631183
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
@@ -4900,6 +4920,11 @@ estree-walker@^0.6.1:
49004920
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
49014921
integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
49024922

4923+
estree-walker@^1.0.1:
4924+
version "1.0.1"
4925+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
4926+
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
4927+
49034928
esutils@^2.0.2:
49044929
version "2.0.3"
49054930
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
@@ -9052,6 +9077,11 @@ picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
90529077
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a"
90539078
integrity sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA==
90549079

9080+
picomatch@^2.2.2:
9081+
version "2.3.1"
9082+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
9083+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
9084+
90559085
pify@^2.0.0, pify@^2.3.0:
90569086
version "2.3.0"
90579087
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -10291,17 +10321,6 @@ rollup-plugin-json@^4.0.0:
1029110321
dependencies:
1029210322
rollup-pluginutils "^2.5.0"
1029310323

10294-
rollup-plugin-node-resolve@^5.2.0:
10295-
version "5.2.0"
10296-
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz#730f93d10ed202473b1fb54a5997a7db8c6d8523"
10297-
integrity sha512-jUlyaDXts7TW2CqQ4GaO5VJ4PwwaV8VUGA7+km3n6k6xtOEacf61u0VXwN80phY/evMcaS+9eIeJ9MOyDxt5Zw==
10298-
dependencies:
10299-
"@types/resolve" "0.0.8"
10300-
builtin-modules "^3.1.0"
10301-
is-module "^1.0.0"
10302-
resolve "^1.11.1"
10303-
rollup-pluginutils "^2.8.1"
10304-
1030510324
rollup-plugin-replace@^2.2.0:
1030610325
version "2.2.0"
1030710326
resolved "https://registry.yarnpkg.com/rollup-plugin-replace/-/rollup-plugin-replace-2.2.0.tgz#f41ae5372e11e7a217cde349c8b5d5fd115e70e3"

0 commit comments

Comments
 (0)