Updated dependencies

This commit is contained in:
gbuomprisco
2024-11-05 14:53:05 +08:00
parent 6fd9ebd2b9
commit 198f7239ef
21 changed files with 1349 additions and 1059 deletions

View File

@@ -56,19 +56,19 @@
"@marsidev/react-turnstile": "^1.0.2", "@marsidev/react-turnstile": "^1.0.2",
"@radix-ui/react-icons": "^1.3.1", "@radix-ui/react-icons": "^1.3.1",
"@supabase/supabase-js": "^2.46.1", "@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.59.16", "@tanstack/react-query": "5.59.19",
"@tanstack/react-table": "^8.20.5", "@tanstack/react-table": "^8.20.5",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.454.0", "lucide-react": "^0.454.0",
"next": "15.0.2", "next": "15.0.2",
"next-sitemap": "^4.2.3", "next-sitemap": "^4.2.3",
"next-themes": "0.3.0", "next-themes": "0.4.3",
"react": "19.0.0-rc-69d4b800-20241021", "react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021", "react-dom": "19.0.0-rc-45804af1-20241021",
"react-hook-form": "^7.53.1", "react-hook-form": "^7.53.1",
"react-i18next": "^15.1.0", "react-i18next": "^15.1.0",
"recharts": "2.13.2", "recharts": "2.13.3",
"sonner": "^1.5.0", "sonner": "^1.7.0",
"tailwind-merge": "^2.5.4", "tailwind-merge": "^2.5.4",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
@@ -90,7 +90,7 @@
"pino-pretty": "^11.3.0", "pino-pretty": "^11.3.0",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"require-in-the-middle": "7.4.0", "require-in-the-middle": "7.4.0",
"supabase": "^1.207.9", "supabase": "^1.215.0",
"tailwindcss": "3.4.14", "tailwindcss": "3.4.14",
"typescript": "^5.6.3" "typescript": "^5.6.3"
}, },

View File

@@ -48,7 +48,8 @@
"react-is": "rc", "react-is": "rc",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"i18next": "23.16.4" "i18next": "23.16.4",
"react-i18next": "^15.1.0"
} }
} }
} }

View File

@@ -32,7 +32,7 @@
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.454.0", "lucide-react": "^0.454.0",
"next": "15.0.2", "next": "15.0.2",
"react": "19.0.0-rc-69d4b800-20241021", "react": "19.0.0-rc-45804af1-20241021",
"react-hook-form": "^7.53.1", "react-hook-form": "^7.53.1",
"react-i18next": "^15.1.0", "react-i18next": "^15.1.0",
"zod": "^3.23.8" "zod": "^3.23.8"

View File

