Skip to content

Commit 2b5df2e

Browse files
fix(deps): update react monorepo to v19
1 parent 4e371c4 commit 2b5df2e

File tree

4 files changed

+182
-215
lines changed

4 files changed

+182
-215
lines changed

examples/gnt/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
"graphql": "^16.11.0",
1818
"graphql-ws": "^5.16.2",
1919
"next": "15.4.10",
20-
"react": "^18.3.1",
21-
"react-dom": "^18.3.1"
20+
"react": "^19.2.4",
21+
"react-dom": "^19.2.4"
2222
},
2323
"devDependencies": {
2424
"@gqty/cli": "workspace:^",
2525
"@next/bundle-analyzer": "^15.4.3",
2626
"@tailwindcss/postcss": "^4.1.11",
2727
"@tailwindcss/typography": "^0.5.16",
2828
"@types/node": "^22.16.5",
29-
"@types/react": "18.3.23",
30-
"@types/react-dom": "18.3.7",
29+
"@types/react": "19.2.10",
30+
"@types/react-dom": "19.2.3",
3131
"dotenv-cli": "^8.0.0",
3232
"eslint": "^9.31.0",
3333
"eslint-config-next": "^15.4.3",

examples/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"ms": "^2.1.3",
3737
"next": "^15.4.3",
3838
"node-json-db": "^2.3.1",
39-
"react": "^18.3.1",
40-
"react-dom": "^18.3.1",
39+
"react": "^19.2.4",
40+
"react-dom": "^19.2.4",
4141
"react-intersection-observer": "^9.16.0",
4242
"serialize-error": "^11.0.3"
4343
},
@@ -49,8 +49,8 @@
4949
"@types/graphql-upload": "^16.0.7",
5050
"@types/lodash": "^4.17.20",
5151
"@types/node": "^22.16.5",
52-
"@types/react": "^18.3.23",
53-
"@types/react-dom": "^18.3.7",
52+
"@types/react": "^19.2.10",
53+
"@types/react-dom": "^19.2.3",
5454
"bob-tsm": "^1.1.2",
5555
"concurrently": "^9.2.0",
5656
"cross-env": "^7.0.3",

packages/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@types/jest": "^29.5.14",
101101
"@types/lodash-es": "^4.17.12",
102102
"@types/node": "^25.0.0",
103-
"@types/react": "^18.3.23",
103+
"@types/react": "^19.2.10",
104104
"@types/use-sync-external-store": "^0.0.6",
105105
"@typescript-eslint/eslint-plugin": "^8.38.0",
106106
"@typescript-eslint/parser": "^8.38.0",
@@ -113,10 +113,10 @@
113113
"jest": "^29.7.0",
114114
"jest-environment-jsdom": "^29.7.0",
115115
"lodash-es": "^4.17.21",
116-
"react": "^18.3.1",
117-
"react-dom": "^18.3.1",
116+
"react": "^19.2.4",
117+
"react-dom": "^19.2.4",
118118
"react-error-boundary": "^5.0.0",
119-
"react-test-renderer": "^18.3.1",
119+
"react-test-renderer": "^19.2.4",
120120
"test-utils": "workspace:^",
121121
"type-fest": "^4.41.0",
122122
"typescript-eslint": "^8.38.0"

0 commit comments

Comments
 (0)