Skip to content

Commit 43eee60

Browse files
fix(deps): update react monorepo to v19
1 parent 1c23827 commit 43eee60

File tree

5 files changed

+198
-214
lines changed

5 files changed

+198
-214
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.10.0",
1818
"graphql-ws": "^5.16.2",
1919
"next": "15.1.7",
20-
"react": "^18.3.1",
21-
"react-dom": "^18.3.1"
20+
"react": "^19.0.0",
21+
"react-dom": "^19.0.0"
2222
},
2323
"devDependencies": {
2424
"@gqty/cli": "workspace:^",
2525
"@next/bundle-analyzer": "^15.1.7",
2626
"@tailwindcss/postcss": "^4.0.7",
2727
"@tailwindcss/typography": "^0.5.16",
2828
"@types/node": "22.13.4",
29-
"@types/react": "18.3.18",
30-
"@types/react-dom": "18.3.5",
29+
"@types/react": "19.0.10",
30+
"@types/react-dom": "19.0.4",
3131
"dotenv-cli": "^8.0.0",
3232
"eslint": "^9.20.1",
3333
"eslint-config-next": "^15.1.7",

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.1.7",
3838
"node-json-db": "^2.3.1",
39-
"react": "^18.3.1",
40-
"react-dom": "^18.3.1",
39+
"react": "^19.0.0",
40+
"react-dom": "^19.0.0",
4141
"react-intersection-observer": "^9.15.1",
4242
"serialize-error": "^11.0.3"
4343
},
@@ -49,8 +49,8 @@
4949
"@types/graphql-upload": "^16.0.7",
5050
"@types/lodash": "^4.17.15",
5151
"@types/node": "^22.13.4",
52-
"@types/react": "^18.3.18",
53-
"@types/react-dom": "^18.3.5",
52+
"@types/react": "^19.0.10",
53+
"@types/react-dom": "^19.0.4",
5454
"bob-tsm": "^1.1.2",
5555
"concurrently": "^9.1.2",
5656
"cross-env": "^7.0.3",

examples/vite-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"@gqty/react": "workspace:^",
1414
"@react-hookz/web": "^24.0.4",
1515
"gqty": "workspace:^",
16-
"react": "^18.3.1",
17-
"react-dom": "^18.3.1"
16+
"react": "^19.0.0",
17+
"react-dom": "^19.0.0"
1818
},
1919
"devDependencies": {
2020
"@types/node": "^22.13.4",
21-
"@types/react": "^18.3.18",
22-
"@types/react-dom": "^18.3.5",
21+
"@types/react": "^19.0.10",
22+
"@types/react-dom": "^19.0.4",
2323
"@vitejs/plugin-react": "^4.3.4",
2424
"vite": "^6.1.0"
2525
}

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": "^22.13.4",
103-
"@types/react": "^18.3.18",
103+
"@types/react": "^19.0.10",
104104
"@types/use-sync-external-store": "^0.0.6",
105105
"@typescript-eslint/eslint-plugin": "^8.24.1",
106106
"@typescript-eslint/parser": "^8.24.1",
@@ -113,9 +113,9 @@
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",
118-
"react-test-renderer": "^18.3.1",
116+
"react": "^19.0.0",
117+
"react-dom": "^19.0.0",
118+
"react-test-renderer": "^19.0.0",
119119
"test-utils": "workspace:^",
120120
"type-fest": "^4.35.0",
121121
"typescript-eslint": "^8.24.1"

0 commit comments

Comments
 (0)