Skip to content

Commit

Permalink
chore: update ios and android peerDependencies (#3274)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Jul 16, 2020
1 parent 97a5b9a commit d8ee77b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"access": "public"
},
"peerDependencies": {
"@capacitor/core": "~2.2.0"
"@capacitor/core": "~2.3.0"
},
"gitHead": "844c0feba4a801ee5041429a82d0f805c9e665b0"
}
2 changes: 1 addition & 1 deletion ios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"access": "public"
},
"peerDependencies": {
"@capacitor/core": "~2.2.0"
"@capacitor/core": "~2.3.0"
}
}

0 comments on commit d8ee77b

Please sign in to comment.