Skip to content

Commit fb6235f

Browse files
fix(deps): update dependency @rollup/plugin-commonjs to v21 (#65)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 94bc741 commit fb6235f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@babel/preset-env": "^7.16.5",
5353
"@babel/traverse": "^7.16.5",
5454
"@rollup/plugin-babel": "^5.3.0",
55-
"@rollup/plugin-commonjs": "^20.0.0",
55+
"@rollup/plugin-commonjs": "^21.0.1",
5656
"@rollup/plugin-json": "^4.1.0",
5757
"@rollup/plugin-node-resolve": "^13.1.1",
5858
"@rollup/plugin-replace": "^3.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2163,9 +2163,9 @@ __metadata:
21632163
languageName: node
21642164
linkType: hard
21652165

2166-
"@rollup/plugin-commonjs@npm:^20.0.0":
2167-
version: 20.0.0
2168-
resolution: "@rollup/plugin-commonjs@npm:20.0.0"
2166+
"@rollup/plugin-commonjs@npm:^21.0.1":
2167+
version: 21.0.1
2168+
resolution: "@rollup/plugin-commonjs@npm:21.0.1"
21692169
dependencies:
21702170
"@rollup/pluginutils": ^3.1.0
21712171
commondir: ^1.0.1
@@ -2176,7 +2176,7 @@ __metadata:
21762176
resolve: ^1.17.0
21772177
peerDependencies:
21782178
rollup: ^2.38.3
2179-
checksum: fefc4b5ab1509ff64e26dfee3eca2f23cea204bf20f3dc76c616d3aa3faf4b1035166287518a64ba07faaaea1621a0af5b94b8f8199371ca67db905562e7e619
2179+
checksum: 3e56be58c72d655face6f361f85923ddcc3cc07760b5a3a91cfc728115dfed358fc595781148c512d53a03be8c703133379f228e78fd2aed8655fae9d83800b6
21802180
languageName: node
21812181
linkType: hard
21822182

@@ -4913,7 +4913,7 @@ __metadata:
49134913
"@commitlint/config-conventional": ^15.0.0
49144914
"@release-it/conventional-changelog": ^3.3.0
49154915
"@rollup/plugin-babel": ^5.3.0
4916-
"@rollup/plugin-commonjs": ^20.0.0
4916+
"@rollup/plugin-commonjs": ^21.0.1
49174917
"@rollup/plugin-json": ^4.1.0
49184918
"@rollup/plugin-node-resolve": ^13.1.1
49194919
"@rollup/plugin-replace": ^3.0.0

0 commit comments

Comments
 (0)