Skip to content

Commit

Permalink
chore(deps): update dependency rollup to v1.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 17, 2021
1 parent 07ee0e9 commit d2bf5a8
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"prettier-eslint-cli": "5.0.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"rollup": "1.28.0",
"rollup": "1.32.1",
"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/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cross-env": "6.0.3",
"eslint": "6.5.1",
"react-json-view": "1.19.1",
"rollup": "1.28.0",
"rollup": "1.32.1",
"styled-components": "5.1.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jsonschema-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"cross-env": "6.0.3",
"eslint": "6.5.1",
"rollup": "1.28.0"
"rollup": "1.32.1"
},
"dependencies": {
"@babel/runtime": "^7.7.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/mobiledoc-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"cross-env": "6.0.3",
"rollup": "1.28.0"
"rollup": "1.32.1"
},
"peerDependencies": {
"react": "^16"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"cross-env": "6.0.3",
"eslint": "6.5.1",
"prop-types": "15.7.2",
"rollup": "1.28.0"
"rollup": "1.32.1"
},
"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 @@ -12,7 +12,7 @@
"devDependencies": {
"cross-env": "6.0.3",
"eslint": "6.5.1",
"rollup": "1.28.0"
"rollup": "1.32.1"
},
"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 @@ -14188,10 +14188,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.1:
version "1.32.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.32.1.tgz#4480e52d9d9e2ae4b46ba0d9ddeaf3163940f9c4"
integrity sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==
dependencies:
"@types/estree" "*"
"@types/node" "*"
Expand Down

0 comments on commit d2bf5a8

Please sign in to comment.