Skip to content

Commit

Permalink
chore(deps): update react monorepo to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 23, 2020
1 parent d97e1e7 commit 3a4953e
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 22 deletions.
90 changes: 74 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
"prop-types": "15.7.2",
"protobufjs": "6.10.1",
"query-string": "6.13.6",
"react": "16.14.0",
"react": "17.0.1",
"react-ace": "5.10.0",
"react-dom": "16.14.0",
"react-dom": "17.0.1",
"react-gemini-scrollbar": "2.3.4",
"react-jsonschema-form": "1.8.1",
"react-redux": "7.2.1",
Expand Down Expand Up @@ -150,7 +150,7 @@
"purify-css": "1.2.5",
"raml-validator-loader": "0.1.11",
"react-addons-test-utils": "15.6.2",
"react-test-renderer": "16.14.0",
"react-test-renderer": "17.0.1",
"rxjs-marbles": "6.0.1",
"script-ext-html-webpack-plugin": "2.1.4",
"semantic-release": "17.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@extension-kid/toast-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@extension-kid/notification-service": "^0.1.0",
"inversify": "5.0.1",
"rxjs": "^6.3.0",
"react": "^16.8.2"
"react": "^16.8.2 || ^17.0.0"
},
"devDependencies": {},
"jest-webpack-alias": {
Expand Down
4 changes: 2 additions & 2 deletions packages/foundation-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"test:watch": "npm test -- --watch"
},
"peerDependencies": {
"react": "16.14.0",
"react": "17.0.1",
"react-router": "2.8.1"
},
"devDependencies": {
"jest": "26.6.1",
"jest-cli": "26.6.1",
"react": "16.14.0",
"react": "17.0.1",
"react-addons-test-utils": "15.6.2",
"react-router": "2.8.1"
},
Expand Down

0 comments on commit 3a4953e

Please sign in to comment.