Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nhannah committed Jan 25, 2020
1 parent 04b5f2d commit 29ba304
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ All `peerDependencies` are included with [Expo](https://expo.io/) so installatio

| Package | Minimum Version | Maximum Version |
| ----------------------------------------------------------------------------------------------------- | --------------- | --------------- |
| [`react-native-svg`](https://github.com/react-native-community/react-native-svg) | 7.0.0 | 9.x |
| [`react-native-svg`](https://github.com/react-native-community/react-native-svg) | 7.0.0 | 11.x |
| [`react-native-gesture-handler`](https://github.com/software-mansion/react-native-gesture-handler) | 1.1.0 | 1.x |
| [`expo-haptics`](https://github.com/expo/expo/tree/master/packages/expo-haptics) | 8.0.0 | 8.x |

Expand Down
137 changes: 137 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-svg": ">=7.0.0<10",
"react-native-svg": ">=7.0.0<12",
"react-native-gesture-handler": ">1.1.0<2",
"expo-haptics": "^8.0.0"
"expo-haptics": ">=8.0.0<9"
},
"devDependencies": {
"@babel/core": "^7.7.7",
Expand All @@ -67,6 +67,9 @@
"typescript": "3.7.5",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.4"
"metro-react-native-babel-preset": "^0.56.4",
"react-native-svg": "^11.0.1",
"react-native-gesture-handler": "^1.5.3",
"expo-haptics": "^8.0.0"
}
}

0 comments on commit 29ba304

Please sign in to comment.