Updated Dependencies (Next.js 15.1.3)

This commit is contained in:
gbuomprisco
2024-12-30 10:55:04 +08:00
parent cec47cef78
commit 3970076899
16 changed files with 838 additions and 333 deletions

View File

@@ -31,10 +31,10 @@
"@types/react": "npm:types-react@19.0.0-rc.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.469.0",
"next": "15.1.2",
"next": "15.1.3",
"react": "19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0",
"react-i18next": "^15.3.0",
"zod": "^3.24.1"
},
"eslintConfig": {

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1",
"next": "15.1.2",
"next": "15.1.3",
"react": "19.0.0",
"zod": "^3.24.1"
},

View File

@@ -30,7 +30,7 @@
"@kit/ui": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1",
"date-fns": "^4.1.0",
"next": "15.1.2",
"next": "15.1.3",
"react": "19.0.0",
"zod": "^3.24.1"
},

View File

@@ -35,16 +35,16 @@
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.8",
"@tanstack/react-query": "5.62.11",
"@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.469.0",
"next": "15.1.2",
"next": "15.1.3",
"next-themes": "0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0",
"react-i18next": "^15.3.0",
"sonner": "^1.7.1",
"zod": "^3.24.1"
},

View File

@@ -22,11 +22,11 @@
"@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.8",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-table": "^8.20.6",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.469.0",
"next": "15.1.2",
"next": "15.1.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",

View File

@@ -30,12 +30,12 @@
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.8",
"@tanstack/react-query": "5.62.11",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.469.0",
"next": "15.1.2",
"next": "15.1.3",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0",
"react-i18next": "^15.3.0",
"sonner": "^1.7.1",
"zod": "^3.24.1"
},

View File

@@ -21,12 +21,12 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.8",
"@tanstack/react-query": "5.62.11",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.469.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.2.0"
"react-i18next": "^15.3.0"
},
"prettier": "@kit/prettier-config",
"eslintConfig": {

View File

@@ -33,18 +33,18 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.8",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-table": "^8.20.6",
"@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.469.0",
"next": "15.1.2",
"next": "15.1.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0",
"react-i18next": "^15.3.0",
"sonner": "^1.7.1",
"zod": "^3.24.1"
},

View File

@@ -21,11 +21,11 @@
"@kit/shared": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.62.8",
"next": "15.1.2",
"@tanstack/react-query": "5.62.11",
"next": "15.1.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.2.0"
"react-i18next": "^15.3.0"
},
"dependencies": {
"i18next": "24.2.0",

View File

@@ -22,7 +22,7 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.47.10",
"next": "15.1.2",
"next": "15.1.3",
"zod": "^3.24.1"
},
"eslintConfig": {

View File

@@ -23,7 +23,7 @@
"@types/react": "npm:types-react@19.0.0-rc.1"
},
"dependencies": {
"pino": "^9.5.0"
"pino": "^9.6.0"
},
"eslintConfig": {
"root": true,

View File

@@ -30,9 +30,9 @@
"@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.8",
"@tanstack/react-query": "5.62.11",
"@types/react": "npm:types-react@19.0.0-rc.1",
"next": "15.1.2",
"next": "15.1.3",
"react": "19.0.0",
"server-only": "^0.0.1",
"zod": "^3.24.1"

View File

@@ -36,7 +36,7 @@
"lucide-react": "^0.469.0",
"react-top-loading-bar": "3.0.2",
"recharts": "2.15.0",
"tailwind-merge": "^2.5.5"
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",
@@ -44,19 +44,19 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@tanstack/react-query": "5.62.8",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-table": "^8.20.6",
"@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.1.2",
"next": "15.1.3",
"next-themes": "0.4.4",
"prettier": "^3.4.2",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0",
"react-i18next": "^15.3.0",
"sonner": "^1.7.1",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "^1.0.7",