File tree Expand file tree Collapse file tree 4 files changed +58
-68
lines changed Expand file tree Collapse file tree 4 files changed +58
-68
lines changed Original file line number Diff line number Diff line change 5353 "postpublish" : " pinst --enable"
5454 },
5555 "dependencies" : {
56- "@capacitor/cli" : " ^5.0.4 " ,
57- "@capacitor/core" : " ^5.0.4 " ,
58- "@ionic/cli" : " ^7.0 .1" ,
59- "@ionic/vue" : " ^7.0.1 " ,
60- "@ionic/vue-router" : " ^7.0.1 " ,
56+ "@capacitor/cli" : " ^5.5.1 " ,
57+ "@capacitor/core" : " ^5.5.1 " ,
58+ "@ionic/cli" : " ^7.1 .1" ,
59+ "@ionic/vue" : " ^7.5.2 " ,
60+ "@ionic/vue-router" : " ^7.5.2 " ,
6161 "@kevinmarrec/nuxt-pwa" : " ^0.17.0" ,
6262 "@nuxt/kit" : " ^3.1.0" ,
63- "ionicons" : " ^7.0.0 " ,
63+ "ionicons" : " ^7.2.1 " ,
6464 "pathe" : " ^1.1.1" ,
6565 "pkg-types" : " ^1.0.3" ,
6666 "ufo" : " ^1.1.2" ,
9494 "@nuxt/schema" : " 3.6.5" ,
9595 "consola" : " ^3.0.0"
9696 },
97- "packageManager" : " pnpm@8.6.12 "
97+ "packageManager" : " pnpm@8.9.2 "
9898}
Original file line number Diff line number Diff line change 99 },
1010 "devDependencies" : {
1111 "@capacitor/camera" : " 5.0.7" ,
12- "@capacitor/filesystem" : " 5.0.5 " ,
12+ "@capacitor/filesystem" : " 5.1.4 " ,
1313 "@capacitor/storage" : " 1.2.5" ,
1414 "@nuxtjs/ionic" : " latest" ,
1515 "nuxt" : " 3.6.5"
Original file line number Diff line number Diff line change 66export const IonicHooks = [
77 'createAnimation' ,
88 'createGesture' ,
9+ 'getIonPageElement' ,
910 'getPlatforms' ,
1011 'getTimeGivenProgression' ,
1112 'iosTransitionAnimation' ,
@@ -16,6 +17,7 @@ export const IonicHooks = [
1617 'onIonViewDidLeave' ,
1718 'onIonViewWillEnter' ,
1819 'onIonViewWillLeave' ,
20+ 'openURL' ,
1921 'useBackButton' ,
2022 'useIonRouter' ,
2123 'useKeyboard' ,
You can’t perform that action at this time.
0 commit comments