Update several package dependencies

This commit updates the versions of several dependencies across various packages, with the primary updates being to `@tanstack/react-query`, `prettier`, and `lucide-react`. This helps to keep the project dependencies up-to-date and may also include minor bug fixes or improvements from the updated packages.
This commit is contained in:
gbuomprisco
2024-06-11 23:36:11 +08:00
parent bb6f26f240
commit 5e115ca600
16 changed files with 4687 additions and 348 deletions

View File

@@ -31,7 +31,7 @@
"supabase:db:dump:local": "supabase db dump --local --data-only" "supabase:db:dump:local": "supabase db dump --local --data-only"
}, },
"dependencies": { "dependencies": {
"@edge-csrf/nextjs": "2.0.0", "@edge-csrf/nextjs": "2.2.0",
"@hookform/resolvers": "^3.6.0", "@hookform/resolvers": "^3.6.0",
"@kit/accounts": "workspace:^", "@kit/accounts": "workspace:^",
"@kit/admin": "workspace:^", "@kit/admin": "workspace:^",
@@ -55,11 +55,11 @@
"@marsidev/react-turnstile": "^0.7.1", "@marsidev/react-turnstile": "^0.7.1",
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.43.4", "@supabase/supabase-js": "^2.43.4",
"@tanstack/react-query": "5.40.1", "@tanstack/react-query": "5.44.0",
"@tanstack/react-query-next-experimental": "^5.40.1", "@tanstack/react-query-next-experimental": "^5.44.0",
"@tanstack/react-table": "^8.17.3", "@tanstack/react-table": "^8.17.3",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"lucide-react": "^0.390.0", "lucide-react": "^0.394.0",
"next": "14.2.3", "next": "14.2.3",
"next-sitemap": "^4.2.3", "next-sitemap": "^4.2.3",
"next-themes": "0.3.0", "next-themes": "0.3.0",
@@ -68,7 +68,7 @@
"react-hook-form": "^7.51.4", "react-hook-form": "^7.51.4",
"react-i18next": "^14.1.2", "react-i18next": "^14.1.2",
"recharts": "^2.12.7", "recharts": "^2.12.7",
"sonner": "^1.4.41", "sonner": "^1.5.0",
"tailwind-merge": "^2.3.0", "tailwind-merge": "^2.3.0",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
@@ -85,8 +85,8 @@
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.2", "dotenv-cli": "^7.4.2",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"prettier": "^3.3.1", "prettier": "^3.3.2",
"supabase": "^1.172.2", "supabase": "^1.176.4",
"tailwindcss": "3.4.4", "tailwindcss": "3.4.4",
"typescript": "^5.4.5" "typescript": "^5.4.5"
}, },

View File

@@ -35,8 +35,8 @@
"@manypkg/cli": "^0.21.4", "@manypkg/cli": "^0.21.4",
"@turbo/gen": "^2.0.3", "@turbo/gen": "^2.0.3",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"pnpm": "^9.2.0", "pnpm": "^9.3.0",
"prettier": "^3.3.1", "prettier": "^3.3.2",
"turbo": "2.0.3", "turbo": "2.0.3",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"yarn": "^1.22.22" "yarn": "^1.22.22"

View File

@@ -30,7 +30,7 @@
"@supabase/supabase-js": "^2.43.4", "@supabase/supabase-js": "^2.43.4",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"lucide-react": "^0.390.0", "lucide-react": "^0.394.0",
"next": "14.2.3", "next": "14.2.3",
"react": "18.3.1", "react": "18.3.1",
"react-hook-form": "^7.51.4", "react-hook-form": "^7.51.4",

View File

