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

Commit 3477708

Browse files
Update dependency @rollup/plugin-commonjs to v13 (#34)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent eaf9480 commit 3477708

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
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@rollup/plugin-alias": "^3.1.0",
28-
"@rollup/plugin-commonjs": "^12.0.0",
28+
"@rollup/plugin-commonjs": "^13.0.0",
2929
"@rollup/plugin-node-resolve": "^8.0.0",
3030
"@rollup/plugin-replace": "^2.3.2",
3131
"@types/debug": "^4.1.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -621,10 +621,10 @@
621621
dependencies:
622622
slash "^3.0.0"
623623

624-
"@rollup/plugin-commonjs@^12.0.0":
625-
version "12.0.0"
626-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-12.0.0.tgz#e2f308ae6057499e0f413f878fff7c3a0fdc02a1"
627-
integrity sha512-8+mDQt1QUmN+4Y9D3yCG8AJNewuTSLYPJVzKKUZ+lGeQrI+bV12Tc5HCyt2WdlnG6ihIL/DPbKRJlB40DX40mw==
624+
"@rollup/plugin-commonjs@^13.0.0":
625+
version "13.0.0"
626+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-13.0.0.tgz#8a1d684ba6848afe8b9e3d85649d4b2f6f7217ec"
627+
integrity sha512-Anxc3qgkAi7peAyesTqGYidG5GRim9jtg8xhmykNaZkImtvjA7Wsqep08D2mYsqw1IF7rA3lYfciLgzUSgRoqw==
628628
dependencies:
629629
"@rollup/pluginutils" "^3.0.8"
630630
commondir "^1.0.1"

0 commit comments

Comments
 (0)