Files
react/packages/react-reconciler/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

35 lines
690 B
JSON

{
"name": "react-reconciler",
"description": "React package for creating custom renderers.",
"version": "0.29.0",
"keywords": [
"react"
],
"homepage": "https://react.dev/",
"bugs": "https://github.com/facebook/react/issues",
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"constants.js",
"index.js",
"reflection.js",
"cjs/"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",
"directory": "packages/react-reconciler"
},
"engines": {
"node": ">=0.10.0"
},
"peerDependencies": {
"react": "^19.0.0"
},
"dependencies": {
"scheduler": "^0.23.0"
}
}