Updated dependencies, most notably React 19 (#90)

* Updated dependencies, most notably React 19
This commit is contained in:
Giancarlo Buomprisco
2024-12-06 09:38:49 +01:00
committed by GitHub
parent 7fb24f606c
commit 90f25a5ed5
25 changed files with 2065 additions and 2098 deletions

View File

@@ -55,16 +55,16 @@
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "^2.46.2",
"@tanstack/react-query": "5.62.1",
"@supabase/supabase-js": "^2.47.1",
"@tanstack/react-query": "5.62.2",
"@tanstack/react-table": "^8.20.5",
"date-fns": "^4.1.0",
"lucide-react": "^0.462.0",
"next": "15.0.3",
"lucide-react": "^0.468.0",
"next": "15.0.4",
"next-sitemap": "^4.2.3",
"next-themes": "0.4.3",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",
"next-themes": "0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.53.2",
"react-i18next": "^15.1.3",
"recharts": "2.14.1",
@@ -77,7 +77,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.0.3",
"@next/bundle-analyzer": "15.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "^22.10.1",
"@types/react": "npm:types-react@19.0.0-rc.1",
@@ -86,12 +86,12 @@
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"dotenv-cli": "^7.4.4",
"eslint": "^8.57.0",
"import-in-the-middle": "1.11.2",
"import-in-the-middle": "1.11.3",
"pino-pretty": "^13.0.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"require-in-the-middle": "7.4.0",
"supabase": "^1.226.3",
"tailwindcss": "3.4.15",
"supabase": "^2.0.0",
"tailwindcss": "3.4.16",
"typescript": "^5.7.2"
},
"eslintConfig": {

View File

@@ -37,18 +37,14 @@
"packageManager": "pnpm@9.12.0",
"pnpm": {
"overrides": {
"react-is": "rc",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
"react-is": "rc"
}
},
"devDependencies": {
"@manypkg/cli": "^0.23.0",
"@turbo/gen": "^2.3.3",
"cross-env": "^7.0.3",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"turbo": "2.3.3",
"typescript": "^5.7.2"
}

View File

@@ -27,12 +27,12 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.46.2",
"@supabase/supabase-js": "^2.47.1",
"@types/react": "npm:types-react@19.0.0-rc.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.462.0",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"lucide-react": "^0.468.0",
"next": "15.0.4",
"react": "19.0.0",
"react-hook-form": "^7.53.2",
"react-i18next": "^15.1.3",
"zod": "^3.23.8"

View File

@@ -26,8 +26,8 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"next": "15.0.4",
"react": "19.0.0",
"zod": "^3.23.8"
},
"eslintConfig": {

View File

@@ -30,8 +30,8 @@
"@kit/ui": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1",
"date-fns": "^4.1.0",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"next": "15.0.4",
"react": "19.0.0",
"zod": "^3.23.8"
},
"eslintConfig": {

View File

@@ -28,7 +28,7 @@
"@kit/ui": "workspace:*",
"@types/node": "^22.10.1",
"@types/react": "npm:types-react@19.0.0-rc.1",
"react": "19.0.0-rc-45804af1-20241021",
"react": "19.0.0",
"zod": "^3.23.8"
},
"eslintConfig": {

View File

@@ -23,7 +23,7 @@
"@kit/tailwind-config": "workspace:*",
"@kit/team-accounts": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "^2.46.2",
"@supabase/supabase-js": "^2.47.1",
"zod": "^3.23.8"
},
"eslintConfig": {

View File

@@ -13,7 +13,7 @@
".": "./src/index.ts"
},
"dependencies": {
"@react-email/components": "0.0.28"
"@react-email/components": "0.0.29"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",

View File

@@ -34,15 +34,15 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "^2.46.2",
"@tanstack/react-query": "5.62.1",
"@supabase/supabase-js": "^2.47.1",
"@tanstack/react-query": "5.62.2",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"lucide-react": "^0.462.0",
"next": "15.0.3",
"next-themes": "0.4.3",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",
"lucide-react": "^0.468.0",
"next": "15.0.4",
"next-themes": "0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.53.2",
"react-i18next": "^15.1.3",
"sonner": "^1.7.0",

View File

@@ -21,14 +21,14 @@
"@kit/ui": "workspace:*",
"@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "^2.46.2",
"@tanstack/react-query": "5.62.1",
"@supabase/supabase-js": "^2.47.1",
"@tanstack/react-query": "5.62.2",
"@tanstack/react-table": "^8.20.5",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.462.0",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",
"lucide-react": "^0.468.0",
"next": "15.0.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.53.2",
"zod": "^3.23.8"
},

View File

