Skip to content

Commit

Permalink
fix(deps): update dependency react to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 25, 2020
1 parent fa5c4e5 commit cf09c74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"graphql-2-json-schema": "0.1.0-1",
"json-schema": "^0.2.3",
"lodash": "^4.17.10",
"react": "^16.4.0",
"react": "^17.0.0",
"react-apollo": "^2.1.4",
"react-dom": "^16.4.0",
"react-jsonschema-form": "^1.0.3",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6906,14 +6906,13 @@ react-treebeard@^2.1.0:
shallowequal "^0.2.2"
velocity-react "^1.3.1"

react@^16.4.0:
version "16.4.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.4.0.tgz#402c2db83335336fba1962c08b98c6272617d585"
react@^17.0.0:
version "17.0.1"
resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127"
integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.0"

reactcss@^1.2.0:
version "1.2.3"
Expand Down

0 comments on commit cf09c74

Please sign in to comment.