Dependencies cleanup (#216)
1. Updated dependencies 2. Disable Next.js Telemetry by default 3. Cleaned up unused dependencies 4. Refactored NPM scripts
This commit is contained in:
committed by
GitHub
parent
a3c37d0e7c
commit
6fbc5cf6e5
@@ -34,12 +34,12 @@
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"@supabase/supabase-js": "2.49.1",
|
||||
"@supabase/supabase-js": "2.49.3",
|
||||
"@tanstack/react-query": "5.69.0",
|
||||
"@types/react": "19.0.12",
|
||||
"@types/react-dom": "19.0.4",
|
||||
"lucide-react": "^0.483.0",
|
||||
"next": "15.2.3",
|
||||
"next": "15.2.4",
|
||||
"next-themes": "0.4.6",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
|
||||
@@ -20,12 +20,12 @@
|
||||
"@kit/ui": "workspace:*",
|
||||
"@makerkit/data-loader-supabase-core": "^0.0.8",
|
||||
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
|
||||
"@supabase/supabase-js": "2.49.1",
|
||||
"@supabase/supabase-js": "2.49.3",
|
||||
"@tanstack/react-query": "5.69.0",
|
||||
"@tanstack/react-table": "^8.21.2",
|
||||
"@types/react": "19.0.12",
|
||||
"lucide-react": "^0.483.0",
|
||||
"next": "15.2.3",
|
||||
"next": "15.2.4",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"react-hook-form": "^7.54.2",
|
||||
|
||||
@@ -28,11 +28,11 @@
|
||||
"@kit/ui": "workspace:*",
|
||||
"@marsidev/react-turnstile": "^1.1.0",
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"@supabase/supabase-js": "2.49.1",
|
||||
"@supabase/supabase-js": "2.49.3",
|
||||
"@tanstack/react-query": "5.69.0",
|
||||
"@types/react": "19.0.12",
|
||||
"lucide-react": "^0.483.0",
|
||||
"next": "15.2.3",
|
||||
"next": "15.2.4",
|
||||
"react-hook-form": "^7.54.2",
|
||||
"react-i18next": "^15.4.1",
|
||||
"sonner": "^2.0.1",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"@kit/supabase": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@supabase/supabase-js": "2.49.1",
|
||||
"@supabase/supabase-js": "2.49.3",
|
||||
"@tanstack/react-query": "5.69.0",
|
||||
"@types/react": "19.0.12",
|
||||
"lucide-react": "^0.483.0",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"@kit/supabase": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@supabase/supabase-js": "2.49.1",
|
||||
"@supabase/supabase-js": "2.49.3",
|
||||
"@tanstack/react-query": "5.69.0",
|
||||
"@tanstack/react-table": "^8.21.2",
|
||||
"@types/react": "19.0.12",
|
||||
@@ -40,7 +40,7 @@
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.483.0",
|
||||
"next": "15.2.3",
|
||||
"next": "15.2.4",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"react-hook-form": "^7.54.2",
|
||||
|
||||
Reference in New Issue
Block a user