@@ -14,7 +14,7 @@
"./components": "./src/components/index.ts" "./components": "./src/components/index.ts"
}, },
"dependencies": { "dependencies": {
"@lemonsqueezy/lemonsqueezy.js": "3.0.0" "@lemonsqueezy/lemonsqueezy.js": "3.1.0"
}, },
"devDependencies": { "devDependencies": {
"@kit/billing": "workspace:^", "@kit/billing": "workspace:^",

View File

@@ -34,17 +34,17 @@
"@kit/ui": "workspace:^", "@kit/ui": "workspace:^",
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.43.4", "@supabase/supabase-js": "^2.43.4",
"@tanstack/react-query": "5.40.1", "@tanstack/react-query": "5.44.0",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"lucide-react": "^0.390.0", "lucide-react": "^0.394.0",
"next": "14.2.3", "next": "14.2.3",
"next-themes": "0.3.0", "next-themes": "0.3.0",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1", "react-dom": "18.3.1",
"react-hook-form": "^7.51.4", "react-hook-form": "^7.51.4",
"react-i18next": "^14.1.2", "react-i18next": "^14.1.2",
"sonner": "^1.4.41", "sonner": "^1.5.0",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",

View File

@@ -21,10 +21,10 @@
"@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.43.4", "@supabase/supabase-js": "^2.43.4",
"@tanstack/react-query": "5.40.1", "@tanstack/react-query": "5.44.0",
"@tanstack/react-table": "^8.17.3", "@tanstack/react-table": "^8.17.3",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"lucide-react": "^0.390.0", "lucide-react": "^0.394.0",
"next": "14.2.3", "next": "14.2.3",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1", "react-dom": "18.3.1",

View File

@@ -29,13 +29,13 @@
"@marsidev/react-turnstile": "^0.7.1", "@marsidev/react-turnstile": "^0.7.1",
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.43.4", "@supabase/supabase-js": "^2.43.4",
"@tanstack/react-query": "5.40.1", "@tanstack/react-query": "5.44.0",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"lucide-react": "^0.390.0", "lucide-react": "^0.394.0",
"next": "14.2.3", "next": "14.2.3",
"react-hook-form": "^7.51.4", "react-hook-form": "^7.51.4",
"react-i18next": "^14.1.2", "react-i18next": "^14.1.2",
"sonner": "^1.4.41", "sonner": "^1.5.0",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",

View File

@@ -21,9 +21,9 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.43.4", "@supabase/supabase-js": "^2.43.4",
"@tanstack/react-query": "5.40.1", "@tanstack/react-query": "5.44.0",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"lucide-react": "^0.390.0", "lucide-react": "^0.394.0",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1", "react-dom": "18.3.1",
"react-i18next": "^14.1.2" "react-i18next": "^14.1.2"

View File

@@ -32,19 +32,19 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^", "@kit/ui": "workspace:^",
"@supabase/supabase-js": "^2.43.4", "@supabase/supabase-js": "^2.43.4",
"@tanstack/react-query": "5.40.1", "@tanstack/react-query": "5.44.0",
"@tanstack/react-table": "^8.17.3", "@tanstack/react-table": "^8.17.3",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"lucide-react": "^0.390.0", "lucide-react": "^0.394.0",
"next": "14.2.3", "next": "14.2.3",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1", "react-dom": "18.3.1",
"react-hook-form": "^7.51.4", "react-hook-form": "^7.51.4",
"react-i18next": "^14.1.2", "react-i18next": "^14.1.2",
"sonner": "^1.4.41", "sonner": "^1.5.0",
"zod": "^3.23.8" "zod": "^3.23.8"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",

View File

@@ -21,7 +21,7 @@
"@kit/shared": "workspace:^", "@kit/shared": "workspace:^",
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.40.1", "@tanstack/react-query": "5.44.0",
"react-i18next": "^14.1.2" "react-i18next": "^14.1.2"
}, },
"dependencies": { "dependencies": {

View File

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

View File

@@ -29,7 +29,7 @@
"@supabase/gotrue-js": "2.62.2", "@supabase/gotrue-js": "2.62.2",
"@supabase/ssr": "^0.3.0", "@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.43.4", "@supabase/supabase-js": "^2.43.4",
"@tanstack/react-query": "5.40.1", "@tanstack/react-query": "5.44.0",
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"next": "14.2.3", "next": "14.2.3",
"react": "18.3.1", "react": "18.3.1",

View File

@@ -31,7 +31,7 @@
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "1.0.0", "cmdk": "1.0.0",
"input-otp": "1.2.4", "input-otp": "1.2.4",
"lucide-react": "^0.390.0", "lucide-react": "^0.394.0",
"react-top-loading-bar": "2.3.1", "react-top-loading-bar": "2.3.1",
"tailwind-merge": "^2.3.0" "tailwind-merge": "^2.3.0"
}, },
@@ -49,11 +49,11 @@
"eslint": "^8.57.0", "eslint": "^8.57.0",
"next": "14.2.3", "next": "14.2.3",
"next-themes": "0.3.0", "next-themes": "0.3.0",
"prettier": "^3.3.1", "prettier": "^3.3.2",
"react-day-picker": "^8.10.1", "react-day-picker": "^8.10.1",
"react-hook-form": "^7.51.4", "react-hook-form": "^7.51.4",
"react-i18next": "^14.1.2", "react-i18next": "^14.1.2",
"sonner": "^1.4.41", "sonner": "^1.5.0",
"tailwindcss": "3.4.4", "tailwindcss": "3.4.4",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5", "typescript": "^5.4.5",

4971
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"next": "14.2.3", "next": "14.2.3",
"prettier": "^3.3.1", "prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.1" "prettier-plugin-tailwindcss": "^0.6.1"
}, },
"devDependencies": { "devDependencies": {

View File

@@ -25,7 +25,7 @@
"@kit/prettier-config": "workspace:^", "@kit/prettier-config": "workspace:^",
"@kit/tsconfig": "workspace:^", "@kit/tsconfig": "workspace:^",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"prettier": "^3.3.1", "prettier": "^3.3.2",
"typescript": "^5.4.5" "typescript": "^5.4.5"
}, },
"eslintConfig": { "eslintConfig": {