Updated dependencies

This commit is contained in:
gbuomprisco
2024-11-15 18:06:07 +09:00
parent 6bac0141aa
commit c1271b8d5e
15 changed files with 303 additions and 268 deletions

View File

@@ -54,9 +54,9 @@
"@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@marsidev/react-turnstile": "^1.0.2",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.59.20",
"@tanstack/react-query": "5.60.2",
"@tanstack/react-table": "^8.20.5",
"date-fns": "^4.1.0",
"lucide-react": "^0.456.0",
@@ -90,8 +90,8 @@
"pino-pretty": "^13.0.0",
"prettier": "^3.3.3",
"require-in-the-middle": "7.4.0",
"supabase": "^1.219.2",
"tailwindcss": "3.4.14",
"supabase": "^1.223.7",
"tailwindcss": "3.4.15",
"typescript": "^5.6.3"
},
"eslintConfig": {

View File

@@ -36,10 +36,10 @@
"prettier": "@kit/prettier-config",
"dependencies": {
"@manypkg/cli": "^0.22.0",
"@turbo/gen": "^2.2.3",
"@turbo/gen": "^2.3.0",
"cross-env": "^7.0.3",
"prettier": "^3.3.3",
"turbo": "2.2.3",
"turbo": "2.3.0",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@9.12.0",

View File

@@ -22,7 +22,7 @@
"@kit/ui": "workspace:*",
"@types/node": "^22.8.7",
"@types/react": "npm:types-react@19.0.0-rc.1",
"wp-types": "^4.66.1"
"wp-types": "^4.67.0"
},
"eslintConfig": {
"root": true,

View File

@@ -33,9 +33,9 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.59.20",
"@tanstack/react-query": "5.60.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.456.0",

View File

@@ -22,7 +22,7 @@
"@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.59.20",
"@tanstack/react-query": "5.60.2",
"@tanstack/react-table": "^8.20.5",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.456.0",

View File

@@ -27,9 +27,9 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@marsidev/react-turnstile": "^1.0.2",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.59.20",
"@tanstack/react-query": "5.60.2",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.456.0",
"next": "15.0.3",

View File

@@ -21,7 +21,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.59.20",
"@tanstack/react-query": "5.60.2",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.456.0",
"react": "19.0.0-rc-45804af1-20241021",

View File

@@ -33,7 +33,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.59.20",
"@tanstack/react-query": "5.60.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",

View File

@@ -21,7 +21,7 @@
"@kit/shared": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.59.20",
"@tanstack/react-query": "5.60.2",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",

View File

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

View File

@@ -30,7 +30,7 @@
"@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.59.20",
"@tanstack/react-query": "5.60.2",
"@types/react": "npm:types-react@19.0.0-rc.1",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",

View File

@@ -28,7 +28,7 @@
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "1.1.3",
"@radix-ui/react-tooltip": "1.1.4",
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"input-otp": "1.4.1",
@@ -42,8 +42,8 @@
"@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.1",
"@tanstack/react-query": "5.59.20",
"@radix-ui/react-icons": "^1.3.2",
"@tanstack/react-query": "5.60.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",
@@ -57,7 +57,7 @@
"react-hook-form": "^7.53.2",
"react-i18next": "^15.1.1",
"sonner": "^1.7.0",
"tailwindcss": "3.4.14",
"tailwindcss": "3.4.15",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"zod": "^3.23.8"

525
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -18,7 +18,7 @@
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.2.3",
"eslint-config-turbo": "^2.3.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "^5.0.0"

View File

@@ -16,7 +16,7 @@
"dependencies": {
"autoprefixer": "^10.4.20",
"postcss": "8.4.49",
"tailwindcss": "3.4.14",
"tailwindcss": "3.4.15",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {