Files
react/packages/use-subscription/package.json
Andrew Clark 56efb2e227 Bump canary versions to v19-canary (#28646)
This bumps the canary versions to v19 to communicate that the next
release will be a major. Once this lands, we can start merging breaking
changes into `main`.
2024-03-26 15:31:57 -04:00

27 lines
525 B
JSON

{
"name": "use-subscription",
"description": "Reusable hooks",
"version": "1.8.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",
"directory": "packages/use-subscription"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"cjs/"
],
"license": "MIT",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"rxjs": "^5.5.6"
},
"dependencies": {
"use-sync-external-store": "^1.2.0"
}
}