@@ -28,11 +28,11 @@
"@kit/ui": "workspace:*",
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "^2.46.2",
"@tanstack/react-query": "5.62.1",
"@supabase/supabase-js": "^2.47.1",
"@tanstack/react-query": "5.62.2",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.462.0",
"next": "15.0.3",
"lucide-react": "^0.468.0",
"next": "15.0.4",
"react-hook-form": "^7.53.2",
"react-i18next": "^15.1.3",
"sonner": "^1.7.0",

View File

@@ -20,12 +20,12 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.46.2",
"@tanstack/react-query": "5.62.1",
"@supabase/supabase-js": "^2.47.1",
"@tanstack/react-query": "5.62.2",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.462.0",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",
"lucide-react": "^0.468.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.1.3"
},
"prettier": "@kit/prettier-config",

View File

@@ -32,17 +32,17 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.46.2",
"@tanstack/react-query": "5.62.1",
"@supabase/supabase-js": "^2.47.1",
"@tanstack/react-query": "5.62.2",
"@tanstack/react-table": "^8.20.5",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.462.0",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",
"lucide-react": "^0.468.0",
"next": "15.0.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.53.2",
"react-i18next": "^15.1.3",
"sonner": "^1.7.0",

View File

@@ -21,14 +21,14 @@
"@kit/shared": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.62.1",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",
"@tanstack/react-query": "5.62.2",
"next": "15.0.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.1.3"
},
"dependencies": {
"i18next": "24.0.2",
"i18next": "24.0.5",
"i18next-browser-languagedetector": "8.0.0",
"i18next-resources-to-backend": "^1.2.1"
},

View File

@@ -25,7 +25,7 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1",
"react": "19.0.0-rc-45804af1-20241021"
"react": "19.0.0"
},
"eslintConfig": {
"root": true,

View File

@@ -26,7 +26,7 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1",
"react": "19.0.0-rc-45804af1-20241021",
"react": "19.0.0",
"zod": "^3.23.8"
},
"eslintConfig": {

View File

@@ -19,7 +19,7 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1",
"react": "19.0.0-rc-45804af1-20241021"
"react": "19.0.0"
},
"eslintConfig": {
"root": true,

View File

@@ -25,7 +25,7 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1",
"react": "19.0.0-rc-45804af1-20241021"
"react": "19.0.0"
},
"eslintConfig": {
"root": true,

View File

@@ -21,8 +21,8 @@
"@kit/supabase": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "^2.46.2",
"next": "15.0.3",
"@supabase/supabase-js": "^2.47.1",
"next": "15.0.4",
"zod": "^3.23.8"
},
"eslintConfig": {

View File

@@ -29,11 +29,11 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.46.2",
"@tanstack/react-query": "5.62.1",
"@supabase/supabase-js": "^2.47.1",
"@tanstack/react-query": "5.62.2",
"@types/react": "npm:types-react@19.0.0-rc.1",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"next": "15.0.4",
"react": "19.0.0",
"server-only": "^0.0.1",
"zod": "^3.23.8"
},

View File

@@ -32,7 +32,7 @@
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"input-otp": "1.4.1",
"lucide-react": "^0.462.0",
"lucide-react": "^0.468.0",
"react-top-loading-bar": "2.3.1",
"recharts": "2.14.1",
"tailwind-merge": "^2.5.5"
@@ -43,21 +43,21 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@tanstack/react-query": "5.62.1",
"@tanstack/react-query": "5.62.2",
"@tanstack/react-table": "^8.20.5",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"eslint": "^8.57.0",
"next": "15.0.3",
"next-themes": "0.4.3",
"prettier": "^3.4.1",
"next": "15.0.4",
"next-themes": "0.4.4",
"prettier": "^3.4.2",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.53.2",
"react-i18next": "^15.1.3",
"sonner": "^1.7.0",
"tailwindcss": "3.4.15",
"tailwindcss": "3.4.16",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"zod": "^3.23.8"

4001
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,7 +13,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@next/eslint-plugin-next": "15.0.3",
"@next/eslint-plugin-next": "15.0.4",
"@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
@@ -21,7 +21,7 @@
"eslint-config-turbo": "^2.3.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "^5.0.0"
"eslint-plugin-react-hooks": "^5.1.0"
},
"devDependencies": {
"@kit/prettier-config": "workspace:*",

View File

@@ -10,7 +10,7 @@
},
"dependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9"
},
"devDependencies": {

View File

@@ -16,7 +16,7 @@
"dependencies": {
"autoprefixer": "^10.4.20",
"postcss": "8.4.49",
"tailwindcss": "3.4.15",
"tailwindcss": "3.4.16",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
@@ -24,7 +24,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"eslint": "^8.57.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
},
"eslintConfig": {