Skip to content

Commit

Permalink
chore(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and psteinroe committed Dec 8, 2024
1 parent 21b8f4c commit bf80da9
Show file tree
Hide file tree
Showing 7 changed files with 194 additions and 124 deletions.
9 changes: 9 additions & 0 deletions .changeset/renovate-cffe8d0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@supabase-cache-helpers/postgrest-react-query': patch
'@supabase-cache-helpers/postgrest-swr': patch
'@supabase-cache-helpers/storage-react-query': patch
'@supabase-cache-helpers/storage-swr': patch
---

Updated dependency `react` to `19.0.0`.
Updated dependency `react-dom` to `19.0.0`.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"next": "14.2.0",
"nextra": "3.2.0",
"nextra-theme-docs": "3.2.0",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "20.14.10",
Expand Down
6 changes: 3 additions & 3 deletions packages/postgrest-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"peerDependencies": {
"@supabase/postgrest-js": "^1.16.3",
"@tanstack/react-query": "^4.0.0 || ^5.0.0",
"react": "^16.11.0 || ^17.0.0 || ^18.0.0"
"react": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@supabase-cache-helpers/tsconfig": "workspace:*",
Expand All @@ -55,8 +55,8 @@
"@types/react": "18.3.3",
"@vitest/coverage-istanbul": "^2.0.2",
"dotenv": "16.4.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"tsup": "8.2.0",
"typescript": "5.5.3",
"vitest": "2.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/postgrest-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"peerDependencies": {
"@supabase/postgrest-js": "^1.16.3",
"react": "^16.11.0 || ^17.0.0 || ^18.0.0",
"react": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"swr": "^2.2.0"
},
"devDependencies": {
Expand All @@ -54,8 +54,8 @@
"@types/react": "18.3.3",
"@vitest/coverage-istanbul": "^2.0.2",
"dotenv": "16.4.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"tsup": "8.2.0",
"typescript": "5.5.3",
"vitest": "2.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/storage-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"peerDependencies": {
"@supabase/storage-js": "^2.7.1",
"@tanstack/react-query": "^4.0.0 || ^5.0.0",
"react": "^16.11.0 || ^17.0.0 || ^18.0.0"
"react": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@supabase-cache-helpers/tsconfig": "workspace:*",
Expand All @@ -47,10 +47,10 @@
"@testing-library/react": "14.3.0",
"@types/react": "18.3.3",
"dotenv": "16.4.0",
"react": "18.3.1",
"react": "19.0.0",
"@vitest/coverage-istanbul": "^2.0.2",
"happy-dom": "15.0.0",
"react-dom": "18.3.1",
"react-dom": "19.0.0",
"tsup": "8.2.0",
"typescript": "5.5.3",
"vitest": "2.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/storage-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"peerDependencies": {
"@supabase/storage-js": "^2.7.1",
"react": "^16.11.0 || ^17.0.0 || ^18.0.0",
"react": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"swr": "^2.2.0"
},
"devDependencies": {
Expand All @@ -49,8 +49,8 @@
"@vitest/coverage-istanbul": "^2.0.2",
"dotenv": "16.4.0",
"happy-dom": "15.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"tsup": "8.2.0",
"typescript": "5.5.3",
"vitest": "2.0.2"
Expand Down
Loading

0 comments on commit bf80da9

Please sign in to comment.