Skip to content

Commit

Permalink
[React] Change React version to 15.3.1 (no more RC)
Browse files Browse the repository at this point in the history
React 15.3.1 has been published; stop using the RC.
  • Loading branch information
ide committed Sep 7, 2016
1 parent 4be8557 commit d724197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"react-native": "local-cli/wrong-react-native.js"
},
"peerDependencies": {
"react": "15.3.1-rc.2"
"react": "~15.3.1"
},
"dependencies": {
"absolute-path": "^0.0.0",
Expand Down Expand Up @@ -208,7 +208,7 @@
"jest-runtime": "~14.1.0",
"mock-fs": "^3.11.0",
"portfinder": "0.4.0",
"react": "15.3.1-rc.2",
"react": "~15.3.1",
"shelljs": "0.6.0"
}
}

0 comments on commit d724197

Please sign in to comment.