Skip to content

Commit ab7ea49

Browse files
fix: set peerDependency on @capacitor/core to >=7.0.0 to match current version of plugin
1 parent aa778fd commit ab7ea49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/capacitor-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"typescript": "~5.4.5"
7272
},
7373
"peerDependencies": {
74-
"@capacitor/core": "next"
74+
"@capacitor/core": ">=7.0.0"
7575
},
7676
"prettier": "@ionic/prettier-config",
7777
"swiftlint": "@ionic/swiftlint-config",

0 commit comments

Comments
 (0)