Dependencies Updates, Sidebar fixes, default plan, Radix single package (#297)

* Refactor Radix UI imports and update package dependencies, fix Sidebar "group" references, add default value to plan picker to preselect a plan
This commit is contained in:
Giancarlo Buomprisco
2025-07-11 16:57:27 +07:00
committed by GitHub
parent 1d734e6818
commit 50337298fd
72 changed files with 1902 additions and 1263 deletions

View File

@@ -54,39 +54,39 @@
"@makerkit/data-loader-supabase-core": "^0.0.10",
"@makerkit/data-loader-supabase-nextjs": "^1.2.5",
"@marsidev/react-turnstile": "^1.1.0",
"@nosecone/next": "1.0.0-beta.8",
"@nosecone/next": "1.0.0-beta.9",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.50.2",
"@tanstack/react-query": "5.81.2",
"@supabase/supabase-js": "2.50.5",
"@tanstack/react-query": "5.82.0",
"@tanstack/react-table": "^8.21.3",
"date-fns": "^4.1.0",
"lucide-react": "^0.523.0",
"next": "15.3.4",
"lucide-react": "^0.525.0",
"next": "15.3.5",
"next-sitemap": "^4.2.3",
"next-themes": "0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.58.1",
"react-i18next": "^15.5.3",
"react-hook-form": "^7.60.0",
"react-i18next": "^15.6.0",
"recharts": "2.15.3",
"tailwind-merge": "^3.3.1",
"zod": "^3.25.67"
"zod": "^3.25.74"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.3.4",
"@tailwindcss/postcss": "^4.1.10",
"@types/node": "^24.0.4",
"@next/bundle-analyzer": "15.3.5",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^24.0.13",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"cssnano": "^7.0.7",
"pino-pretty": "^13.0.0",
"prettier": "^3.6.1",
"supabase": "^2.26.9",
"tailwindcss": "4.1.10",
"prettier": "^3.6.2",
"supabase": "^2.30.4",
"tailwindcss": "4.1.11",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3"
},