Skip to content

Commit

Permalink
bump deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianocca committed Dec 20, 2021
1 parent 9c38527 commit 1e40b61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-compass-heading",
"title": "React Native Compass Heading",
"version": "1.2.1",
"version": "1.2.2",
"description": "Listener to device's compass information.",
"main": "index.js",
"scripts": {
Expand All @@ -23,11 +23,11 @@
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
"react": "^17.0.2",
"react-native": ">=0.60.0 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5"
"react": "^17.0.2",
"react-native": "^0.66.0"
}
}

0 comments on commit 1e40b61

Please sign in to comment.