Skip to content

Commit bdd8a88

Browse files
fix(deps): update dependency react to v18
1 parent fa5c4e5 commit bdd8a88

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
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": "^18.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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6906,14 +6906,12 @@ 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@^18.0.0:
6910+
version "18.2.0"
6911+
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
6912+
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
69126913
dependencies:
6913-
fbjs "^0.8.16"
69146914
loose-envify "^1.1.0"
6915-
object-assign "^4.1.1"
6916-
prop-types "^15.6.0"
69176915

69186916
reactcss@^1.2.0:
69196917
version "1.2.3"

0 commit comments

Comments
 (0)