mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
- 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>
24 lines
435 B
JSON
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"
|
|
}
|
|
}
|