Skip to content

Commit

Permalink
fix(deps): update dependency @rollup/plugin-commonjs to v21 (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Dec 16, 2021
1 parent 94bc741 commit fb6235f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@babel/preset-env": "^7.16.5",
"@babel/traverse": "^7.16.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.1",
"@rollup/plugin-replace": "^3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2163,9 +2163,9 @@ __metadata:
languageName: node
linkType: hard

"@rollup/plugin-commonjs@npm:^20.0.0":
version: 20.0.0
resolution: "@rollup/plugin-commonjs@npm:20.0.0"
"@rollup/plugin-commonjs@npm:^21.0.1":
version: 21.0.1
resolution: "@rollup/plugin-commonjs@npm:21.0.1"
dependencies:
"@rollup/pluginutils": ^3.1.0
commondir: ^1.0.1
Expand All @@ -2176,7 +2176,7 @@ __metadata:
resolve: ^1.17.0
peerDependencies:
rollup: ^2.38.3
checksum: fefc4b5ab1509ff64e26dfee3eca2f23cea204bf20f3dc76c616d3aa3faf4b1035166287518a64ba07faaaea1621a0af5b94b8f8199371ca67db905562e7e619
checksum: 3e56be58c72d655face6f361f85923ddcc3cc07760b5a3a91cfc728115dfed358fc595781148c512d53a03be8c703133379f228e78fd2aed8655fae9d83800b6
languageName: node
linkType: hard

Expand Down Expand Up @@ -4913,7 +4913,7 @@ __metadata:
"@commitlint/config-conventional": ^15.0.0
"@release-it/conventional-changelog": ^3.3.0
"@rollup/plugin-babel": ^5.3.0
"@rollup/plugin-commonjs": ^20.0.0
"@rollup/plugin-commonjs": ^21.0.1
"@rollup/plugin-json": ^4.1.0
"@rollup/plugin-node-resolve": ^13.1.1
"@rollup/plugin-replace": ^3.0.0
Expand Down

0 comments on commit fb6235f

Please sign in to comment.