Skip to content

Commit 94f7e7a

Browse files
committed
Remove caret from "react": "^16.0.0-alpha.12"
`npm install` / `yarn install` auto updates to `16.0.0-alpha.13` which breaks the proptypes import. Removing caret to prevent auto update to `alpha.13`. For more information: facebook/react-native#14454
1 parent 50ab0e0 commit 94f7e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"gitbook-cli": "^2.3.0",
5151
"lodash": "^4.17.2",
5252
"prop-types": "^15.5.10",
53-
"react": "^16.0.0-alpha.12",
53+
"react": "16.0.0-alpha.12",
5454
"react-native": "^0.45.1"
5555
},
5656
"rnpm": {

0 commit comments

Comments
 (0)