Skip to content

Commit 70beac5

Browse files
chore(deps-dev): bump @rollup/plugin-commonjs from 21.0.3 to 21.1.0 (#1430)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 21.0.3 to 21.1.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v21.1.0/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ad1a03 commit 70beac5

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
@@ -15,7 +15,7 @@
1515
"@babel/core": "^7.17.9",
1616
"@babel/preset-env": "^7.16.11",
1717
"@babel/types": "^7.17.0",
18-
"@rollup/plugin-commonjs": "^21.0.3",
18+
"@rollup/plugin-commonjs": "^21.1.0",
1919
"@rollup/plugin-json": "^4.1.0",
2020
"@rollup/plugin-node-resolve": "^13.2.1",
2121
"@rollup/plugin-replace": "^4.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,10 +1372,10 @@
13721372
"@nodelib/fs.scandir" "2.1.5"
13731373
fastq "^1.6.0"
13741374

1375-
"@rollup/plugin-commonjs@^21.0.3":
1376-
version "21.0.3"
1377-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.3.tgz#287896c64926ef3d7f0013708dcdcc1223576ef0"
1378-
integrity sha512-ThGfwyvcLc6cfP/MWxA5ACF+LZCvsuhUq7V5134Az1oQWsiC7lNpLT4mJI86WQunK7BYmpUiHmMk2Op6OAHs0g==
1375+
"@rollup/plugin-commonjs@^21.1.0":
1376+
version "21.1.0"
1377+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.1.0.tgz#45576d7b47609af2db87f55a6d4b46e44fc3a553"
1378+
integrity sha512-6ZtHx3VHIp2ReNNDxHjuUml6ur+WcQ28N1yHgCQwsbNkQg2suhxGMDQGJOn/KuDxKtd1xuZP5xSTwBA4GQ8hbA==
13791379
dependencies:
13801380
"@rollup/pluginutils" "^3.1.0"
13811381
commondir "^1.0.1"

0 commit comments

Comments
 (0)