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

38 lines
762 B
JSON

{
"name": "react-test-renderer",
"version": "18.3.0",
"description": "React package for snapshot testing.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",
"directory": "packages/react-test-renderer"
},
"keywords": [
"react",
"react-native",
"react-testing"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/facebook/react/issues"
},
"homepage": "https://reactjs.org/",
"dependencies": {
"react-is": "^18.3.0",
"react-shallow-renderer": "^16.15.0",
"scheduler": "^0.22.0"
},
"peerDependencies": {
"react": "^18.3.0"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"shallow.js",
"cjs/",
"umd/"
]
}