Skip to content

Commit 94586d1

Browse files
fix(deps): update react monorepo to v19
1 parent 07846df commit 94586d1

File tree

6 files changed

+214
-140
lines changed

6 files changed

+214
-140
lines changed

docs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"next": "14.2.0",
1515
"nextra": "3.2.0",
1616
"nextra-theme-docs": "3.2.0",
17-
"react": "18.3.1",
18-
"react-dom": "18.3.1"
17+
"react": "19.1.0",
18+
"react-dom": "19.1.0"
1919
},
2020
"devDependencies": {
2121
"@types/node": "20.14.10",
22-
"@types/react": "18.3.3",
23-
"@types/react-dom": "18.3.0",
22+
"@types/react": "19.1.2",
23+
"@types/react-dom": "19.1.2",
2424
"autoprefixer": "^10.4.13",
2525
"postcss": "^8.4.14",
2626
"tailwindcss": "3.4.0",

packages/postgrest-react-query/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
"@supabase/supabase-js": "2.46.1",
5353
"@testing-library/react": "14.3.0",
5454
"@types/flat": "5.0.2",
55-
"@types/react": "18.3.3",
55+
"@types/react": "19.1.2",
5656
"@vitest/coverage-istanbul": "^2.0.2",
5757
"dotenv": "16.4.0",
58-
"react": "18.3.1",
59-
"react-dom": "18.3.1",
58+
"react": "19.1.0",
59+
"react-dom": "19.1.0",
6060
"tsup": "8.2.0",
6161
"typescript": "5.5.3",
6262
"vitest": "2.0.2"

packages/postgrest-swr/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
"@supabase/supabase-js": "2.46.1",
5252
"@testing-library/react": "14.3.0",
5353
"@types/flat": "5.0.2",
54-
"@types/react": "18.3.3",
54+
"@types/react": "19.1.2",
5555
"@vitest/coverage-istanbul": "^2.0.2",
5656
"dotenv": "16.4.0",
57-
"react": "18.3.1",
58-
"react-dom": "18.3.1",
57+
"react": "19.1.0",
58+
"react-dom": "19.1.0",
5959
"tsup": "8.2.0",
6060
"typescript": "5.5.3",
6161
"vitest": "2.0.2"

packages/storage-react-query/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"@supabase/storage-js": "2.7.1",
4646
"@supabase/supabase-js": "2.46.1",
4747
"@testing-library/react": "14.3.0",
48-
"@types/react": "18.3.3",
48+
"@types/react": "19.1.2",
4949
"dotenv": "16.4.0",
50-
"react": "18.3.1",
50+
"react": "19.1.0",
5151
"@vitest/coverage-istanbul": "^2.0.2",
5252
"happy-dom": "17.4.3",
53-
"react-dom": "18.3.1",
53+
"react-dom": "19.1.0",
5454
"tsup": "8.2.0",
5555
"typescript": "5.5.3",
5656
"vitest": "2.0.2"

packages/storage-swr/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"@supabase/storage-js": "2.7.1",
4646
"@supabase/supabase-js": "2.46.1",
4747
"@testing-library/react": "14.3.0",
48-
"@types/react": "18.3.3",
48+
"@types/react": "19.1.2",
4949
"@vitest/coverage-istanbul": "^2.0.2",
5050
"dotenv": "16.4.0",
5151
"happy-dom": "17.4.3",
52-
"react": "18.3.1",
53-
"react-dom": "18.3.1",
52+
"react": "19.1.0",
53+
"react-dom": "19.1.0",
5454
"tsup": "8.2.0",
5555
"typescript": "5.5.3",
5656
"vitest": "2.0.2"

0 commit comments

Comments
 (0)