Skip to content

Commit

Permalink
feat: update ionic packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Dec 10, 2021
1 parent f0476e2 commit 839f629
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions generators/app/templates/_package.json
Expand Up @@ -94,7 +94,6 @@
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-splashscreen": "^6.0.0",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-whitelist": "^1.3.4",
<% } -%>
<% if (props.pwa) { -%>
"@angular/service-worker": "^13.0.2",
Expand Down Expand Up @@ -171,7 +170,7 @@
"@types/ramda": "^0.27.34",
<% } -%>
<% if (props.target.includes('electron')) { -%>
"electron": "^13.1.7",
"electron": "^16.0.2",
"electron-packager": "^15.1.0",
"electron-reload": "^1.5.0",
<% } -%>
Expand Down Expand Up @@ -250,7 +249,6 @@
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {}
}
Expand Down

0 comments on commit 839f629

Please sign in to comment.