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

@@ -20,14 +20,14 @@
"@kit/prettier-config": "workspace:*",
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.81.2",
"next": "15.3.4",
"@tanstack/react-query": "5.82.0",
"next": "15.3.5",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-i18next": "^15.5.3"
"react-i18next": "^15.6.0"
},
"dependencies": {
"i18next": "25.2.1",
"i18next": "25.3.2",
"i18next-browser-languagedetector": "8.2.0",
"i18next-resources-to-backend": "^1.2.1"
},