Skip to content

Commit 60fe5b7

Browse files
committed
chore: upgrade all non-nuxt dependencies
1 parent a45c956 commit 60fe5b7

2 files changed

Lines changed: 610 additions & 584 deletions

File tree

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -52,44 +52,44 @@
5252
"postpublish": "pinst --enable"
5353
},
5454
"dependencies": {
55-
"@capacitor/cli": "^5.6.0",
56-
"@capacitor/core": "^5.6.0",
55+
"@capacitor/cli": "^5.7.4",
56+
"@capacitor/core": "^5.7.4",
5757
"@ionic/cli": "^7.2.0",
58-
"@ionic/vue": "^7.6.3",
59-
"@ionic/vue-router": "^7.6.3",
58+
"@ionic/vue": "^7.8.4",
59+
"@ionic/vue-router": "^7.8.4",
6060
"@kevinmarrec/nuxt-pwa": "^0.17.0",
6161
"@nuxt/kit": "^3.9.1",
62-
"ionicons": "^7.2.2",
63-
"pathe": "^1.1.1",
62+
"ionicons": "^7.3.1",
63+
"pathe": "^1.1.2",
6464
"pkg-types": "^1.0.3",
65-
"ufo": "^1.3.2",
65+
"ufo": "^1.5.3",
6666
"unimport": "^3.7.1"
6767
},
6868
"devDependencies": {
6969
"@nuxt/eslint-config": "0.3.5",
7070
"@nuxt/module-builder": "0.5.5",
7171
"@nuxt/schema": "3.9.1",
7272
"@nuxt/test-utils": "3.9.0",
73-
"@types/node": "20.11.30",
74-
"@vitest/coverage-v8": "1.1.3",
73+
"@types/node": "20.12.7",
74+
"@vitest/coverage-v8": "1.4.0",
7575
"bumpp": "9.4.0",
7676
"eslint": "9.0.0",
77-
"expect-type": "0.17.3",
77+
"expect-type": "0.19.0",
7878
"husky": "9.0.11",
7979
"lint-staged": "15.2.2",
8080
"nuxt": "3.9.1",
8181
"pinst": "3.0.0",
82-
"playwright": "1.40.1",
83-
"typescript": "5.3.3",
84-
"vitest": "1.1.3",
85-
"vue": "3.4.7",
86-
"vue-tsc": "1.8.27"
82+
"playwright": "1.43.0",
83+
"typescript": "5.4.5",
84+
"vitest": "1.4.0",
85+
"vue": "3.4.21",
86+
"vue-tsc": "2.0.12"
8787
},
8888
"resolutions": {
8989
"@nuxt/kit": "3.9.1",
9090
"@nuxt/schema": "3.9.1",
9191
"@nuxtjs/ionic": "link:.",
9292
"consola": "^3.2.3"
9393
},
94-
"packageManager": "pnpm@8.14.1"
94+
"packageManager": "pnpm@8.15.6"
9595
}

0 commit comments

Comments
 (0)