Skip to content

Commit be4c67e

Browse files
fix(deps): update react monorepo to v19
1 parent 0b436c8 commit be4c67e

File tree

10 files changed

+39
-39
lines changed

10 files changed

+39
-39
lines changed

accelerate/accelerate-hacker-news/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"@prisma/client": "5.22.0",
1313
"@prisma/extension-accelerate": "1.2.1",
1414
"next": "15.1.4",
15-
"react": "18.3.1",
16-
"react-dom": "18.3.1"
15+
"react": "19.0.0",
16+
"react-dom": "19.0.0"
1717
},
1818
"devDependencies": {
1919
"prisma": "5.22.0",
2020
"@faker-js/faker": "9.4.0",
2121
"@types/node": "22.10.7",
22-
"@types/react": "18.3.18",
23-
"@types/react-dom": "18.3.5",
22+
"@types/react": "19.0.7",
23+
"@types/react-dom": "19.0.3",
2424
"eslint": "8.57.1",
2525
"eslint-config-next": "15.1.4",
2626
"postcss": "8.5.1",

accelerate/astro-starter/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"@astrojs/check": "0.9.4",
1414
"@astrojs/react": "4.1.5",
1515
"@astrojs/tailwind": "5.1.4",
16-
"@types/react": "18.3.18",
17-
"@types/react-dom": "18.3.5",
16+
"@types/react": "19.0.7",
17+
"@types/react-dom": "19.0.3",
1818
"astro": "5.1.7",
1919
"prisma": "5.22.0",
20-
"react": "18.3.1",
21-
"react-dom": "18.3.1",
20+
"react": "19.0.0",
21+
"react-dom": "19.0.0",
2222
"tailwindcss": "3.4.17",
2323
"typescript": "5.7.3",
2424
"@prisma/client": "5.22.0",

accelerate/nextjs-starter/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"@prisma/client": "5.22.0",
1313
"@prisma/extension-accelerate": "1.2.1",
1414
"@types/node": "22.10.7",
15-
"@types/react": "18.3.18",
16-
"@types/react-dom": "18.3.5",
15+
"@types/react": "19.0.7",
16+
"@types/react-dom": "19.0.3",
1717
"autoprefixer": "10.4.20",
1818
"eslint": "8.57.1",
1919
"eslint-config-next": "15.1.4",
2020
"next": "15.1.4",
2121
"node-fetch": "3.3.2",
2222
"openflights-cached": "1.3.15",
2323
"postcss": "8.5.1",
24-
"react": "18.3.1",
25-
"react-dom": "18.3.1",
24+
"react": "19.0.0",
25+
"react-dom": "19.0.0",
2626
"react-hot-toast": "2.5.1",
2727
"tailwindcss": "3.4.17",
2828
"typescript": "5.7.3",

accelerate/remix-starter/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"lodash-es": "4.17.21",
3838
"openflights-cached": "1.3.15",
3939
"postcss": "8.5.1",
40-
"react": "18.3.1",
41-
"react-dom": "18.3.1",
40+
"react": "19.0.0",
41+
"react-dom": "19.0.0",
4242
"react-hot-toast": "2.5.1",
4343
"remix": "2.15.2",
4444
"tailwind-merge": "2.6.0",
@@ -57,8 +57,8 @@
5757
"@types/accept-language-parser": "1.5.6",
5858
"@types/lodash": "4.17.14",
5959
"@types/node": "22.10.7",
60-
"@types/react": "18.3.18",
61-
"@types/react-dom": "18.3.5",
60+
"@types/react": "19.0.7",
61+
"@types/react-dom": "19.0.3",
6262
"@typescript-eslint/eslint-plugin": "8.20.0",
6363
"@typescript-eslint/parser": "8.20.0",
6464
"@vitest/ui": "2.1.8",

optimize/starter/packages/client/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"@tanstack/react-query": "5.64.1",
1616
"@trpc/client": "next",
1717
"@trpc/react-query": "next",
18-
"react": "18.3.1",
19-
"react-dom": "18.3.1",
18+
"react": "19.0.0",
19+
"react-dom": "19.0.0",
2020
"server": "0.0.1"
2121
},
2222
"devDependencies": {
2323
"@tailwindcss/forms": "0.5.10",
24-
"@types/react": "18.3.18",
25-
"@types/react-dom": "18.3.5",
24+
"@types/react": "19.0.7",
25+
"@types/react-dom": "19.0.3",
2626
"@vitejs/plugin-react": "4.3.4",
2727
"autoprefixer": "10.4.20",
2828
"postcss": "8.5.1",

orm/nextjs-graphql/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"graphql-scalars": "1.24.0",
2020
"graphql-yoga": "5.10.9",
2121
"next": "15.1.4",
22-
"react": "18.3.1",
23-
"react-dom": "18.3.1",
22+
"react": "19.0.0",
23+
"react-dom": "19.0.0",
2424
"react-markdown": "9.0.3"
2525
},
2626
"devDependencies": {
2727
"@types/graphql": "14.5.0",
2828
"@types/node": "22.10.7",
29-
"@types/react": "18.3.18",
29+
"@types/react": "19.0.7",
3030
"prisma": "5.22.0",
3131
"ts-node": "10.9.2",
3232
"typescript": "5.7.3"

orm/remix/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"@remix-run/serve": "2.15.2",
1616
"isbot": "5.1.21",
1717
"marked": "15.0.6",
18-
"react": "18.3.1",
19-
"react-dom": "18.3.1"
18+
"react": "19.0.0",
19+
"react-dom": "19.0.0"
2020
},
2121
"devDependencies": {
2222
"@remix-run/dev": "2.15.2",
2323
"@remix-run/eslint-config": "2.15.2",
2424
"@types/marked": "6.0.0",
25-
"@types/react": "18.3.18",
26-
"@types/react-dom": "18.3.5",
25+
"@types/react": "19.0.7",
26+
"@types/react-dom": "19.0.3",
2727
"eslint": "8.57.1",
2828
"prisma": "5.22.0",
2929
"ts-node": "10.9.2",

pulse/fullstack-leaderboard/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"@prisma/extension-pulse": "1.2.0",
1515
"@types/socket.io": "3.0.2",
1616
"next": "15.1.4",
17-
"react": "18.3.1",
18-
"react-dom": "18.3.1",
17+
"react": "19.0.0",
18+
"react-dom": "19.0.0",
1919
"react-flip-move": "3.0.5",
2020
"socket.io": "4.8.1",
2121
"socket.io-client": "4.8.1"
2222
},
2323
"devDependencies": {
2424
"@types/node": "22.10.7",
25-
"@types/react": "18.3.18",
26-
"@types/react-dom": "18.3.5",
25+
"@types/react": "19.0.7",
26+
"@types/react-dom": "19.0.3",
2727
"eslint": "8.57.1",
2828
"eslint-config-next": "15.1.4",
2929
"postcss": "8.5.1",

pulse/fullstack-simple-chat/client/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"dependencies": {
1212
"next": "15.1.4",
13-
"react": "18.3.1",
14-
"react-dom": "18.3.1",
13+
"react": "19.0.0",
14+
"react-dom": "19.0.0",
1515
"socket.io-client": "4.8.1"
1616
},
1717
"devDependencies": {
1818
"@types/node": "22.10.7",
19-
"@types/react": "18.3.18",
20-
"@types/react-dom": "18.3.5",
19+
"@types/react": "19.0.7",
20+
"@types/react-dom": "19.0.3",
2121
"autoprefixer": "10.4.20",
2222
"eslint": "8.57.1",
2323
"eslint-config-next": "15.1.4",

pulse/product-search-with-typesense/frontend/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"clsx": "2.1.1",
2020
"instantsearch.css": "8.5.1",
2121
"next": "15.1.4",
22-
"react": "18.3.1",
23-
"react-dom": "18.3.1",
22+
"react": "19.0.0",
23+
"react-dom": "19.0.0",
2424
"react-hook-form": "7.54.2",
2525
"react-instantsearch": "7.15.0",
2626
"react-instantsearch-dom": "6.40.4",
@@ -32,8 +32,8 @@
3232
},
3333
"devDependencies": {
3434
"@types/node": "22.10.7",
35-
"@types/react": "18.3.18",
36-
"@types/react-dom": "18.3.5",
35+
"@types/react": "19.0.7",
36+
"@types/react-dom": "19.0.3",
3737
"@types/react-instantsearch-dom": "6.12.8",
3838
"eslint": "8.57.1",
3939
"eslint-config-next": "15.1.4",

0 commit comments

Comments
 (0)