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

@@ -15,7 +15,10 @@
},
"peerDependencies": {
"@kit/auth": "workspace:*",
"@kit/supabase": "workspace:*"
"@kit/supabase": "workspace:*",
"@supabase/supabase-js": "^2.42.0",
"next": "^14.1.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@kit/auth": "*",
@@ -23,7 +26,10 @@
"@kit/prettier-config": "workspace:*",
"@kit/supabase": "*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*"
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "^2.42.0",
"next": "14.2.0-canary.63",
"zod": "^3.22.4"
},
"eslintConfig": {
"root": true,