mirror of
https://github.com/facebook/react.git
synced 2026-02-23 12:13:04 +00:00
* Fixed suspense wrapping heuristic * Bump package numbers 16.13.1 -> 17.0.0-alpha.0 to fix DevTools Suspense heuristic
43 lines
915 B
JSON
43 lines
915 B
JSON
{
|
|
"name": "react-test-renderer",
|
|
"version": "17.0.0-alpha.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": {
|
|
"object-assign": "^4.1.1",
|
|
"react-is": "^17.0.0-alpha",
|
|
"react-shallow-renderer": "^16.13.1",
|
|
"scheduler": "^0.19.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.0-alpha"
|
|
},
|
|
"resolutions": {
|
|
"react-shallow-renderer/react-is": "^17.0.0-alpha"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"build-info.json",
|
|
"index.js",
|
|
"shallow.js",
|
|
"cjs/",
|
|
"umd/"
|
|
]
|
|
}
|