Updated dependencies (next.js 15.1.1) (#98)

This commit is contained in:
Giancarlo Buomprisco
2024-12-18 15:09:45 +08:00
committed by GitHub
parent 923b6954d4
commit 491040f683
17 changed files with 378 additions and 373 deletions

View File

@@ -31,7 +31,7 @@
"@types/react": "npm:types-react@19.0.0-rc.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.468.0",
"next": "15.1.0",
"next": "15.1.1",
"react": "19.0.0",
"react-hook-form": "^7.54.1",
"react-i18next": "^15.2.0",

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.0",
"next": "15.1.1",
"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.0",
"next": "15.1.1",
"react": "19.0.0",
"zod": "^3.24.1"
},

View File

@@ -35,11 +35,11 @@
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.47.8",
"@tanstack/react-query": "5.62.7",
"@tanstack/react-query": "5.62.8",
"@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.468.0",
"next": "15.1.0",
"next": "15.1.1",
"next-themes": "0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",

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.8",
"@tanstack/react-query": "5.62.7",
"@tanstack/react-query": "5.62.8",
"@tanstack/react-table": "^8.20.6",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.468.0",
"next": "15.1.0",
"next": "15.1.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.1",

View File

@@ -30,10 +30,10 @@
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.47.8",
"@tanstack/react-query": "5.62.7",
"@tanstack/react-query": "5.62.8",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.468.0",
"next": "15.1.0",
"next": "15.1.1",
"react-hook-form": "^7.54.1",
"react-i18next": "^15.2.0",
"sonner": "^1.7.1",

View File

@@ -21,7 +21,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.47.8",
"@tanstack/react-query": "5.62.7",
"@tanstack/react-query": "5.62.8",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.468.0",
"react": "19.0.0",

View File

@@ -33,14 +33,14 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.47.8",
"@tanstack/react-query": "5.62.7",
"@tanstack/react-query": "5.62.8",
"@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.468.0",
"next": "15.1.0",
"next": "15.1.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.1",

View File

@@ -21,14 +21,14 @@
"@kit/shared": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.62.7",
"next": "15.1.0",
"@tanstack/react-query": "5.62.8",
"next": "15.1.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.2.0"
},
"dependencies": {
"i18next": "24.1.0",
"i18next": "24.1.2",
"i18next-browser-languagedetector": "8.0.2",
"i18next-resources-to-backend": "^1.2.1"
},

View File

@@ -16,7 +16,7 @@
"./config/server": "./src/sentry.client.server.ts"
},
"dependencies": {
"@sentry/nextjs": "^8.45.1"
"@sentry/nextjs": "^8.46.0"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",

View File

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

View File

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

View File

@@ -11,24 +11,24 @@
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-accordion": "1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.3",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-collapsible": "1.1.2",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.2.2",
"@radix-ui/react-popover": "^1.1.3",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.3",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.3",
"@radix-ui/react-tooltip": "1.1.5",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-tooltip": "1.1.6",
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"input-otp": "1.4.1",
@@ -43,21 +43,21 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@tanstack/react-query": "5.62.7",
"@tanstack/react-query": "5.62.8",
"@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.0",
"next": "15.1.1",
"next-themes": "0.4.4",
"prettier": "^3.4.2",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.54.1",
"react-i18next": "^15.2.0",
"sonner": "^1.7.1",
"tailwindcss": "3.4.16",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"zod": "^3.24.1"