Skip to content

Commit

Permalink
update to RC
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Dec 20, 2024
1 parent 291525a commit 7250895
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions assets/plugin-template/package.json.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@capacitor/android": "{{{ CAPACITOR_VERSION }}}",
"@capacitor/core": "{{{ CAPACITOR_VERSION }}}",
"@capacitor/android": "^{{{ CAPACITOR_VERSION }}}",
"@capacitor/core": "^{{{ CAPACITOR_VERSION }}}",
"@capacitor/docgen": "^0.2.2",
"@capacitor/ios": "{{{ CAPACITOR_VERSION }}}",
"@capacitor/ios": "^{{{ CAPACITOR_VERSION }}}",
"@ionic/eslint-config": "^0.4.0",
"@ionic/prettier-config": "^4.0.0",
"@ionic/swiftlint-config": "^2.0.0",
Expand All @@ -64,7 +64,7 @@
"typescript": "~4.1.5"
},
"peerDependencies": {
"@capacitor/core": "{{{ CAPACITOR_VERSION }}}"
"@capacitor/core": ">={{{ CAPACITOR_VERSION }}}"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
2 changes: 1 addition & 1 deletion src/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type { OptionValues } from './options';

const MUSTACHE_EXTENSION = '.mustache';

export const CAPACITOR_VERSION = 'next';
export const CAPACITOR_VERSION = '7.0.0-rc.0';

const TEMPLATE_PATH = resolve(__dirname, '..', 'assets', 'plugin-template.tar.gz');

Expand Down

0 comments on commit 7250895

Please sign in to comment.