Files
afilmory/packages/ui/package.json
Innei 17216b7f1f chore: update package dependencies and package manager version
- Upgraded package manager from pnpm@10.24.0 to pnpm@10.26.2 across multiple applications.
- Updated various package dependencies including lucide-react, eslint-plugin-react-refresh, typescript-eslint, and others to their latest versions.
- Adjusted @types/node version from ^24.10.1 to ^25.0.3 in several packages for compatibility with the latest Node.js features.

Signed-off-by: Innei <tukon479@gmail.com>
2025-12-29 21:25:53 +08:00

46 lines
1.2 KiB
JSON

{
"name": "@afilmory/ui",
"type": "module",
"version": "0.0.1",
"private": true,
"exports": {
".": "./src/index.ts",
"./*": "./src/*"
},
"peerDependencies": {
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"dependencies": {
"@afilmory/hooks": "workspace:*",
"@afilmory/utils": "workspace:*",
"@radix-ui/react-avatar": "1.1.11",
"@radix-ui/react-checkbox": "1.3.3",
"@radix-ui/react-context-menu": "2.2.16",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-dropdown-menu": "2.1.16",
"@radix-ui/react-hover-card": "1.1.15",
"@radix-ui/react-popover": "1.1.15",
"@radix-ui/react-scroll-area": "1.2.10",
"@radix-ui/react-select": "2.2.6",
"@radix-ui/react-slot": "1.2.4",
"@radix-ui/react-switch": "1.2.6",
"@radix-ui/react-tooltip": "1.2.8",
"clsx": "^2.1.1",
"jotai": "^2.16.1",
"motion": "^12.23.26",
"react-intersection-observer": "10.0.0",
"sonner": "2.0.7",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2",
"thumbhash": "0.1.1",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}