Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/load-capacitor-c…
Browse files Browse the repository at this point in the history
…onfig
  • Loading branch information
danielroe committed Oct 26, 2023
2 parents 6fc64e7 + f8eddd2 commit 24d9840
Show file tree
Hide file tree
Showing 5 changed files with 2,333 additions and 1,591 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "nuxi preview"
},
"devDependencies": {
"@nuxt-themes/docus": "1.14.6",
"@nuxt-themes/docus": "1.15.0",
"@nuxtjs/plausible": "0.2.3",
"nuxt": "3.6.5"
}
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
"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",
"c12": "^1.4.2",
"ionicons": "^7.0.0",
"ionicons": "^7.2.1",
"pathe": "^1.1.1",
"ufo": "^1.1.2",
"unimport": "^3.0.8"
Expand All @@ -71,12 +71,12 @@
"@nuxt/schema": "3.6.5",
"@nuxt/test-utils": "3.6.5",
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@types/node": "20.5.9",
"@vitest/coverage-v8": "0.34.4",
"@types/node": "20.8.9",
"@vitest/coverage-v8": "0.34.6",
"bumpp": "9.1.1",
"eslint": "8.50.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "5.0.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"expect-type": "0.16.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
Expand All @@ -85,7 +85,7 @@
"playwright": "1.37.1",
"prettier": "3.0.3",
"typescript": "5.1.6",
"vitest": "0.34.4",
"vitest": "0.34.6",
"vue": "3.3.4"
},
"resolutions": {
Expand All @@ -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
Loading

0 comments on commit 24d9840

Please sign in to comment.