Skip to content

Commit a3a67f5

Browse files
Merge branch 'main' into main
2 parents 306b03c + 8032b3b commit a3a67f5

File tree

5 files changed

+8380
-6655
lines changed

5 files changed

+8380
-6655
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,5 @@ jobs:
6060

6161
- name: 🟩 Coverage
6262
uses: codecov/codecov-action@v4
63+
env:
64+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"@capacitor/cli": "^6.0.0",
5555
"@capacitor/core": "^6.0.0",
5656
"@ionic/cli": "^7.2.0",
57-
"@ionic/vue": "^7.8.4",
58-
"@ionic/vue-router": "^7.8.4",
57+
"@ionic/vue": "^8.0.0",
58+
"@ionic/vue-router": "^8.0.0",
5959
"@kevinmarrec/nuxt-pwa": "^0.17.0",
6060
"@nuxt/kit": "^3.9.1",
6161
"ionicons": "^7.3.1",
@@ -67,9 +67,9 @@
6767
},
6868
"devDependencies": {
6969
"@nuxt/eslint-config": "0.3.8",
70-
"@nuxt/module-builder": "0.5.5",
70+
"@nuxt/module-builder": "0.6.0",
7171
"@nuxt/schema": "3.9.1",
72-
"@nuxt/test-utils": "3.9.0",
72+
"@nuxt/test-utils": "3.12.1",
7373
"@types/node": "20.12.7",
7474
"@vitest/coverage-v8": "1.4.0",
7575
"bumpp": "9.4.0",
@@ -81,14 +81,14 @@
8181
"playwright": "1.43.1",
8282
"typescript": "5.4.5",
8383
"vitest": "1.4.0",
84-
"vue": "3.4.21",
85-
"vue-tsc": "2.0.12"
84+
"vue": "3.4.24",
85+
"vue-tsc": "2.0.14"
8686
},
8787
"resolutions": {
8888
"@nuxt/kit": "3.9.1",
8989
"@nuxt/schema": "3.9.1",
9090
"@nuxtjs/ionic": "link:.",
9191
"consola": "^3.2.3"
9292
},
93-
"packageManager": "pnpm@8.15.6"
94-
}
93+
"packageManager": "pnpm@9.0.6"
94+
}

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"devDependencies": {
1111
"@capacitor/camera": "6.0.0",
12-
"@capacitor/filesystem": "5.2.1",
13-
"@capacitor/preferences": "5.0.7",
12+
"@capacitor/filesystem": "6.0.0",
13+
"@capacitor/preferences": "6.0.0",
1414
"@nuxtjs/ionic": "latest",
1515
"nuxt": "3.9.1"
1616
}

0 commit comments

Comments
 (0)