Add @radix-ui/react-dropdown-menu dependency

Integrates the @radix-ui/react-dropdown-menu package to the project. Updates both package.json and package-lock.json to include the relevant version and dependencies. This prepares the app for dropdown menu functionality using Radix UI components.
This commit is contained in:
2025-03-15 21:03:20 +01:00
parent 22e11e9bfe
commit 90f49f99c6
2 changed files with 102 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
"@hey-api/client-fetch": "^0.8.3",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-progress": "^1.1.2",