Skip to content

Commit

Permalink
chore: upgrade ionic dependencies (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 28, 2022
1 parent 9cd2417 commit 6e86b9d
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 228 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -53,25 +53,25 @@
"postpublish": "pinst --enable"
},
"dependencies": {
"@capacitor/cli": "^3.6.0",
"@capacitor/core": "^3.6.0",
"@capacitor/cli": "^4.0.1",
"@capacitor/core": "^4.0.1",
"@ionic/cli": "^6.20.1",
"@ionic/vue": "^6.1.15",
"@ionic/vue-router": "^6.1.15",
"@ionic/vue": "^6.2.0",
"@ionic/vue-router": "^6.2.0",
"@kevinmarrec/nuxt-pwa": "^0.4.2",
"@nuxt/kit": "^3.0.0-rc.6",
"pathe": "^0.3.2",
"pkg-types": "^0.3.3",
"ufo": "^0.8.5",
"unimport": "^0.6.3"
"unimport": "^0.6.4"
},
"devDependencies": {
"@nuxt/module-builder": "^0.1.7",
"@nuxt/schema": "3.0.0-rc.6",
"@nuxt/test-utils": "3.0.0-rc.6",
"@nuxtjs/eslint-config-typescript": "^10.0.0",
"@release-it/conventional-changelog": "^5.0.0",
"@types/node": "^18.6.1",
"@types/node": "^18.6.2",
"c8": "^7.12.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^8.20.0",
Expand All @@ -83,7 +83,7 @@
"nuxt": "^3.0.0-rc.6",
"pinst": "^3.0.0",
"prettier": "^2.7.1",
"release-it": "^15.1.4",
"release-it": "^15.2.0",
"typescript": "^4.7.4",
"vitest": "^0.19.1",
"vue": "^3.2.37"
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Expand Up @@ -8,8 +8,8 @@
"ionic:build": "pnpm build"
},
"devDependencies": {
"@capacitor/camera": "^1.3.1",
"@capacitor/filesystem": "^1.1.0",
"@capacitor/camera": "^4.0.1",
"@capacitor/filesystem": "^4.0.1",
"@capacitor/storage": "^1.2.5",
"nuxt": "^3.0.0-rc.6",
"nuxt-ionic": "latest"
Expand Down

1 comment on commit 6e86b9d

@vercel
Copy link

@vercel vercel bot commented on 6e86b9d Jul 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.