Skip to content

Commit cf09c74

Browse files
committed
fix(deps): update dependency react to v17
1 parent fa5c4e5 commit cf09c74

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"graphql-2-json-schema": "0.1.0-1",
1919
"json-schema": "^0.2.3",
2020
"lodash": "^4.17.10",
21-
"react": "^16.4.0",
21+
"react": "^17.0.0",
2222
"react-apollo": "^2.1.4",
2323
"react-dom": "^16.4.0",
2424
"react-jsonschema-form": "^1.0.3",

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6906,14 +6906,13 @@ react-treebeard@^2.1.0:
69066906
shallowequal "^0.2.2"
69076907
velocity-react "^1.3.1"
69086908

6909-
react@^16.4.0:
6910-
version "16.4.0"
6911-
resolved "https://registry.yarnpkg.com/react/-/react-16.4.0.tgz#402c2db83335336fba1962c08b98c6272617d585"
6909+
react@^17.0.0:
6910+
version "17.0.1"
6911+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127"
6912+
integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==
69126913
dependencies:
6913-
fbjs "^0.8.16"
69146914
loose-envify "^1.1.0"
69156915
object-assign "^4.1.1"
6916-
prop-types "^15.6.0"
69176916

69186917
reactcss@^1.2.0:
69196918
version "1.2.3"

0 commit comments

Comments
 (0)