Skip to content

Commit 24d9840

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/load-capacitor-config
2 parents 6fc64e7 + f8eddd2 commit 24d9840

File tree

5 files changed

+2333
-1591
lines changed

5 files changed

+2333
-1591
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "nuxi preview"
1010
},
1111
"devDependencies": {
12-
"@nuxt-themes/docus": "1.14.6",
12+
"@nuxt-themes/docus": "1.15.0",
1313
"@nuxtjs/plausible": "0.2.3",
1414
"nuxt": "3.6.5"
1515
}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
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",
6363
"c12": "^1.4.2",
64-
"ionicons": "^7.0.0",
64+
"ionicons": "^7.2.1",
6565
"pathe": "^1.1.1",
6666
"ufo": "^1.1.2",
6767
"unimport": "^3.0.8"
@@ -71,12 +71,12 @@
7171
"@nuxt/schema": "3.6.5",
7272
"@nuxt/test-utils": "3.6.5",
7373
"@nuxtjs/eslint-config-typescript": "12.0.0",
74-
"@types/node": "20.5.9",
75-
"@vitest/coverage-v8": "0.34.4",
74+
"@types/node": "20.8.9",
75+
"@vitest/coverage-v8": "0.34.6",
7676
"bumpp": "9.1.1",
77-
"eslint": "8.50.0",
78-
"eslint-config-prettier": "8.10.0",
79-
"eslint-plugin-prettier": "5.0.0",
77+
"eslint": "8.52.0",
78+
"eslint-config-prettier": "9.0.0",
79+
"eslint-plugin-prettier": "5.0.1",
8080
"expect-type": "0.16.0",
8181
"husky": "8.0.3",
8282
"lint-staged": "14.0.1",
@@ -85,7 +85,7 @@
8585
"playwright": "1.37.1",
8686
"prettier": "3.0.3",
8787
"typescript": "5.1.6",
88-
"vitest": "0.34.4",
88+
"vitest": "0.34.6",
8989
"vue": "3.3.4"
9090
},
9191
"resolutions": {
@@ -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"

0 commit comments

Comments
 (0)