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

Commit 911d5e9

Browse files
Update dependency @rollup/plugin-commonjs to v18 (#77)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 5292774 commit 911d5e9

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
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@rollup/plugin-alias": "^3.1.1",
33-
"@rollup/plugin-commonjs": "^16.0.0",
33+
"@rollup/plugin-commonjs": "^18.0.0",
3434
"@rollup/plugin-node-resolve": "^10.0.0",
3535
"@rollup/plugin-replace": "^2.4.2",
3636
"@types/debug": "^4.1.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -762,10 +762,10 @@
762762
dependencies:
763763
slash "^3.0.0"
764764

765-
"@rollup/plugin-commonjs@^16.0.0":
766-
version "16.0.0"
767-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-16.0.0.tgz#169004d56cd0f0a1d0f35915d31a036b0efe281f"
768-
integrity sha512-LuNyypCP3msCGVQJ7ki8PqYdpjfEkE/xtFa5DqlF+7IBD0JsfMZ87C58heSwIMint58sAUZbt3ITqOmdQv/dXw==
765+
"@rollup/plugin-commonjs@^18.0.0":
766+
version "18.0.0"
767+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-18.0.0.tgz#50dc7518b5aa9e66a270e529ea85115d269825c4"
768+
integrity sha512-fj92shhg8luw7XbA0HowAqz90oo7qtLGwqTKbyZ8pmOyH8ui5e+u0wPEgeHLH3djcVma6gUCUrjY6w5R2o1u6g==
769769
dependencies:
770770
"@rollup/pluginutils" "^3.1.0"
771771
commondir "^1.0.1"

0 commit comments

Comments
 (0)