Skip to content

Commit

Permalink
chore(deps): update dependency @rollup/plugin-commonjs to v21 (#10626)
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 Feb 8, 2022
1 parent fb37594 commit 7c32591
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/carbon-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@babel/preset-react": "^7.16.7",
"@carbon/themes": "^10.50.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@storybook/addon-a11y": "^6.4.9",
"@storybook/addon-actions": "^6.4.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@octokit/plugin-throttling": "^2.6.0",
"@octokit/rest": "^16.28.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"chalk": "^4.1.1",
"change-case": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@carbon/test-utils": "^10.21.0",
"@frctl/fractal": "^1.1.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@rollup/plugin-virtual": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@percy/cypress": "^3.1.1",
"@percy/storybook": "^4.1.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@storybook/addon-actions": "^6.4.9",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ __metadata:
"@octokit/plugin-throttling": ^2.6.0
"@octokit/rest": ^16.28.1
"@rollup/plugin-babel": ^5.3.0
"@rollup/plugin-commonjs": ^18.0.0
"@rollup/plugin-commonjs": ^21.0.0
"@rollup/plugin-node-resolve": ^13.0.0
chalk: ^4.1.1
change-case: ^4.1.2
Expand Down Expand Up @@ -2075,7 +2075,7 @@ __metadata:
"@carbon/telemetry": 0.0.0-alpha.6
"@carbon/themes": ^10.50.0
"@rollup/plugin-babel": ^5.3.0
"@rollup/plugin-commonjs": ^18.0.0
"@rollup/plugin-commonjs": ^21.0.0
"@rollup/plugin-node-resolve": ^13.0.0
"@storybook/addon-a11y": ^6.4.9
"@storybook/addon-actions": ^6.4.9
Expand Down Expand Up @@ -4994,9 +4994,9 @@ __metadata:
languageName: node
linkType: hard

"@rollup/plugin-commonjs@npm:^18.0.0":
version: 18.0.0
resolution: "@rollup/plugin-commonjs@npm:18.0.0"
"@rollup/plugin-commonjs@npm:^21.0.0":
version: 21.0.1
resolution: "@rollup/plugin-commonjs@npm:21.0.1"
dependencies:
"@rollup/pluginutils": ^3.1.0
commondir: ^1.0.1
Expand All @@ -5006,8 +5006,8 @@ __metadata:
magic-string: ^0.25.7
resolve: ^1.17.0
peerDependencies:
rollup: ^2.30.0
checksum: 1e8d2589aba7593e21bc440e48add955e26e60320abbc9255cdc6c57437312faccc47965f459c8c844728765077b58526e2959a8dc68657453944f63034a4155
rollup: ^2.38.3
checksum: 3e56be58c72d655face6f361f85923ddcc3cc07760b5a3a91cfc728115dfed358fc595781148c512d53a03be8c703133379f228e78fd2aed8655fae9d83800b6
languageName: node
linkType: hard

Expand Down Expand Up @@ -11654,7 +11654,7 @@ __metadata:
"@percy/cypress": ^3.1.1
"@percy/storybook": ^4.1.0
"@rollup/plugin-babel": ^5.3.0
"@rollup/plugin-commonjs": ^18.0.0
"@rollup/plugin-commonjs": ^21.0.0
"@rollup/plugin-node-resolve": ^13.0.0
"@rollup/plugin-replace": ^2.4.2
"@storybook/addon-actions": ^6.4.9
Expand Down Expand Up @@ -11783,7 +11783,7 @@ __metadata:
"@carbon/test-utils": ^10.21.0
"@frctl/fractal": ^1.1.0
"@rollup/plugin-babel": ^5.3.0
"@rollup/plugin-commonjs": ^18.0.0
"@rollup/plugin-commonjs": ^21.0.0
"@rollup/plugin-node-resolve": ^13.0.0
"@rollup/plugin-replace": ^2.4.2
"@rollup/plugin-virtual": ^2.0.3
Expand Down

0 comments on commit 7c32591

Please sign in to comment.