Skip to content

Commit e52efd7

Browse files
chore(deps-dev): bump @rollup/plugin-commonjs from 19.0.0 to 21.1.0
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 19.0.0 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-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f054a76 commit e52efd7

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
@@ -67,7 +67,7 @@
6767
"@babel/preset-react": "^7.14.5",
6868
"@babel/preset-typescript": "^7.14.5",
6969
"@rollup/plugin-babel": "^5.3.0",
70-
"@rollup/plugin-commonjs": "^19.0.0",
70+
"@rollup/plugin-commonjs": "^21.1.0",
7171
"@rollup/plugin-node-resolve": "^13.0.0",
7272
"@rollup/plugin-replace": "^2.4.2",
7373
"@testing-library/react-hooks": "^7.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,10 +1257,10 @@
12571257
"@babel/helper-module-imports" "^7.10.4"
12581258
"@rollup/pluginutils" "^3.1.0"
12591259

1260-
"@rollup/plugin-commonjs@^19.0.0":
1261-
version "19.0.0"
1262-
resolved "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-19.0.0.tgz"
1263-
integrity sha512-adTpD6ATGbehdaQoZQ6ipDFhdjqsTgpOAhFiPwl+dzre4pPshsecptDPyEFb61JMJ1+mGljktaC4jI8ARMSNyw==
1260+
"@rollup/plugin-commonjs@^21.1.0":
1261+
version "21.1.0"
1262+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.1.0.tgz#45576d7b47609af2db87f55a6d4b46e44fc3a553"
1263+
integrity sha512-6ZtHx3VHIp2ReNNDxHjuUml6ur+WcQ28N1yHgCQwsbNkQg2suhxGMDQGJOn/KuDxKtd1xuZP5xSTwBA4GQ8hbA==
12641264
dependencies:
12651265
"@rollup/pluginutils" "^3.1.0"
12661266
commondir "^1.0.1"

0 commit comments

Comments
 (0)