diff --git a/.vscode/settings.json b/.vscode/settings.json index 0e477262d1..c5b2ea44e5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,16 +1,16 @@ { - "editor.codeActionsOnSave": { - "source.organizeImports.biome": true - }, - "[javascript]": { - "editor.defaultFormatter": "biomejs.biome" - }, - "editor.formatOnSave": true, - "tailwindCSS.experimental.configFile": "./tooling/tailwind/index.ts", - "typescript.enablePromptUseWorkspaceTsdk": true, - "typescript.tsdk": "node_modules/typescript/lib", - "typescript.preferences.autoImportFileExcludePatterns": [ - "next/router.d.ts", - "next/dist/client/router.d.ts" - ] + "editor.codeActionsOnSave": { + "source.organizeImports.biome": "explicit" + }, + "[javascript]": { + "editor.defaultFormatter": "biomejs.biome" + }, + "editor.formatOnSave": true, + "tailwindCSS.experimental.configFile": "./tooling/tailwind/index.ts", + "typescript.enablePromptUseWorkspaceTsdk": true, + "typescript.tsdk": "node_modules/typescript/lib", + "typescript.preferences.autoImportFileExcludePatterns": [ + "next/router.d.ts", + "next/dist/client/router.d.ts" + ] } diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 95dcff67f6..19d8ef7992 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -34,7 +34,7 @@ "next-international": "^1.1.4", "next-safe-action": "^5.2.1", "next-themes": "^0.2.1", - "next-usequerystate": "^1.13.1", + "next-usequerystate": "^1.13.2", "react": "18.2.0", "react-dom": "18.2.0", "react-dropzone": "^14.2.3", diff --git a/bun.lockb b/bun.lockb index 9d6d326af3..8571513573 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index c59af276c9..45473fdddd 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "typescript": "^5.3.3" }, "devDependencies": { - "vercel": "32.6.1" + "vercel": "32.7.0" } } diff --git a/packages/supabase/package.json b/packages/supabase/package.json index 217a663f9c..9c70d93735 100644 --- a/packages/supabase/package.json +++ b/packages/supabase/package.json @@ -13,7 +13,7 @@ "dependencies": { "@supabase/ssr": "^0.0.10", "@supabase/supabase-js": "^2.39.0", - "supabase": "^1.115.5" + "supabase": "^1.123.0" }, "devDependencies": { "typescript": "^5.3.3"