Skip to content

Commit

Permalink
chore: bump ionic dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 26, 2023
1 parent 701478a commit f8eddd2
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 68 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
"postpublish": "pinst --enable"
},
"dependencies": {
"@capacitor/cli": "^5.0.4",
"@capacitor/core": "^5.0.4",
"@ionic/cli": "^7.0.1",
"@ionic/vue": "^7.0.1",
"@ionic/vue-router": "^7.0.1",
"@capacitor/cli": "^5.5.1",
"@capacitor/core": "^5.5.1",
"@ionic/cli": "^7.1.1",
"@ionic/vue": "^7.5.2",
"@ionic/vue-router": "^7.5.2",
"@kevinmarrec/nuxt-pwa": "^0.17.0",
"@nuxt/kit": "^3.1.0",
"ionicons": "^7.0.0",
"ionicons": "^7.2.1",
"pathe": "^1.1.1",
"pkg-types": "^1.0.3",
"ufo": "^1.1.2",
Expand Down Expand Up @@ -94,5 +94,5 @@
"@nuxt/schema": "3.6.5",
"consola": "^3.0.0"
},
"packageManager": "pnpm@8.6.12"
"packageManager": "pnpm@8.9.2"
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@capacitor/camera": "5.0.7",
"@capacitor/filesystem": "5.0.5",
"@capacitor/filesystem": "5.1.4",
"@capacitor/storage": "1.2.5",
"@nuxtjs/ionic": "latest",
"nuxt": "3.6.5"
Expand Down
108 changes: 48 additions & 60 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/imports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
export const IonicHooks = [
'createAnimation',
'createGesture',
'getIonPageElement',
'getPlatforms',
'getTimeGivenProgression',
'iosTransitionAnimation',
Expand All @@ -16,6 +17,7 @@ export const IonicHooks = [
'onIonViewDidLeave',
'onIonViewWillEnter',
'onIonViewWillLeave',
'openURL',
'useBackButton',
'useIonRouter',
'useKeyboard',
Expand Down

0 comments on commit f8eddd2

Please sign in to comment.