Skip to content

Commit

Permalink
Fix @capacitor/core version in peerDependencies (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kuznetsov-hypertrack authored Dec 20, 2023
1 parent b4a13b7 commit 5f70cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"@capacitor/core": "^4.6.0"
"@capacitor/core": "^5.6.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down

0 comments on commit 5f70cda

Please sign in to comment.