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

@@ -16,7 +16,11 @@
"@kit/ui": "workspace:*",
"@makerkit/data-loader-supabase-core": "^0.0.7",
"@makerkit/data-loader-supabase-nextjs": "^0.0.9",
"@tanstack/react-query": "^5.29.0",
"@tanstack/react-table": "^8.15.3",
"lucide-react": "^0.363.0",
"next": "^14.1.4",
"react": "^18.2.0",
"react-hook-form": "^7.51.2",
"zod": "^3.22.4"
},
@@ -32,7 +36,12 @@
"@makerkit/data-loader-supabase-core": "^0.0.7",
"@makerkit/data-loader-supabase-nextjs": "^0.0.9",
"@supabase/supabase-js": "^2.42.0",
"@tanstack/react-query": "5.28.6",
"@tanstack/react-table": "^8.15.3",
"@types/react": "^18.2.75",
"lucide-react": "^0.363.0",
"next": "14.2.0-canary.63",
"react": "18.2.0",
"react-hook-form": "^7.51.2",
"zod": "^3.22.4"
},