Add @radix-ui/react-label and @radix-ui/react-switch deps

Included new Radix UI components, `react-label` and `react-switch`, in `package.json` for enhanced UI elements support. Added related dependencies in `package-lock.json` to ensure compatibility and proper functionality within the project.
This commit is contained in:
2025-03-12 09:48:44 +01:00
parent 5ecc8441ae
commit e896575f62
2 changed files with 182 additions and 1 deletions

View File

@@ -15,7 +15,9 @@
"dependencies": {
"@hey-api/client-axios": "^0.6.2",
"@hey-api/client-fetch": "^0.8.3",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@tanstack/react-query": "^5.67.1",
"axios": "^1.8.1",
"class-variance-authority": "^0.7.1",