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

@@ -29,15 +29,22 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/gotrue-js": "2.62.2",
"@supabase/ssr": "^0.1.0",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.42.0",
"@tanstack/react-query": "5.28.6"
"@tanstack/react-query": "5.28.6",
"@types/react": "^18.2.75",
"next": "14.2.0-canary.63",
"react": "18.2.0",
"zod": "^3.22.4"
},
"peerDependencies": {
"@epic-web/invariant": "^1.0.0",
"@supabase/ssr": "^0.1.0",
"@supabase/supabase-js": "^2.42.0",
"@tanstack/react-query": "^5.28.6"
"@tanstack/react-query": "^5.28.6",
"next": "^14.1.4",
"react": "^18.2.0",
"zod": "^3.22.4"
},
"eslintConfig": {
"root": true,