Skip to content

Commit 4a13688

Browse files
chore(deps): replace dependency rollup-plugin-node-resolve with @rollup/plugin-node-resolve 6.0.0
1 parent 7f7e64c commit 4a13688

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
@@ -74,7 +74,7 @@
7474
"rollup-plugin-babel": "4.4.0",
7575
"rollup-plugin-node-builtins": "2.1.2",
7676
"rollup-plugin-node-globals": "1.4.0",
77-
"rollup-plugin-node-resolve": "5.2.0",
77+
"@rollup/plugin-node-resolve": "6.0.0",
7878
"rollup-plugin-sourcemaps": "0.6.3"
7979
},
8080
"peerDependencies": {

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2288,7 +2288,18 @@
22882288
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz#323d72dd25103d0c4fbdce89dadf574a787b1f9b"
22892289
integrity sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==
22902290

2291-
"@rollup/pluginutils@^3.0.9":
2291+
2292+
version "6.0.0"
2293+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-6.0.0.tgz#f351e29b45c007c17df4e28a0efd0d1f5662f59b"
2294+
integrity sha512-GqWz1CfXOsqpeVMcoM315+O7zMxpRsmhWyhJoxLFHVSp9S64/u02i7len/FnbTNbmgYs+sZyilasijH8UiuboQ==
2295+
dependencies:
2296+
"@rollup/pluginutils" "^3.0.0"
2297+
"@types/resolve" "0.0.8"
2298+
builtin-modules "^3.1.0"
2299+
is-module "^1.0.0"
2300+
resolve "^1.11.1"
2301+
2302+
"@rollup/pluginutils@^3.0.0", "@rollup/pluginutils@^3.0.9":
22922303
version "3.1.0"
22932304
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
22942305
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
@@ -8882,17 +8893,6 @@ [email protected]:
88828893
process-es6 "^0.11.6"
88838894
rollup-pluginutils "^2.3.1"
88848895

8885-
8886-
version "5.2.0"
8887-
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz#730f93d10ed202473b1fb54a5997a7db8c6d8523"
8888-
integrity sha512-jUlyaDXts7TW2CqQ4GaO5VJ4PwwaV8VUGA7+km3n6k6xtOEacf61u0VXwN80phY/evMcaS+9eIeJ9MOyDxt5Zw==
8889-
dependencies:
8890-
"@types/resolve" "0.0.8"
8891-
builtin-modules "^3.1.0"
8892-
is-module "^1.0.0"
8893-
resolve "^1.11.1"
8894-
rollup-pluginutils "^2.8.1"
8895-
88968896
88978897
version "0.6.3"
88988898
resolved "https://registry.yarnpkg.com/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.6.3.tgz#bf93913ffe056e414419607f1d02780d7ece84ed"

0 commit comments

Comments
 (0)