mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Updates the version numbers in the prerelease (canary and experimental) channels. --------- Co-authored-by: Jack Pope <jackpope1@gmail.com>
17 lines
350 B
JSON
17 lines
350 B
JSON
{
|
|
"name": "react-server-dom-fb",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react.git",
|
|
"directory": "packages/react-server-dom-fb"
|
|
},
|
|
"dependencies": {
|
|
"scheduler": "^0.25.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
}
|
|
} |