Skip to content

Commit d1d1a51

Browse files
fix(deps): update dependency react to v19
1 parent fa5c4e5 commit d1d1a51

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
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": "^19.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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6906,14 +6906,10 @@ 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"
6912-
dependencies:
6913-
fbjs "^0.8.16"
6914-
loose-envify "^1.1.0"
6915-
object-assign "^4.1.1"
6916-
prop-types "^15.6.0"
6909+
react@^19.0.0:
6910+
version "19.2.0"
6911+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.0.tgz#d33dd1721698f4376ae57a54098cb47fc75d93a5"
6912+
integrity sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==
69176913

69186914
reactcss@^1.2.0:
69196915
version "1.2.3"

0 commit comments

Comments
 (0)