Skip to content

Commit 666446f

Browse files
build(deps-dev): bump @rollup/plugin-commonjs from 20.0.0 to 21.0.0
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 20.0.0 to 21.0.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.0.0/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b28173c commit 666446f

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
@@ -77,7 +77,7 @@
7777
"@babel/core": "7.15.5",
7878
"@babel/preset-env": "7.15.6",
7979
"@babel/preset-typescript": "7.15.0",
80-
"@rollup/plugin-commonjs": "20.0.0",
80+
"@rollup/plugin-commonjs": "21.0.0",
8181
"@rollup/plugin-node-resolve": "13.0.5",
8282
"@types/express": "4.17.13",
8383
"@types/jest": "27.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,10 +1190,10 @@
11901190
"@nodelib/fs.scandir" "2.1.5"
11911191
fastq "^1.6.0"
11921192

1193-
"@rollup/plugin-commonjs@20.0.0":
1194-
version "20.0.0"
1195-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-20.0.0.tgz#3246872dcbcb18a54aaa6277a8c7d7f1b155b745"
1196-
integrity sha512-5K0g5W2Ol8hAcTHqcTBHiA7M58tfmYi1o9KxeJuuRNpGaTa5iLjcyemBitCBcKXaHamOBBEH2dGom6v6Unmqjg==
1193+
"@rollup/plugin-commonjs@21.0.0":
1194+
version "21.0.0"
1195+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.0.tgz#b9e4342855ea20b5528f4587b9a90f642196a502"
1196+
integrity sha512-XDQimjHl0kNotAV5lLo34XoygaI0teqiKGJ100B3iCU8+15YscJPeqk2KqkqD3NIe1H8ZTUo5lYjUFZyEgASTw==
11971197
dependencies:
11981198
"@rollup/pluginutils" "^3.1.0"
11991199
commondir "^1.0.1"

0 commit comments

Comments
 (0)