We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52770a8 commit 39da6b6Copy full SHA for 39da6b6
docs/main/updating/plugins/7-0.md
@@ -32,7 +32,8 @@ From the plugin folder, run `npx @capacitor/plugin-migration-v6-to-v7@latest` an
32
33
### Updating package.json
34
35
-Update `@capacitor/cli`, `@capacitor/core`, `@capacitor/android` and `@capacitor/ios` to `next` version.
+Update `@capacitor/cli`, `@capacitor/core`, `@capacitor/android` and `@capacitor/ios` in devDependencies to `^7.0.0-rc.0` version.
36
+Update `@capacitor/core` in peerDependencies to `>=7.0.0-rc.0` version.
37
38
### Update Android Plugin Variables
39
0 commit comments