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

Commit a966c13

Browse files
Update dependency @rollup/plugin-commonjs to v19 (#94)
1 parent 113d98f commit a966c13

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": "^18.0.0",
33+
"@rollup/plugin-commonjs": "^19.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@^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==
765+
"@rollup/plugin-commonjs@^19.0.0":
766+
version "19.0.0"
767+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-19.0.0.tgz#8c3e71f9a66908e60d70cc1be205834ef3e45f71"
768+
integrity sha512-adTpD6ATGbehdaQoZQ6ipDFhdjqsTgpOAhFiPwl+dzre4pPshsecptDPyEFb61JMJ1+mGljktaC4jI8ARMSNyw==
769769
dependencies:
770770
"@rollup/pluginutils" "^3.1.0"
771771
commondir "^1.0.1"

0 commit comments

Comments
 (0)