@@ -27,7 +27,7 @@
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"next": "15.0.2", "next": "15.0.2",
"react": "19.0.0-rc-69d4b800-20241021", "react": "19.0.0-rc-45804af1-20241021",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"eslintConfig": { "eslintConfig": {

View File

@@ -31,7 +31,7 @@
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"next": "15.0.2", "next": "15.0.2",
"react": "19.0.0-rc-69d4b800-20241021", "react": "19.0.0-rc-45804af1-20241021",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"eslintConfig": { "eslintConfig": {

View File

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

View File

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

View File

@@ -35,17 +35,17 @@
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.1", "@radix-ui/react-icons": "^1.3.1",
"@supabase/supabase-js": "^2.46.1", "@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.59.16", "@tanstack/react-query": "5.59.19",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"lucide-react": "^0.454.0", "lucide-react": "^0.454.0",
"next": "15.0.2", "next": "15.0.2",
"next-themes": "0.3.0", "next-themes": "0.4.3",
"react": "19.0.0-rc-69d4b800-20241021", "react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021", "react-dom": "19.0.0-rc-45804af1-20241021",
"react-hook-form": "^7.53.1", "react-hook-form": "^7.53.1",
"react-i18next": "^15.1.0", "react-i18next": "^15.1.0",
"sonner": "^1.5.0", "sonner": "^1.7.0",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",

View File

@@ -22,13 +22,13 @@
"@makerkit/data-loader-supabase-core": "^0.0.8", "@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3", "@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "^2.46.1", "@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.59.16", "@tanstack/react-query": "5.59.19",
"@tanstack/react-table": "^8.20.5", "@tanstack/react-table": "^8.20.5",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.454.0", "lucide-react": "^0.454.0",
"next": "15.0.2", "next": "15.0.2",
"react": "19.0.0-rc-69d4b800-20241021", "react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021", "react-dom": "19.0.0-rc-45804af1-20241021",
"react-hook-form": "^7.53.1", "react-hook-form": "^7.53.1",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },

View File

@@ -29,13 +29,13 @@
"@marsidev/react-turnstile": "^1.0.2", "@marsidev/react-turnstile": "^1.0.2",
"@radix-ui/react-icons": "^1.3.1", "@radix-ui/react-icons": "^1.3.1",
"@supabase/supabase-js": "^2.46.1", "@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.59.16", "@tanstack/react-query": "5.59.19",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.454.0", "lucide-react": "^0.454.0",
"next": "15.0.2", "next": "15.0.2",
"react-hook-form": "^7.53.1", "react-hook-form": "^7.53.1",
"react-i18next": "^15.1.0", "react-i18next": "^15.1.0",
"sonner": "^1.5.0", "sonner": "^1.7.0",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",

View File

@@ -21,11 +21,11 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.46.1", "@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.59.16", "@tanstack/react-query": "5.59.19",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.454.0", "lucide-react": "^0.454.0",
"react": "19.0.0-rc-69d4b800-20241021", "react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021", "react-dom": "19.0.0-rc-45804af1-20241021",
"react-i18next": "^15.1.0" "react-i18next": "^15.1.0"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",

View File

@@ -33,7 +33,7 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.46.1", "@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.59.16", "@tanstack/react-query": "5.59.19",
"@tanstack/react-table": "^8.20.5", "@tanstack/react-table": "^8.20.5",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
@@ -41,11 +41,11 @@
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.454.0", "lucide-react": "^0.454.0",
"next": "15.0.2", "next": "15.0.2",
"react": "19.0.0-rc-69d4b800-20241021", "react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021", "react-dom": "19.0.0-rc-45804af1-20241021",
"react-hook-form": "^7.53.1", "react-hook-form": "^7.53.1",
"react-i18next": "^15.1.0", "react-i18next": "^15.1.0",
"sonner": "^1.5.0", "sonner": "^1.7.0",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",

View File

@@ -21,10 +21,10 @@
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.59.16", "@tanstack/react-query": "5.59.19",
"next": "15.0.2", "next": "15.0.2",
"react": "19.0.0-rc-69d4b800-20241021", "react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021", "react-dom": "19.0.0-rc-45804af1-20241021",
"react-i18next": "^15.1.0" "react-i18next": "^15.1.0"
}, },
"dependencies": { "dependencies": {

View File

@@ -25,7 +25,7 @@
"@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": "npm:types-react@19.0.0-rc.1",
"react": "19.0.0-rc-69d4b800-20241021" "react": "19.0.0-rc-45804af1-20241021"
}, },
"eslintConfig": { "eslintConfig": {
"root": true, "root": true,

View File

@@ -26,7 +26,7 @@
"@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": "npm:types-react@19.0.0-rc.1",
"react": "19.0.0-rc-69d4b800-20241021", "react": "19.0.0-rc-45804af1-20241021",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"eslintConfig": { "eslintConfig": {

View File

@@ -19,7 +19,7 @@
"@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": "npm:types-react@19.0.0-rc.1",
"react": "19.0.0-rc-69d4b800-20241021" "react": "19.0.0-rc-45804af1-20241021"
}, },
"eslintConfig": { "eslintConfig": {
"root": true, "root": true,

View File

@@ -25,7 +25,7 @@
"@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": "npm:types-react@19.0.0-rc.1",
"react": "19.0.0-rc-69d4b800-20241021" "react": "19.0.0-rc-45804af1-20241021"
}, },
"eslintConfig": { "eslintConfig": {
"root": true, "root": true,

View File

@@ -30,10 +30,10 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.5.1", "@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.46.1", "@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.59.16", "@tanstack/react-query": "5.59.19",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"next": "15.0.2", "next": "15.0.2",
"react": "19.0.0-rc-69d4b800-20241021", "react": "19.0.0-rc-45804af1-20241021",
"server-only": "^0.0.1", "server-only": "^0.0.1",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },

View File

@@ -30,11 +30,11 @@
"@radix-ui/react-toast": "^1.2.2", "@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "1.1.3", "@radix-ui/react-tooltip": "1.1.3",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "1.0.3", "cmdk": "1.0.4",
"input-otp": "1.2.5", "input-otp": "1.4.1",
"lucide-react": "^0.454.0", "lucide-react": "^0.454.0",
"react-top-loading-bar": "2.3.1", "react-top-loading-bar": "2.3.1",
"recharts": "2.13.2", "recharts": "2.13.3",
"tailwind-merge": "^2.5.4" "tailwind-merge": "^2.5.4"
}, },
"devDependencies": { "devDependencies": {
@@ -43,7 +43,7 @@
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.1", "@radix-ui/react-icons": "^1.3.1",
"@tanstack/react-query": "5.59.16", "@tanstack/react-query": "5.59.19",
"@tanstack/react-table": "^8.20.5", "@tanstack/react-table": "^8.20.5",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
@@ -51,12 +51,12 @@
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"next": "15.0.2", "next": "15.0.2",
"next-themes": "0.3.0", "next-themes": "0.4.3",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"react-day-picker": "^8.10.1", "react-day-picker": "^8.10.1",
"react-hook-form": "^7.53.1", "react-hook-form": "^7.53.1",
"react-i18next": "^15.1.0", "react-i18next": "^15.1.0",
"sonner": "^1.5.0", "sonner": "^1.7.0",
"tailwindcss": "3.4.14", "tailwindcss": "3.4.14",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3", "typescript": "^5.6.3",

2313
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,8 +15,8 @@
"dependencies": { "dependencies": {
"@next/eslint-plugin-next": "15.0.2", "@next/eslint-plugin-next": "15.0.2",
"@types/eslint": "^8.56.10", "@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^8.12.2", "@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.12.2", "@typescript-eslint/parser": "^8.13.0",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.2.3", "eslint-config-turbo": "^2.2.3",
"eslint-plugin-import": "^2.31.0", "eslint-plugin-import": "^2.31.0",