Removed shamefully-hoist and updated all packages to respect that

This commit is contained in:
giancarlo
2024-04-10 01:45:03 +08:00
parent 9e1199f3f4
commit f729bf6077
33 changed files with 1504 additions and 1470 deletions

View File

@@ -21,7 +21,12 @@
"@kit/supabase": "^0.1.0",
"@kit/ui": "0.1.0",
"@supabase/supabase-js": "^2.42.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.363.0",
"next": "^14.1.4",
"react": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-i18next": "^14.1.0",
"zod": "^3.22.4"
},
"devDependencies": {
@@ -37,7 +42,13 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@supabase/supabase-js": "^2.42.0",
"@types/react": "^18.2.75",
"date-fns": "^3.6.0",
"lucide-react": "^0.363.0",
"next": "14.2.0-canary.63",
"react": "18.2.0",
"react-hook-form": "^7.51.2",
"react-i18next": "^14.1.0",
"zod": "^3.22.4"
},
"eslintConfig": {