Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 368da5f

Browse files
dependabot-preview[bot]jrolfs
authored andcommitted
chore(deps-dev): bump @rollup/plugin-commonjs from 11.0.2 to 12.0.0
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 11.0.2 to 12.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](rollup/plugins@commonjs-v11.0.2...commonjs-v12.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 796424b commit 368da5f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"devDependencies": {
6363
"@hover/javascript": "^4.0.2",
6464
"@patrickhulce/lint": "^2.1.3",
65-
"@rollup/plugin-commonjs": "^11.0.2",
65+
"@rollup/plugin-commonjs": "^12.0.0",
6666
"@rollup/plugin-node-resolve": "^8.0.0",
6767
"@rollup/plugin-replace": "^2.3.1",
6868
"@types/jest": "^25.1.4",

yarn.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,6 +1525,19 @@
15251525
magic-string "^0.25.2"
15261526
resolve "^1.11.0"
15271527

1528+
"@rollup/plugin-commonjs@^12.0.0":
1529+
version "12.0.0"
1530+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-12.0.0.tgz#e2f308ae6057499e0f413f878fff7c3a0fdc02a1"
1531+
integrity sha512-8+mDQt1QUmN+4Y9D3yCG8AJNewuTSLYPJVzKKUZ+lGeQrI+bV12Tc5HCyt2WdlnG6ihIL/DPbKRJlB40DX40mw==
1532+
dependencies:
1533+
"@rollup/pluginutils" "^3.0.8"
1534+
commondir "^1.0.1"
1535+
estree-walker "^1.0.1"
1536+
glob "^7.1.2"
1537+
is-reference "^1.1.2"
1538+
magic-string "^0.25.2"
1539+
resolve "^1.11.0"
1540+
15281541
"@rollup/plugin-json@^4.0.2":
15291542
version "4.0.3"
15301543
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-4.0.3.tgz#747e2c2884c5a0fa00b66c9c0f3f1012cddca534"

0 commit comments

Comments
 (0)