Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Commit 4e8fb5a

Browse files
Update dependency @rollup/plugin-node-resolve to v10 (#49)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent c9aa61c commit 4e8fb5a

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
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@rollup/plugin-alias": "^3.1.0",
2828
"@rollup/plugin-commonjs": "^15.0.0",
29-
"@rollup/plugin-node-resolve": "^9.0.0",
29+
"@rollup/plugin-node-resolve": "^10.0.0",
3030
"@rollup/plugin-replace": "^2.3.2",
3131
"@types/debug": "^4.1.5",
3232
"@types/jest": "^26.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -668,10 +668,10 @@
668668
magic-string "^0.25.7"
669669
resolve "^1.17.0"
670670

671-
"@rollup/plugin-node-resolve@^9.0.0":
672-
version "9.0.0"
673-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-9.0.0.tgz#39bd0034ce9126b39c1699695f440b4b7d2b62e6"
674-
integrity sha512-gPz+utFHLRrd41WMP13Jq5mqqzHL3OXrfj3/MkSyB6UBIcuNt9j60GCbarzMzdf1VHFpOxfQh/ez7wyadLMqkg==
671+
"@rollup/plugin-node-resolve@^10.0.0":
672+
version "10.0.0"
673+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-10.0.0.tgz#44064a2b98df7530e66acf8941ff262fc9b4ead8"
674+
integrity sha512-sNijGta8fqzwA1VwUEtTvWCx2E7qC70NMsDh4ZG13byAXYigBNZMxALhKUSycBks5gupJdq0lFrKumFrRZ8H3A==
675675
dependencies:
676676
"@rollup/pluginutils" "^3.1.0"
677677
"@types/resolve" "1.17.1"

0 commit comments

Comments
 (0)