Skip to content

Commit

Permalink
Merge pull request #5 from coachcare/MOB-4571
Browse files Browse the repository at this point in the history
fix: updating dependencies
  • Loading branch information
CaptainJeff authored Apr 23, 2024
2 parents caf47a1 + 53f1e67 commit ce676da
Show file tree
Hide file tree
Showing 3 changed files with 4,078 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RNAppleHealthKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'RNAppleHealthKit'
s.version = '1.7.0'
s.version = '1.7.1'
s.summary = 'A React Native package to interact with Apple HealthKit'

# This description is used to generate tags and improve search results.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-health",
"version": "1.12.0",
"version": "1.12.1",
"description": "A React Native package to interact with Apple HealthKit",
"main": "index.js",
"repository": {
Expand All @@ -22,12 +22,12 @@
},
"license": "MIT",
"devDependencies": {
"react-native": ">=0.40.0"
"react-native": ">=0.67.3"
},
"peerDependencies": {
"react-native": ">=0.40.0"
"react-native": ">=0.67.3"
},
"dependencies": {
"@expo/config-plugins": "^2.0.0"
"@expo/config-plugins": "^7.2.2"
}
}
Loading

0 comments on commit ce676da

Please sign in to comment.