Skip to content

Commit 9a0d2c2

Browse files
chore(deps): replace dependency rollup-plugin-node-resolve with @rollup/plugin-node-resolve 6.0.0 (#932)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec47e8f commit 9a0d2c2

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@rollup/plugin-babel": "5.0.0",
8181
"rollup-plugin-commonjs": "10.1.0",
8282
"rollup-plugin-node-globals": "1.4.0",
83-
"rollup-plugin-node-resolve": "5.2.0",
83+
"@rollup/plugin-node-resolve": "6.0.0",
8484
"rollup-plugin-replace": "2.2.0",
8585
"rollup-plugin-typescript2": "0.22.0",
8686
"rollup-watch": "4.3.1",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2484,7 +2484,18 @@
24842484
"@babel/helper-module-imports" "^7.7.4"
24852485
"@rollup/pluginutils" "^3.0.8"
24862486

2487-
"@rollup/pluginutils@^3.0.8":
2487+
"@rollup/plugin-node-resolve@6.0.0":
2488+
version "6.0.0"
2489+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-6.0.0.tgz#f351e29b45c007c17df4e28a0efd0d1f5662f59b"
2490+
integrity sha512-GqWz1CfXOsqpeVMcoM315+O7zMxpRsmhWyhJoxLFHVSp9S64/u02i7len/FnbTNbmgYs+sZyilasijH8UiuboQ==
2491+
dependencies:
2492+
"@rollup/pluginutils" "^3.0.0"
2493+
"@types/resolve" "0.0.8"
2494+
builtin-modules "^3.1.0"
2495+
is-module "^1.0.0"
2496+
resolve "^1.11.1"
2497+
2498+
"@rollup/pluginutils@^3.0.0", "@rollup/pluginutils@^3.0.8":
24882499
version "3.1.0"
24892500
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
24902501
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
@@ -12155,17 +12166,6 @@ rollup-plugin-node-globals@1.4.0:
1215512166
process-es6 "^0.11.6"
1215612167
rollup-pluginutils "^2.3.1"
1215712168

12158-
rollup-plugin-node-resolve@5.2.0:
12159-
version "5.2.0"
12160-
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz#730f93d10ed202473b1fb54a5997a7db8c6d8523"
12161-
integrity sha512-jUlyaDXts7TW2CqQ4GaO5VJ4PwwaV8VUGA7+km3n6k6xtOEacf61u0VXwN80phY/evMcaS+9eIeJ9MOyDxt5Zw==
12162-
dependencies:
12163-
"@types/resolve" "0.0.8"
12164-
builtin-modules "^3.1.0"
12165-
is-module "^1.0.0"
12166-
resolve "^1.11.1"
12167-
rollup-pluginutils "^2.8.1"
12168-
1216912169
rollup-plugin-replace@2.2.0:
1217012170
version "2.2.0"
1217112171
resolved "https://registry.yarnpkg.com/rollup-plugin-replace/-/rollup-plugin-replace-2.2.0.tgz#f41ae5372e11e7a217cde349c8b5d5fd115e70e3"

0 commit comments

Comments
 (0)