Removed shamefully-hoist and updated all packages to respect that
This commit is contained in:
@@ -18,7 +18,10 @@
|
||||
"@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",
|
||||
"date-fns": "^3.6.0",
|
||||
"react": "^18.2.0",
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stripe/react-stripe-js": "^2.6.2",
|
||||
@@ -33,7 +36,11 @@
|
||||
"@kit/supabase": "workspace:^",
|
||||
"@kit/tailwind-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:^"
|
||||
"@kit/ui": "workspace:^",
|
||||
"@types/react": "^18.2.75",
|
||||
"date-fns": "^3.6.0",
|
||||
"react": "18.2.0",
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
|
||||
Reference in New Issue
Block a user