Skip to content

Commit f8eddd2

Browse files
committed
chore: bump ionic dependencies
1 parent 701478a commit f8eddd2

File tree

4 files changed

+58
-68
lines changed

4 files changed

+58
-68
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
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",
@@ -94,5 +94,5 @@
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
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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"

pnpm-lock.yaml

Lines changed: 48 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/imports.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
export 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',

0 commit comments

Comments
 (0)