Skip to content

Commit

Permalink
Update react version (#4734)
Browse files Browse the repository at this point in the history
* Update react version

* Change files
  • Loading branch information
kaiguo authored and NickGerleman committed May 2, 2020
1 parent 80ff55d commit 82d017d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
@@ -0,0 +1,8 @@
{
"type": "prerelease",
"comment": "Update react version",
"packageName": "react-native-windows",
"email": "kaigu@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-04-28T03:28:42.499Z"
}
4 changes: 2 additions & 2 deletions packages/E2ETest/package.json
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"prompt-sync": "^4.2.0",
"react": "16.9.0",
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-windows": "0.62.0-preview.1",
"rnpm-plugin-windows": "^0.6.1"
Expand Down Expand Up @@ -54,4 +54,4 @@
"webdriver": "git+https://github.com/react-native-windows/webdriver.git",
"webdriverio": "5.12.1"
}
}
}
6 changes: 3 additions & 3 deletions vnext/package.json
Expand Up @@ -52,14 +52,14 @@
"jscodeshift": "^0.6.2",
"just-scripts": "^0.36.1",
"prettier": "1.17.0",
"react": "16.9.0",
"react": "16.11.0",
"react-native-windows-codegen": "0.0.3",
"react-native-windows-override-tools": "^0.0.1",
"react-native": "0.62.2",
"typescript": "^3.8.3"
},
"peerDependencies": {
"react": "16.9.0",
"react": "16.11.0",
"react-native": "0.62.2"
},
"beachball": {
Expand All @@ -70,4 +70,4 @@
"patch"
]
}
}
}
9 changes: 9 additions & 0 deletions yarn.lock
Expand Up @@ -11585,6 +11585,15 @@ react-test-renderer@16.9.0:
react-is "^16.9.0"
scheduler "^0.15.0"

react@16.11.0:
version "16.11.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.11.0.tgz#d294545fe62299ccee83363599bf904e4a07fdbb"
integrity sha512-M5Y8yITaLmU0ynd0r1Yvfq98Rmll6q8AxaEe88c8e7LxO8fZ2cNgmFt0aGAS9wzf1Ao32NKXtCl+/tVVtkxq6g==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"

react@16.9.0:
version "16.9.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"
Expand Down

0 comments on commit 82d017d

Please sign in to comment.