Skip to content

Commit ee0135b

Browse files
chore(deps): replace dependency rollup-plugin-node-resolve with @rollup/plugin-node-resolve 6.0.0
1 parent 0a7671d commit ee0135b

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

+1-1
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

+12-12
Original file line numberDiff line numberDiff line change
@@ -1899,7 +1899,18 @@
18991899
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/semver-v6/-/semver-v6-6.3.3.tgz#ea6d23ade78a325f7a52750aab1526b02b628c29"
19001900
integrity sha512-3Yc1fUTs69MG/uZbJlLSI3JISMn2UV2rg+1D/vROUqZyh3l6iYHCs7GMp+M40ZD7yOdDbYjJcU1oTJhrc+dGKg==
19011901

1902-
"@rollup/pluginutils@^3.0.9":
1902+
"@rollup/plugin-node-resolve@6.0.0":
1903+
version "6.0.0"
1904+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-6.0.0.tgz#f351e29b45c007c17df4e28a0efd0d1f5662f59b"
1905+
integrity sha512-GqWz1CfXOsqpeVMcoM315+O7zMxpRsmhWyhJoxLFHVSp9S64/u02i7len/FnbTNbmgYs+sZyilasijH8UiuboQ==
1906+
dependencies:
1907+
"@rollup/pluginutils" "^3.0.0"
1908+
"@types/resolve" "0.0.8"
1909+
builtin-modules "^3.1.0"
1910+
is-module "^1.0.0"
1911+
resolve "^1.11.1"
1912+
1913+
"@rollup/pluginutils@^3.0.0", "@rollup/pluginutils@^3.0.9":
19031914
version "3.1.0"
19041915
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
19051916
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
@@ -8493,17 +8504,6 @@ rollup-plugin-node-globals@1.4.0:
84938504
process-es6 "^0.11.6"
84948505
rollup-pluginutils "^2.3.1"
84958506

8496-
rollup-plugin-node-resolve@5.2.0:
8497-
version "5.2.0"
8498-
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz#730f93d10ed202473b1fb54a5997a7db8c6d8523"
8499-
integrity sha512-jUlyaDXts7TW2CqQ4GaO5VJ4PwwaV8VUGA7+km3n6k6xtOEacf61u0VXwN80phY/evMcaS+9eIeJ9MOyDxt5Zw==
8500-
dependencies:
8501-
"@types/resolve" "0.0.8"
8502-
builtin-modules "^3.1.0"
8503-
is-module "^1.0.0"
8504-
resolve "^1.11.1"
8505-
rollup-pluginutils "^2.8.1"
8506-
85078507
rollup-plugin-sourcemaps@0.6.3:
85088508
version "0.6.3"
85098509
resolved "https://registry.yarnpkg.com/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.6.3.tgz#bf93913ffe056e414419607f1d02780d7ece84ed"

0 commit comments

Comments
 (0)