Skip to content

Commit

Permalink
feat(app-vite/app-webpack): Capacitor mode -> install Capacitor v6 by…
Browse files Browse the repository at this point in the history
… default
  • Loading branch information
rstoenescu committed May 7, 2024
1 parent ee3c59a commit 3c7b8bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app-vite/templates/capacitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<% if (pkg.author) { %> "author": <%= JSON.stringify(pkg.author) %>,<% } %>
"private": true,
"dependencies": {
"@capacitor/app": "^5.0.0",
"@capacitor/cli": "^5.0.0",
"@capacitor/core": "^5.0.0"
"@capacitor/app": "^6.0.0",
"@capacitor/cli": "^6.0.0",
"@capacitor/core": "^6.0.0"
}
}
6 changes: 3 additions & 3 deletions app-webpack/templates/capacitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<% if (pkg.author) { %> "author": <%= JSON.stringify(pkg.author) %>,<% } %>
"private": true,
"dependencies": {
"@capacitor/app": "^5.0.0",
"@capacitor/cli": "^5.0.0",
"@capacitor/core": "^5.0.0"
"@capacitor/app": "^6.0.0",
"@capacitor/cli": "^6.0.0",
"@capacitor/core": "^6.0.0"
}
}

0 comments on commit 3c7b8bc

Please sign in to comment.