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

@@ -17,7 +17,9 @@
"@kit/billing": "0.1.0",
"@kit/shared": "0.1.0",
"@kit/supabase": "0.1.0",
"@kit/ui": "0.1.0"
"@kit/ui": "0.1.0",
"react": "^18.2.0",
"zod": "^3.22.4"
},
"dependencies": {
"@lemonsqueezy/lemonsqueezy.js": "2.2.0"
@@ -30,7 +32,10 @@
"@kit/supabase": "workspace:^",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^"
"@kit/ui": "workspace:^",
"@types/react": "^18.2.75",
"react": "18.2.0",
"zod": "^3.22.4"
},
"eslintConfig": {
"root": true,