Skip to content

Commit 11c63f3

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 7930c17 commit 11c63f3

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
@@ -71,7 +71,7 @@
7171
"@emotion/babel-plugin": "^11.3.0",
7272
"@emotion/react": "^11.4.0",
7373
"@rollup/plugin-babel": "^5.3.0",
74-
"@rollup/plugin-commonjs": "^19.0.0",
74+
"@rollup/plugin-commonjs": "^21.1.0",
7575
"@rollup/plugin-html": "^0.2.3",
7676
"@rollup/plugin-node-resolve": "^13.0.0",
7777
"@rollup/plugin-replace": "^2.4.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,10 +1340,10 @@
13401340
"@babel/helper-module-imports" "^7.10.4"
13411341
"@rollup/pluginutils" "^3.1.0"
13421342

1343-
"@rollup/plugin-commonjs@^19.0.0":
1344-
version "19.0.0"
1345-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-19.0.0.tgz#8c3e71f9a66908e60d70cc1be205834ef3e45f71"
1346-
integrity sha512-adTpD6ATGbehdaQoZQ6ipDFhdjqsTgpOAhFiPwl+dzre4pPshsecptDPyEFb61JMJ1+mGljktaC4jI8ARMSNyw==
1343+
"@rollup/plugin-commonjs@^21.1.0":
1344+
version "21.1.0"
1345+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.1.0.tgz#45576d7b47609af2db87f55a6d4b46e44fc3a553"
1346+
integrity sha512-6ZtHx3VHIp2ReNNDxHjuUml6ur+WcQ28N1yHgCQwsbNkQg2suhxGMDQGJOn/KuDxKtd1xuZP5xSTwBA4GQ8hbA==
13471347
dependencies:
13481348
"@rollup/pluginutils" "^3.1.0"
13491349
commondir "^1.0.1"

0 commit comments

Comments
 (0)