Skip to content

Commit 61641ce

Browse files
authored
Merge pull request #17 from thecodejack/renovate/rollup-plugin-commonjs-17.x
Update dependency @rollup/plugin-commonjs to v17
2 parents 3b16b59 + a569d57 commit 61641ce

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
@@ -20,7 +20,7 @@
2020
"dependencies": {},
2121
"devDependencies": {
2222
"@babel/core": "7.12.9",
23-
"@rollup/plugin-commonjs": "16.0.0",
23+
"@rollup/plugin-commonjs": "17.0.0",
2424
"@rollup/plugin-node-resolve": "10.0.0",
2525
"@storybook/addon-actions": "5.3.21",
2626
"@storybook/addon-links": "5.3.21",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,10 +1072,10 @@
10721072
prop-types "^15.6.1"
10731073
react-lifecycles-compat "^3.0.4"
10741074

1075-
"@rollup/plugin-commonjs@16.0.0":
1076-
version "16.0.0"
1077-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-16.0.0.tgz#169004d56cd0f0a1d0f35915d31a036b0efe281f"
1078-
integrity sha512-LuNyypCP3msCGVQJ7ki8PqYdpjfEkE/xtFa5DqlF+7IBD0JsfMZ87C58heSwIMint58sAUZbt3ITqOmdQv/dXw==
1075+
"@rollup/plugin-commonjs@17.0.0":
1076+
version "17.0.0"
1077+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-17.0.0.tgz#2ae2228354cf0fbba6cf9f06f30b2c66a974324c"
1078+
integrity sha512-/omBIJG1nHQc+bgkYDuLpb/V08QyutP9amOrJRUSlYJZP+b/68gM//D8sxJe3Yry2QnYIr3QjR3x4AlxJEN3GA==
10791079
dependencies:
10801080
"@rollup/pluginutils" "^3.1.0"
10811081
commondir "^1.0.1"

0 commit comments

Comments
 (0)