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

Commit 5469096

Browse files
dependabot[bot]jrolfs
authored andcommitted
build(deps-dev): bump @rollup/plugin-commonjs from 19.0.0 to 21.0.0
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 19.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 2053744 commit 5469096

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
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@hover/javascript": "^6.16.0",
47-
"@rollup/plugin-commonjs": "^19.0.0",
47+
"@rollup/plugin-commonjs": "^21.0.0",
4848
"@rollup/plugin-node-resolve": "^13.0.5",
4949
"@rollup/plugin-replace": "^3.0.0",
5050
"@types/jest": "^27.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -839,10 +839,10 @@
839839
"@nodelib/fs.scandir" "2.1.4"
840840
fastq "^1.6.0"
841841

842-
"@rollup/plugin-commonjs@^19.0.0":
843-
version "19.0.0"
844-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-19.0.0.tgz#8c3e71f9a66908e60d70cc1be205834ef3e45f71"
845-
integrity sha512-adTpD6ATGbehdaQoZQ6ipDFhdjqsTgpOAhFiPwl+dzre4pPshsecptDPyEFb61JMJ1+mGljktaC4jI8ARMSNyw==
842+
"@rollup/plugin-commonjs@^21.0.0":
843+
version "21.0.0"
844+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.0.tgz#b9e4342855ea20b5528f4587b9a90f642196a502"
845+
integrity sha512-XDQimjHl0kNotAV5lLo34XoygaI0teqiKGJ100B3iCU8+15YscJPeqk2KqkqD3NIe1H8ZTUo5lYjUFZyEgASTw==
846846
dependencies:
847847
"@rollup/pluginutils" "^3.1.0"
848848
commondir "^1.0.1"

0 commit comments

Comments
 (0)