Skip to content

Commit

Permalink
Bump dependency versions to reflect current RN
Browse files Browse the repository at this point in the history
  • Loading branch information
joemckie authored and grabbou committed Apr 18, 2017
1 parent ce5be22 commit 2bbfc03
Show file tree
Hide file tree
Showing 7 changed files with 440 additions and 102 deletions.
1 change: 0 additions & 1 deletion .babelrc
Expand Up @@ -4,7 +4,6 @@
"development": {
"presets": ["react-native"],
"plugins": [
"flow-react-proptypes",
"transform-flow-strip-types"
]
},
Expand Down
7 changes: 4 additions & 3 deletions .flowconfig
Expand Up @@ -49,11 +49,12 @@ suppress_type=$FlowIssue
suppress_type=$FlowFixMe
suppress_type=$FixMe

suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(3[0-7]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(3[0-7]\\|1[0-9]\\|[1-2][0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-0]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-0]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError

unsafe.enable_getters_and_setters=true

[version]
^0.37.0
^0.40.0
4 changes: 2 additions & 2 deletions examples/NavigationPlayground/package.json
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"react": "~15.4.2",
"react-native": "^0.41.2",
"react": "16.0.0-alpha.6",
"react-native": "^0.43.2",
"react-native-vector-icons": "^4.0.1"
},
"devDependencies": {}
Expand Down

0 comments on commit 2bbfc03

Please sign in to comment.