Junior Garcia 69aa4769c0
feat: tailwind variants upgrade (#4386)
* feat: tailwind variants upgrade

* chore: restore npmrc

* chore: adjust pkgs

* fix: versions

* fix: lock file

* chore(changeset): update package name

* chore(deps): use fixed version

* fix(test): incorrect package name

---------

Co-authored-by: աӄա <wingkwong.code@gmail.com>
2025-01-30 09:30:05 -03:00

67 lines
1.9 KiB
JSON

{
"name": "@heroui/menu",
"version": "2.2.10",
"description": "A menu displays a list of options and allows a user to select one or more of them.",
"keywords": [
"menu"
],
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://heroui.com",
"license": "MIT",
"main": "src/index.ts",
"sideEffects": false,
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heroui-inc/heroui.git",
"directory": "packages/components/menu"
},
"bugs": {
"url": "https://github.com/heroui-inc/heroui/issues"
},
"scripts": {
"build": "tsup src --dts",
"build:fast": "tsup src",
"dev": "pnpm build:fast --watch",
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",
"prepack": "clean-package",
"postpack": "clean-package restore"
},
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
"@heroui/theme": ">=2.4.0",
"@heroui/system": ">=2.4.0"
},
"dependencies": {
"@heroui/divider": "workspace:*",
"@heroui/aria-utils": "workspace:*",
"@heroui/use-is-mobile": "workspace:*",
"@heroui/shared-utils": "workspace:*",
"@heroui/react-utils": "workspace:*",
"@react-aria/focus": "3.19.1",
"@react-aria/interactions": "3.23.0",
"@react-aria/menu": "3.17.0",
"@react-aria/utils": "3.27.0",
"@react-stately/menu": "3.9.1",
"@react-stately/tree": "3.8.7",
"@react-types/menu": "3.9.14",
"@react-types/shared": "3.27.0"
},
"devDependencies": {
"@heroui/theme": "workspace:*",
"@heroui/system": "workspace:*",
"@heroui/test-utils": "workspace:*",
"@heroui/shared-icons": "workspace:*",
"clean-package": "2.2.0",
"react": "18.3.0",
"react-dom": "18.3.0"
},
"clean-package": "../../../clean-package.config.json"
}