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 Dec 8, 2024
1 parent 21b8f4c commit fbb4d02
Show file tree
Hide file tree
Showing 6 changed files with 216 additions and 144 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"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",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.14",
"tailwindcss": "3.4.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/postgrest-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@
"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:*",
"@supabase/postgrest-js": "1.16.3",
"@supabase/supabase-js": "2.46.1",
"@testing-library/react": "14.3.0",
"@types/flat": "5.0.2",
"@types/react": "18.3.3",
"@types/react": "19.0.0",
"@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
8 changes: 4 additions & 4 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 @@ -51,11 +51,11 @@
"@supabase/supabase-js": "2.46.1",
"@testing-library/react": "14.3.0",
"@types/flat": "5.0.2",
"@types/react": "18.3.3",
"@types/react": "19.0.0",
"@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
8 changes: 4 additions & 4 deletions packages/storage-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
"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:*",
"@supabase/storage-js": "2.7.1",
"@supabase/supabase-js": "2.46.1",
"@testing-library/react": "14.3.0",
"@types/react": "18.3.3",
"@types/react": "19.0.0",
"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
8 changes: 4 additions & 4 deletions packages/storage-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@
},
"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": {
"@supabase-cache-helpers/tsconfig": "workspace:*",
"@supabase/storage-js": "2.7.1",
"@supabase/supabase-js": "2.46.1",
"@testing-library/react": "14.3.0",
"@types/react": "18.3.3",
"@types/react": "19.0.0",
"@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 fbb4d02

Please sign in to comment.