mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
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`.
38 lines
760 B
JSON
38 lines
760 B
JSON
{
|
|
"name": "react-test-renderer",
|
|
"version": "19.0.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://react.dev/",
|
|
"dependencies": {
|
|
"react-is": "^18.2.0",
|
|
"react-shallow-renderer": "^16.15.0",
|
|
"scheduler": "^0.23.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.0.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"shallow.js",
|
|
"cjs/",
|
|
"umd/"
|
|
]
|
|
}
|