Files
afilmory/packages/hooks/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

24 lines
435 B
JSON

{
"name": "@afilmory/hooks",
"type": "module",
"version": "0.0.1",
"private": true,
"exports": {
".": "./src/index.ts",
"./*": "./src/*"
},
"peerDependencies": {
"react": "^19.1.1"
},
"dependencies": {
"jotai": "^2.16.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"
}
}