mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
Updates the version numbers in the prerelease (canary and experimental) channels. --------- Co-authored-by: Jack Pope <jackpope1@gmail.com>
16 lines
327 B
JSON
16 lines
327 B
JSON
{
|
|
"name": "react-native-renderer",
|
|
"version": "16.0.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react.git",
|
|
"directory": "packages/react-native-renderer"
|
|
},
|
|
"dependencies": {
|
|
"scheduler": "^0.25.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0"
|
|
}
|
|
} |