Skip to content

Commit 16071fa

Browse files
Bump @rollup/plugin-node-resolve from 9.0.0 to 10.0.0
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 9.0.0 to 10.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](rollup/plugins@node-resolve-v9.0.0...node-resolve-v10.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 05ecc2f commit 16071fa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@babel/cli": "^7.10.5",
3939
"@babel/preset-env": "^7.10.4",
4040
"@rollup/plugin-commonjs": "^15.0.0",
41-
"@rollup/plugin-node-resolve": "^9.0.0",
41+
"@rollup/plugin-node-resolve": "^10.0.0",
4242
"babel-jest": "^26.1.0",
4343
"eslint": "^7.5.0",
4444
"eslint-config-prettier": "^6.11.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,10 +1112,10 @@
11121112
magic-string "^0.25.7"
11131113
resolve "^1.17.0"
11141114

1115-
"@rollup/plugin-node-resolve@^9.0.0":
1116-
version "9.0.0"
1117-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-9.0.0.tgz#39bd0034ce9126b39c1699695f440b4b7d2b62e6"
1118-
integrity sha512-gPz+utFHLRrd41WMP13Jq5mqqzHL3OXrfj3/MkSyB6UBIcuNt9j60GCbarzMzdf1VHFpOxfQh/ez7wyadLMqkg==
1115+
"@rollup/plugin-node-resolve@^10.0.0":
1116+
version "10.0.0"
1117+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-10.0.0.tgz#44064a2b98df7530e66acf8941ff262fc9b4ead8"
1118+
integrity sha512-sNijGta8fqzwA1VwUEtTvWCx2E7qC70NMsDh4ZG13byAXYigBNZMxALhKUSycBks5gupJdq0lFrKumFrRZ8H3A==
11191119
dependencies:
11201120
"@rollup/pluginutils" "^3.1.0"
11211121
"@types/resolve" "1.17.1"

0 commit comments

Comments
 (0)