Updated dependencies
This commit is contained in:
@@ -56,19 +56,19 @@
|
||||
"@marsidev/react-turnstile": "^1.0.2",
|
||||
"@radix-ui/react-icons": "^1.3.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",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.454.0",
|
||||
"next": "15.0.2",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"next-themes": "0.3.0",
|
||||
"react": "19.0.0-rc-69d4b800-20241021",
|
||||
"react-dom": "19.0.0-rc-69d4b800-20241021",
|
||||
"next-themes": "0.4.3",
|
||||
"react": "19.0.0-rc-45804af1-20241021",
|
||||
"react-dom": "19.0.0-rc-45804af1-20241021",
|
||||
"react-hook-form": "^7.53.1",
|
||||
"react-i18next": "^15.1.0",
|
||||
"recharts": "2.13.2",
|
||||
"sonner": "^1.5.0",
|
||||
"recharts": "2.13.3",
|
||||
"sonner": "^1.7.0",
|
||||
"tailwind-merge": "^2.5.4",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
@@ -90,7 +90,7 @@
|
||||
"pino-pretty": "^11.3.0",
|
||||
"prettier": "^3.3.3",
|
||||
"require-in-the-middle": "7.4.0",
|
||||
"supabase": "^1.207.9",
|
||||
"supabase": "^1.215.0",
|
||||
"tailwindcss": "3.4.14",
|
||||
"typescript": "^5.6.3"
|
||||
},
|
||||
|
||||
@@ -48,7 +48,8 @@
|
||||
"react-is": "rc",
|
||||
"@types/react": "npm:types-react@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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.454.0",
|
||||
"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-i18next": "^15.1.0",
|
||||
"zod": "^3.23.8"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"@kit/ui": "workspace:*",
|
||||
"@types/react": "npm:types-react@19.0.0-rc.1",
|
||||
"next": "15.0.2",
|
||||
"react": "19.0.0-rc-69d4b800-20241021",
|
||||
"react": "19.0.0-rc-45804af1-20241021",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"@types/react": "npm:types-react@19.0.0-rc.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"next": "15.0.2",
|
||||
"react": "19.0.0-rc-69d4b800-20241021",
|
||||
"react": "19.0.0-rc-45804af1-20241021",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"@kit/ui": "workspace:*",
|
||||
"@types/node": "^22.8.6",
|
||||
"@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"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-email/components": "0.0.26"
|
||||
"@react-email/components": "0.0.27"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kit/eslint-config": "workspace:*",
|
||||
|
||||
@@ -35,17 +35,17 @@
|
||||
"@kit/ui": "workspace:*",
|
||||
"@radix-ui/react-icons": "^1.3.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-dom": "npm:types-react-dom@19.0.0-rc.1",
|
||||
"lucide-react": "^0.454.0",
|
||||
"next": "15.0.2",
|
||||
"next-themes": "0.3.0",
|
||||
"react": "19.0.0-rc-69d4b800-20241021",
|
||||
"react-dom": "19.0.0-rc-69d4b800-20241021",
|
||||
"next-themes": "0.4.3",
|
||||
"react": "19.0.0-rc-45804af1-20241021",
|
||||
"react-dom": "19.0.0-rc-45804af1-20241021",
|
||||
"react-hook-form": "^7.53.1",
|
||||
"react-i18next": "^15.1.0",
|
||||
"sonner": "^1.5.0",
|
||||
"sonner": "^1.7.0",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"prettier": "@kit/prettier-config",
|
||||
|
||||
@@ -22,13 +22,13 @@
|
||||
"@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.16",
|
||||
"@tanstack/react-query": "5.59.19",
|
||||
"@tanstack/react-table": "^8.20.5",
|
||||
"@types/react": "npm:types-react@19.0.0-rc.1",
|
||||
"lucide-react": "^0.454.0",
|
||||
"next": "15.0.2",
|
||||
"react": "19.0.0-rc-69d4b800-20241021",
|
||||
"react-dom": "19.0.0-rc-69d4b800-20241021",
|
||||
"react": "19.0.0-rc-45804af1-20241021",
|
||||
"react-dom": "19.0.0-rc-45804af1-20241021",
|
||||
"react-hook-form": "^7.53.1",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
|
||||
@@ -29,13 +29,13 @@
|
||||
"@marsidev/react-turnstile": "^1.0.2",
|
||||
"@radix-ui/react-icons": "^1.3.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",
|
||||
"lucide-react": "^0.454.0",
|
||||
"next": "15.0.2",
|
||||
"react-hook-form": "^7.53.1",
|
||||
"react-i18next": "^15.1.0",
|
||||
"sonner": "^1.5.0",
|
||||
"sonner": "^1.7.0",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"prettier": "@kit/prettier-config",
|
||||
|
||||
@@ -21,11 +21,11 @@
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@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",
|
||||
"lucide-react": "^0.454.0",
|
||||
"react": "19.0.0-rc-69d4b800-20241021",
|
||||
"react-dom": "19.0.0-rc-69d4b800-20241021",
|
||||
"react": "19.0.0-rc-45804af1-20241021",
|
||||
"react-dom": "19.0.0-rc-45804af1-20241021",
|
||||
"react-i18next": "^15.1.0"
|
||||
},
|
||||
"prettier": "@kit/prettier-config",
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@supabase/supabase-js": "^2.46.1",
|
||||
"@tanstack/react-query": "5.59.16",
|
||||
"@tanstack/react-query": "5.59.19",
|
||||
"@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",
|
||||
@@ -41,11 +41,11 @@
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.454.0",
|
||||
"next": "15.0.2",
|
||||
"react": "19.0.0-rc-69d4b800-20241021",
|
||||
"react-dom": "19.0.0-rc-69d4b800-20241021",
|
||||
"react": "19.0.0-rc-45804af1-20241021",
|
||||
"react-dom": "19.0.0-rc-45804af1-20241021",
|
||||
"react-hook-form": "^7.53.1",
|
||||
"react-i18next": "^15.1.0",
|
||||
"sonner": "^1.5.0",
|
||||
"sonner": "^1.7.0",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"prettier": "@kit/prettier-config",
|
||||
|
||||
@@ -21,10 +21,10 @@
|
||||
"@kit/shared": "workspace:*",
|
||||
"@kit/tailwind-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@tanstack/react-query": "5.59.16",
|
||||
"@tanstack/react-query": "5.59.19",
|
||||
"next": "15.0.2",
|
||||
"react": "19.0.0-rc-69d4b800-20241021",
|
||||
"react-dom": "19.0.0-rc-69d4b800-20241021",
|
||||
"react": "19.0.0-rc-45804af1-20241021",
|
||||
"react-dom": "19.0.0-rc-45804af1-20241021",
|
||||
"react-i18next": "^15.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"@kit/tailwind-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@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": {
|
||||
"root": true,
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"@kit/tailwind-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@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"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"@kit/tailwind-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@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": {
|
||||
"root": true,
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"@kit/tailwind-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@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": {
|
||||
"root": true,
|
||||
|
||||
@@ -30,10 +30,10 @@
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@supabase/ssr": "^0.5.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",
|
||||
"next": "15.0.2",
|
||||
"react": "19.0.0-rc-69d4b800-20241021",
|
||||
"react": "19.0.0-rc-45804af1-20241021",
|
||||
"server-only": "^0.0.1",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
|
||||
@@ -30,11 +30,11 @@
|
||||
"@radix-ui/react-toast": "^1.2.2",
|
||||
"@radix-ui/react-tooltip": "1.1.3",
|
||||
"clsx": "^2.1.1",
|
||||
"cmdk": "1.0.3",
|
||||
"input-otp": "1.2.5",
|
||||
"cmdk": "1.0.4",
|
||||
"input-otp": "1.4.1",
|
||||
"lucide-react": "^0.454.0",
|
||||
"react-top-loading-bar": "2.3.1",
|
||||
"recharts": "2.13.2",
|
||||
"recharts": "2.13.3",
|
||||
"tailwind-merge": "^2.5.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -43,7 +43,7 @@
|
||||
"@kit/tailwind-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@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",
|
||||
"@types/react": "npm:types-react@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",
|
||||
"eslint": "^8.57.0",
|
||||
"next": "15.0.2",
|
||||
"next-themes": "0.3.0",
|
||||
"next-themes": "0.4.3",
|
||||
"prettier": "^3.3.3",
|
||||
"react-day-picker": "^8.10.1",
|
||||
"react-hook-form": "^7.53.1",
|
||||
"react-i18next": "^15.1.0",
|
||||
"sonner": "^1.5.0",
|
||||
"sonner": "^1.7.0",
|
||||
"tailwindcss": "3.4.14",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.6.3",
|
||||
|
||||
2313
pnpm-lock.yaml
generated
2313
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -15,8 +15,8 @@
|
||||
"dependencies": {
|
||||
"@next/eslint-plugin-next": "15.0.2",
|
||||
"@types/eslint": "^8.56.10",
|
||||
"@typescript-eslint/eslint-plugin": "^8.12.2",
|
||||
"@typescript-eslint/parser": "^8.12.2",
|
||||
"@typescript-eslint/eslint-plugin": "^8.13.0",
|
||||
"@typescript-eslint/parser": "^8.13.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-config-turbo": "^2.2.3",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
|
||||
Reference in New Issue
Block a user