Files
Andrew Clark 2cfb4741fd Bump version from 18.2 to 18.3
We're going to use this branch to release a minor 18.3 release based off
the published 18.2 release revision. This will include some additional
warnings to assist in upgrading to React 19, but no behavior changes
compared to 18.2.

I bumped the React version to 18.3 and all the other packages by a patch
revision (since we're not going to update anything in those).
2024-04-16 12:08:51 -04:00

41 lines
791 B
JSON

{
"name": "react-reconciler",
"description": "React package for creating custom renderers.",
"version": "0.28.0",
"keywords": [
"react"
],
"homepage": "https://reactjs.org/",
"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": "^18.3.0"
},
"dependencies": {
"loose-envify": "^1.1.0",
"scheduler": "^0.22.0"
},
"browserify": {
"transform": [
"loose-envify"
]
}
}