Skip to content

Commit 0ab7355

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

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.0.0"
6911+
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
6912+
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==
69176913

69186914
reactcss@^1.2.0:
69196915
version "1.2.3"

0 commit comments

Comments
 (0)