Skip to content

Commit dc04102

Browse files
Bump @rollup/plugin-commonjs from 18.1.0 to 22.0.0 (#76)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 18.1.0 to 22.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-v22.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bea05bc commit dc04102

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
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@rollup/plugin-alias": "^3.1.9",
42-
"@rollup/plugin-commonjs": "^18.1.0",
42+
"@rollup/plugin-commonjs": "^22.0.0",
4343
"@rollup/plugin-node-resolve": "^13.3.0",
4444
"@rollup/plugin-replace": "^4.0.0",
4545
"@vue/cli-plugin-babel": "^5.0.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,10 +1529,10 @@
15291529
dependencies:
15301530
slash "^3.0.0"
15311531

1532-
"@rollup/plugin-commonjs@^18.1.0":
1533-
version "18.1.0"
1534-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-18.1.0.tgz#5a760d757af168a50727c0ae080251fbfcc5eb02"
1535-
integrity sha512-h3e6T9rUxVMAQswpDIobfUHn/doMzM9sgkMrsMWCFLmB84PSoC8mV8tOloAJjSRwdqhXBqstlX2BwBpHJvbhxg==
1532+
"@rollup/plugin-commonjs@^22.0.0":
1533+
version "22.0.0"
1534+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.0.tgz#f4d87016e2fbf187a593ab9f46626fe05b59e8bd"
1535+
integrity sha512-Ktvf2j+bAO+30awhbYoCaXpBcyPmJbaEUYClQns/+6SNCYFURbvBiNbWgHITEsIgDDWCDUclWRKEuf8cwZCFoQ==
15361536
dependencies:
15371537
"@rollup/pluginutils" "^3.1.0"
15381538
commondir "^1.0.1"

0 commit comments

Comments
 (0)