Skip to content

Commit 19e985a

Browse files
Update dependency @rollup/plugin-node-resolve to v16
1 parent a103a77 commit 19e985a

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
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@rollup/plugin-commonjs": "26.0.3",
53-
"@rollup/plugin-node-resolve": "15.3.1",
53+
"@rollup/plugin-node-resolve": "16.0.1",
5454
"@rollup/plugin-typescript": "11.1.6",
5555
"@typescript-eslint/eslint-plugin": "7.18.0",
5656
"@typescript-eslint/parser": "7.18.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@
118118
is-reference "1.2.1"
119119
magic-string "^0.30.3"
120120

121-
"@rollup/plugin-node-resolve@15.3.1":
122-
version "15.3.1"
123-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.1.tgz#66008953c2524be786aa319d49e32f2128296a78"
124-
integrity sha512-tgg6b91pAybXHJQMAAwW9VuWBO6Thi+q7BCNARLwSqlmsHz0XYURtGvh/AuwSADXSI4h/2uHbs7s4FzlZDGSGA==
121+
"@rollup/plugin-node-resolve@16.0.1":
122+
version "16.0.1"
123+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-16.0.1.tgz#2fc6b54ca3d77e12f3fb45b2a55b50720de4c95d"
124+
integrity sha512-tk5YCxJWIG81umIvNkSod2qK5KyQW19qcBF/B78n1bjtOON6gzKoVeSzAE8yHCZEDmqkHKkxplExA8KzdJLJpA==
125125
dependencies:
126126
"@rollup/pluginutils" "^5.0.1"
127127
"@types/resolve" "1.20.2"

0 commit comments

Comments
 (0)