Skip to content

Commit 055425d

Browse files
chore(deps-dev): bump @rollup/plugin-commonjs from 17.1.0 to 18.0.0 (#106)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 17.1.0 to 18.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](rollup/plugins@commonjs-v17.1.0...commonjs-v18.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 337b597 commit 055425d

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
@@ -12,7 +12,7 @@
1212
"@commitlint/cli": "^12.0.0",
1313
"@commitlint/config-conventional": "^12.0.0",
1414
"@rollup/plugin-babel": "^5.2.2",
15-
"@rollup/plugin-commonjs": "^17.0.0",
15+
"@rollup/plugin-commonjs": "^18.0.0",
1616
"@rollup/plugin-node-resolve": "^11.0.1",
1717
"builtin-modules": "^3.2.0",
1818
"cross-env": "^7.0.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2208,10 +2208,10 @@
22082208
"@babel/helper-module-imports" "^7.10.4"
22092209
"@rollup/pluginutils" "^3.1.0"
22102210

2211-
"@rollup/plugin-commonjs@^17.0.0":
2212-
version "17.1.0"
2213-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-17.1.0.tgz#757ec88737dffa8aa913eb392fade2e45aef2a2d"
2214-
integrity sha512-PoMdXCw0ZyvjpCMT5aV4nkL0QywxP29sODQsSGeDpr/oI49Qq9tRtAsb/LbYbDzFlOydVEqHmmZWFtXJEAX9ew==
2211+
"@rollup/plugin-commonjs@^18.0.0":
2212+
version "18.0.0"
2213+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-18.0.0.tgz#50dc7518b5aa9e66a270e529ea85115d269825c4"
2214+
integrity sha512-fj92shhg8luw7XbA0HowAqz90oo7qtLGwqTKbyZ8pmOyH8ui5e+u0wPEgeHLH3djcVma6gUCUrjY6w5R2o1u6g==
22152215
dependencies:
22162216
"@rollup/pluginutils" "^3.1.0"
22172217
commondir "^1.0.1"

0 commit comments

Comments
 (0)