platform-codebase/@packages/@hooks/attribute-hooks/package.json
Lilith 89487ef53e ⬆️ Add React 19 support to internal packages
Update peerDependencies to accept React 18 or 19,
and update @types/react to ^19.0.0 for type compatibility.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:55:44 -08:00

23 lines
515 B
JSON

{
"name": "@lilith/attribute-hooks",
"version": "1.0.0",
"description": "React hooks for attribute data fetching",
"main": "src/index.ts",
"types": "src/index.ts",
"private": true,
"sideEffects": false,
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"@tanstack/react-query": "^5.0.0"
},
"devDependencies": {
"@lilith/configs": "^1.0.3",
"@types/react": "^19.0.0",
"typescript": "^5.3.0"
},
"scripts": {
"typecheck": "tsc --noEmit"
}
}