Skip to content

Commit 1a06ec7

Browse files
committed
chore(NPM): bump version to 0.45.0-rc.0
Also bump react (16.0.0-alpha.12) and react-native (0.45.0-rc.2) dependencies.
1 parent e750ce0 commit 1a06ec7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-windows",
3-
"version": "0.44.0-rc.2",
3+
"version": "0.45.0-rc.0",
44
"description": "React Native platform extensions for the Universal Windows Platform.",
55
"license": "MIT",
66
"repository": {
@@ -26,16 +26,16 @@
2626
"README.md"
2727
],
2828
"peerDependencies": {
29-
"react": "16.0.0-alpha.6",
30-
"react-native": "~0.44.2"
29+
"react": "16.0.0-alpha.12",
30+
"react-native": "~0.45.0-rc.2"
3131
},
3232
"devDependencies": {
3333
"flow-bin": "^0.40.0",
3434
"https-proxy-agent": "^1.0.0",
3535
"jasmine": "^2.5.2",
3636
"jasmine-reporters": "^2.2.0",
37-
"react": "16.0.0-alpha.6",
38-
"react-native": "~0.44.2",
37+
"react": "16.0.0-alpha.12",
38+
"react-native": "~0.45.0-rc.2",
3939
"selenium-webdriver": "2.48.x"
4040
},
4141
"dependencies": {

0 commit comments

Comments
 (0)