Skip to content

Commit bedb729

Browse files
build(deps-dev): 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 853bfbb commit bedb729

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
@@ -66,7 +66,7 @@
6666
"@rollup/plugin-babel": "^5.2.0",
6767
"@rollup/plugin-commonjs": "15.1.0",
6868
"@rollup/plugin-json": "^4.0.2",
69-
"@rollup/plugin-node-resolve": "9.0.0",
69+
"@rollup/plugin-node-resolve": "10.0.0",
7070
"@types/jest": "26.0.14",
7171
"@types/prettier": "^2.0.0",
7272
"@typescript-eslint/eslint-plugin": "2.34.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,10 +1229,10 @@
12291229
dependencies:
12301230
"@rollup/pluginutils" "^3.0.8"
12311231

1232-
"@rollup/plugin-node-resolve@9.0.0":
1233-
version "9.0.0"
1234-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-9.0.0.tgz#39bd0034ce9126b39c1699695f440b4b7d2b62e6"
1235-
integrity sha512-gPz+utFHLRrd41WMP13Jq5mqqzHL3OXrfj3/MkSyB6UBIcuNt9j60GCbarzMzdf1VHFpOxfQh/ez7wyadLMqkg==
1232+
"@rollup/plugin-node-resolve@10.0.0":
1233+
version "10.0.0"
1234+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-10.0.0.tgz#44064a2b98df7530e66acf8941ff262fc9b4ead8"
1235+
integrity sha512-sNijGta8fqzwA1VwUEtTvWCx2E7qC70NMsDh4ZG13byAXYigBNZMxALhKUSycBks5gupJdq0lFrKumFrRZ8H3A==
12361236
dependencies:
12371237
"@rollup/pluginutils" "^3.1.0"
12381238
"@types/resolve" "1.17.1"

0 commit comments

Comments
 (0)