Skip to content

Commit 2ef7d35

Browse files
fix(deps): update react monorepo to v19
1 parent ef6f69f commit 2ef7d35

File tree

8 files changed

+144
-155
lines changed

8 files changed

+144
-155
lines changed

apps/getting-started-nextjs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
},
1111
"dependencies": {
1212
"@types/node": "20.17.11",
13-
"@types/react": "18.3.14",
14-
"@types/react-dom": "18.3.3",
13+
"@types/react": "19.0.2",
14+
"@types/react-dom": "19.0.2",
1515
"@xata.io/client": "^0.30.0",
1616
"autoprefixer": "10.4.20",
1717
"eslint": "8.57.1",
1818
"eslint-config-next": "14.2.20",
1919
"next": "14.2.21",
2020
"postcss": "8.4.49",
21-
"react": "18.3.1",
22-
"react-dom": "18.3.1",
21+
"react": "19.0.0",
22+
"react-dom": "19.0.0",
2323
"tailwindcss": "3.4.17",
2424
"typescript": "5.7.2"
2525
}

apps/getting-started-remix/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"@remix-run/serve": "^2.4.1",
1616
"@xata.io/client": "^0.30.0",
1717
"isbot": "^5.0.0",
18-
"react": "^18.2.0",
19-
"react-dom": "^18.2.0"
18+
"react": "^19.0.0",
19+
"react-dom": "^19.0.0"
2020
},
2121
"devDependencies": {
2222
"@remix-run/dev": "^2.4.1",
2323
"@remix-run/eslint-config": "^2.4.1",
24-
"@types/react": "^18.2.47",
25-
"@types/react-dom": "^18.2.18",
24+
"@types/react": "^19.0.0",
25+
"@types/react-dom": "^19.0.0",
2626
"eslint": "^8.56.0",
2727
"tailwindcss": "^3.4.1",
2828
"typescript": "^5.3.3"

apps/sample-chatgpt/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"@microsoft/fetch-event-source": "^2.0.1",
1313
"@xata.io/client": "0.30.1",
1414
"next": "14.2.21",
15-
"react": "18.3.1",
16-
"react-dom": "18.3.1",
15+
"react": "19.0.0",
16+
"react-dom": "19.0.0",
1717
"zod": "^3.20.2"
1818
},
1919
"devDependencies": {
2020
"@types/node": "20.17.11",
21-
"@types/react": "18.3.14",
22-
"@types/react-dom": "18.3.3",
21+
"@types/react": "19.0.2",
22+
"@types/react-dom": "19.0.2",
2323
"eslint": "8.57.1",
2424
"eslint-config-next": "13.5.7",
2525
"typescript": "5.7.2"

apps/sample-next-auth-app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"@next-auth/xata-adapter": "latest",
1515
"@next/font": "13.5.7",
1616
"@types/node": "20.17.11",
17-
"@types/react": "18.3.14",
18-
"@types/react-dom": "18.3.3",
17+
"@types/react": "19.0.2",
18+
"@types/react-dom": "19.0.2",
1919
"@xata.io/client": "latest",
2020
"eslint": "8.57.1",
2121
"eslint-config-next": "13.5.7",
2222
"next": "^14.0.0",
2323
"next-auth": "^4.18.6",
24-
"react": "18.3.1",
25-
"react-dom": "18.3.1",
24+
"react": "19.0.0",
25+
"react-dom": "19.0.0",
2626
"typescript": "5.7.2"
2727
}
2828
}

apps/sample-next-auth-pages/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"@next-auth/xata-adapter": "latest",
1515
"@next/font": "13.5.7",
1616
"@types/node": "20.17.11",
17-
"@types/react": "18.3.14",
18-
"@types/react-dom": "18.3.3",
17+
"@types/react": "19.0.2",
18+
"@types/react-dom": "19.0.2",
1919
"@xata.io/client": "latest",
2020
"eslint": "8.57.1",
2121
"eslint-config-next": "13.5.7",
2222
"next": "^14.0.0",
2323
"next-auth": "^4.18.6",
24-
"react": "18.3.1",
25-
"react-dom": "18.3.1",
24+
"react": "19.0.0",
25+
"react-dom": "19.0.0",
2626
"typescript": "5.7.2"
2727
}
2828
}

apps/sample-nextjs-basic-auth/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"@xata.io/client": "0.30.1",
1414
"bcrypt": "^5.1.0",
1515
"next": "14.2.21",
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/bcrypt": "^5.0.0",
2121
"@types/node": "20.17.11",
22-
"@types/react": "18.3.14",
23-
"@types/react-dom": "18.3.3",
22+
"@types/react": "19.0.2",
23+
"@types/react-dom": "19.0.2",
2424
"eslint": "8.57.1",
2525
"eslint-config-next": "13.5.7",
2626
"typescript": "5.7.2"

apps/sample-nextjs-upload-file/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"dependencies": {
1212
"@xata.io/client": "^0.30.0",
1313
"next": "14.2.21",
14-
"react": "^18",
15-
"react-dom": "^18"
14+
"react": "^19.0.0",
15+
"react-dom": "^19.0.0"
1616
},
1717
"devDependencies": {
1818
"@types/node": "^20",
19-
"@types/react": "^18",
20-
"@types/react-dom": "^18",
19+
"@types/react": "^19.0.0",
20+
"@types/react-dom": "^19.0.0",
2121
"eslint": "^8",
2222
"eslint-config-next": "14.2.20",
2323
"typescript": "^5"

0 commit comments

Comments
 (0)