Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasool-deldar authored Apr 27, 2024
2 parents 306b03c + 8032b3b commit a3a67f5
Show file tree
Hide file tree
Showing 5 changed files with 8,380 additions and 6,655 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@ jobs:

- name: 🟩 Coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@capacitor/cli": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@ionic/cli": "^7.2.0",
"@ionic/vue": "^7.8.4",
"@ionic/vue-router": "^7.8.4",
"@ionic/vue": "^8.0.0",
"@ionic/vue-router": "^8.0.0",
"@kevinmarrec/nuxt-pwa": "^0.17.0",
"@nuxt/kit": "^3.9.1",
"ionicons": "^7.3.1",
Expand All @@ -67,9 +67,9 @@
},
"devDependencies": {
"@nuxt/eslint-config": "0.3.8",
"@nuxt/module-builder": "0.5.5",
"@nuxt/module-builder": "0.6.0",
"@nuxt/schema": "3.9.1",
"@nuxt/test-utils": "3.9.0",
"@nuxt/test-utils": "3.12.1",
"@types/node": "20.12.7",
"@vitest/coverage-v8": "1.4.0",
"bumpp": "9.4.0",
Expand All @@ -81,14 +81,14 @@
"playwright": "1.43.1",
"typescript": "5.4.5",
"vitest": "1.4.0",
"vue": "3.4.21",
"vue-tsc": "2.0.12"
"vue": "3.4.24",
"vue-tsc": "2.0.14"
},
"resolutions": {
"@nuxt/kit": "3.9.1",
"@nuxt/schema": "3.9.1",
"@nuxtjs/ionic": "link:.",
"consola": "^3.2.3"
},
"packageManager": "pnpm@8.15.6"
}
"packageManager": "pnpm@9.0.6"
}
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"devDependencies": {
"@capacitor/camera": "6.0.0",
"@capacitor/filesystem": "5.2.1",
"@capacitor/preferences": "5.0.7",
"@capacitor/filesystem": "6.0.0",
"@capacitor/preferences": "6.0.0",
"@nuxtjs/ionic": "latest",
"nuxt": "3.9.1"
}
Expand Down
Loading

0 comments on commit a3a67f5

Please sign in to comment.