Skip to content

Commit

Permalink
chore(deps): update dependency rollup to v1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 3, 2020
1 parent 0c9c88b commit ab8f8cc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"lint-staged": "9.4.2",
"prettier": "1.18.2",
"prettier-eslint-cli": "5.0.0",
"rollup": "1.28.0",
"rollup": "1.32.0",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/crane-jsonschema-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Mark Jackson <[email protected]>",
"devDependencies": {
"cross-env": "6.0.3",
"rollup": "1.28.0"
"rollup": "1.32.0"
},
"dependencies": {
"@babel/runtime": "^7.7.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/crane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@storybook/react": "5.2.4",
"cross-env": "6.0.3",
"react-json-view": "1.19.1",
"rollup": "1.28.0",
"rollup": "1.32.0",
"styled-components": "4.4.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@babel/cli": "7.7.7",
"cross-env": "6.0.3",
"prop-types": "15.7.2",
"rollup": "1.28.0"
"rollup": "1.32.0"
},
"peerDependencies": {
"prop-types": "^15.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"cross-env": "6.0.3",
"rollup": "1.28.0"
"rollup": "1.32.0"
},
"dependencies": {
"@babel/runtime": "^7.7.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15466,10 +15466,10 @@ rollup-pluginutils@^2.8.1:
dependencies:
estree-walker "^0.6.1"

rollup@1.28.0:
version "1.28.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.28.0.tgz#d576a6a0fd7490b2e1f531ef8b411795fb80da87"
integrity sha512-v2J/DmQi9+Nf6frGqzwZRvbiuTTrqH0yzoUF4Eybf8sONT4UpLZzJYnYzW96Zm9X1+4SJmijfnFBWCzHDAXYnQ==
rollup@1.32.0:
version "1.32.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.32.0.tgz#c65ce134850aca1ce595fcac07d1dc5d53bf227c"
integrity sha512-ab2tF5pdDqm2zuI8j02ceyrJSScl9V2C24FgWQ1v1kTFTu1UrG5H0hpP++mDZlEFyZX4k0chtGEHU2i+pAzBgA==
dependencies:
"@types/estree" "*"
"@types/node" "*"
Expand Down

0 comments on commit ab8f8cc

Please sign in to comment.