Skip to content

Commit 4e06ec1

Browse files
chore(dependencies): update dependency @rollup/plugin-node-resolve to v14
1 parent 958f49d commit 4e06ec1

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
@@ -7,7 +7,7 @@
77
"private": true,
88
"devDependencies": {
99
"@rollup/plugin-commonjs": "^21.1.0",
10-
"@rollup/plugin-node-resolve": "^13.3.0",
10+
"@rollup/plugin-node-resolve": "^14.1.0",
1111
"@rollup/plugin-terser": "^0.3.0",
1212
"@rollup/plugin-typescript": "^8.5.0",
1313
"@tailwindcss/forms": "0.5.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -701,10 +701,10 @@
701701
magic-string "^0.25.7"
702702
resolve "^1.17.0"
703703

704-
"@rollup/plugin-node-resolve@^13.3.0":
705-
version "13.3.0"
706-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.3.0.tgz#da1c5c5ce8316cef96a2f823d111c1e4e498801c"
707-
integrity sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==
704+
"@rollup/plugin-node-resolve@^14.1.0":
705+
version "14.1.0"
706+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-14.1.0.tgz#f2fa475405cd7fed6420bf438fe393f988a9bc96"
707+
integrity sha512-5G2niJroNCz/1zqwXtk0t9+twOSDlG00k1Wfd7bkbbXmwg8H8dvgHdIWAun53Ps/rckfvOC7scDBjuGFg5OaWw==
708708
dependencies:
709709
"@rollup/pluginutils" "^3.1.0"
710710
"@types/resolve" "1.17.1"

0 commit comments

Comments
 (0)