Update React types to the latest versions across all the packages (#116)

This commit is contained in:
Giancarlo Buomprisco
2025-01-28 15:08:34 +07:00
committed by GitHub
parent 4e91f267e0
commit 1ef522d373
20 changed files with 459 additions and 456 deletions

View File

@@ -80,8 +80,8 @@
"@next/bundle-analyzer": "15.1.6", "@next/bundle-analyzer": "15.1.6",
"@types/mdx": "^2.0.13", "@types/mdx": "^2.0.13",
"@types/node": "^22.12.0", "@types/node": "^22.12.0",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "19.0.8",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/react-dom": "19.0.3",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112", "babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"dotenv-cli": "^8.0.0", "dotenv-cli": "^8.0.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "next-supabase-saas-kit-turbo", "name": "next-supabase-saas-kit-turbo",
"version": "2.0.0", "version": "2.0.1",
"private": true, "private": true,
"sideEffects": false, "sideEffects": false,
"engines": { "engines": {

View File

@@ -28,7 +28,7 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.48.1", "@supabase/supabase-js": "2.48.1",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "19.0.8",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.474.0", "lucide-react": "^0.474.0",
"next": "15.1.6", "next": "15.1.6",

View File

@@ -25,7 +25,7 @@
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "19.0.8",
"next": "15.1.6", "next": "15.1.6",
"react": "19.0.0", "react": "19.0.0",
"zod": "^3.24.1" "zod": "^3.24.1"

View File

@@ -28,7 +28,7 @@
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "19.0.8",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"next": "15.1.6", "next": "15.1.6",
"react": "19.0.0", "react": "19.0.0",

View File

@@ -27,7 +27,7 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/node": "^22.12.0", "@types/node": "^22.12.0",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "19.0.8",
"react": "19.0.0", "react": "19.0.0",
"zod": "^3.24.1" "zod": "^3.24.1"
}, },

View File

@@ -21,7 +21,7 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/node": "^22.12.0", "@types/node": "^22.12.0",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "19.0.8",
"wp-types": "^4.67.0" "wp-types": "^4.67.0"
}, },
"eslintConfig": { "eslintConfig": {

View File

@@ -36,8 +36,8 @@
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.48.1", "@supabase/supabase-js": "2.48.1",
"@tanstack/react-query": "5.65.0", "@tanstack/react-query": "5.65.0",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "19.0.8",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/react-dom": "19.0.3",
"lucide-react": "^0.474.0", "lucide-react": "^0.474.0",
"next": "15.1.6", "next": "15.1.6",
"next-themes": "0.4.4", "next-themes": "0.4.4",

View File

@@ -24,7 +24,7 @@
"@supabase/supabase-js": "2.48.1", "@supabase/supabase-js": "2.48.1",
"@tanstack/react-query": "5.65.0", "@tanstack/react-query": "5.65.0",
"@tanstack/react-table": "^8.20.6", "@tanstack/react-table": "^8.20.6",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "19.0.8",
"lucide-react": "^0.474.0", "lucide-react": "^0.474.0",
"next": "15.1.6", "next": "15.1.6",
"react": "19.0.0", "react": "19.0.0",

View File

@@ -31,7 +31,7 @@
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.48.1", "@supabase/supabase-js": "2.48.1",
"@tanstack/react-query": "5.65.0", "@tanstack/react-query": "5.65.0",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "19.0.8",
"lucide-react": "^0.474.0", "lucide-react": "^0.474.0",
"next": "15.1.6", "next": "15.1.6",
"react-hook-form": "^7.54.2", "react-hook-form": "^7.54.2",

View File

@@ -22,7 +22,7 @@
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.48.1", "@supabase/supabase-js": "2.48.1",
"@tanstack/react-query": "5.65.0", "@tanstack/react-query": "5.65.0",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "19.0.8",
"lucide-react": "^0.474.0", "lucide-react": "^0.474.0",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.0",

View File

@@ -35,8 +35,8 @@
"@supabase/supabase-js": "2.48.1", "@supabase/supabase-js": "2.48.1",
"@tanstack/react-query": "5.65.0", "@tanstack/react-query": "5.65.0",
"@tanstack/react-table": "^8.20.6", "@tanstack/react-table": "^8.20.6",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "19.0.8",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/react-dom": "19.0.3",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.474.0", "lucide-react": "^0.474.0",

View File

@@ -24,7 +24,7 @@
"@kit/sentry": "workspace:*", "@kit/sentry": "workspace:*",
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "19.0.8",
"react": "19.0.0" "react": "19.0.0"
}, },
"eslintConfig": { "eslintConfig": {

View File

@@ -25,7 +25,7 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "19.0.8",
"react": "19.0.0", "react": "19.0.0",
"zod": "^3.24.1" "zod": "^3.24.1"
}, },

View File

@@ -18,7 +18,7 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "19.0.8",
"react": "19.0.0" "react": "19.0.0"
}, },
"eslintConfig": { "eslintConfig": {

View File

@@ -24,7 +24,7 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "19.0.8",
"react": "19.0.0" "react": "19.0.0"
}, },
"eslintConfig": { "eslintConfig": {

View File

@@ -20,7 +20,7 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1" "@types/react": "19.0.8"
}, },
"dependencies": { "dependencies": {
"pino": "^9.6.0" "pino": "^9.6.0"

View File

@@ -31,7 +31,7 @@
"@supabase/ssr": "^0.5.2", "@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "2.48.1", "@supabase/supabase-js": "2.48.1",
"@tanstack/react-query": "5.65.0", "@tanstack/react-query": "5.65.0",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "19.0.8",
"next": "15.1.6", "next": "15.1.6",
"react": "19.0.0", "react": "19.0.0",
"server-only": "^0.0.1", "server-only": "^0.0.1",

View File

@@ -46,8 +46,8 @@
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@tanstack/react-query": "5.65.0", "@tanstack/react-query": "5.65.0",
"@tanstack/react-table": "^8.20.6", "@tanstack/react-table": "^8.20.6",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "19.0.8",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/react-dom": "19.0.3",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",

869
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff