Skip to content

Commit 2f60d10

Browse files
committed
chore: bump dependencies
1 parent 87223cb commit 2f60d10

4 files changed

Lines changed: 1226 additions & 1566 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@nuxt-themes/docus": "1.15.0",
13-
"@nuxtjs/plausible": "1.0.0",
13+
"@nuxtjs/plausible": "1.0.2",
1414
"nuxt": "3.12.4"
1515
}
1616
}

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -53,49 +53,49 @@
5353
"test:types": "tsc --noEmit"
5454
},
5555
"dependencies": {
56-
"@capacitor/cli": "^6.1.0",
57-
"@capacitor/core": "^6.1.0",
56+
"@capacitor/cli": "^6.1.2",
57+
"@capacitor/core": "^6.1.2",
5858
"@ionic/cli": "^7.2.0",
59-
"@ionic/vue": "^8.2.5",
60-
"@ionic/vue-router": "^8.2.5",
61-
"@nuxt/kit": "^3.12.3",
59+
"@ionic/vue": "^8.2.6",
60+
"@ionic/vue-router": "^8.2.6",
61+
"@nuxt/kit": "^3.12.4",
6262
"@unhead/vue": "^1.9.16",
6363
"ionicons": "^7.4.0",
6464
"pathe": "^1.1.2",
6565
"pkg-types": "^1.1.3",
66-
"ufo": "^1.5.3",
67-
"unimport": "^3.7.2"
66+
"ufo": "^1.5.4",
67+
"unimport": "^3.10.0"
6868
},
6969
"devDependencies": {
70-
"@nuxt/eslint-config": "0.3.13",
70+
"@nuxt/eslint-config": "0.5.0",
7171
"@nuxt/module-builder": "0.8.1",
72-
"@nuxt/schema": "3.12.3",
73-
"@nuxt/test-utils": "3.13.1",
74-
"@types/node": "20.14.14",
75-
"@vitest/coverage-v8": "2.0.3",
72+
"@nuxt/schema": "3.12.4",
73+
"@nuxt/test-utils": "3.14.0",
74+
"@types/node": "20.14.15",
75+
"@vitest/coverage-v8": "2.0.5",
7676
"@vue/test-utils": "2.4.6",
77-
"bumpp": "9.4.1",
78-
"eslint": "9.7.0",
77+
"bumpp": "9.5.1",
78+
"eslint": "9.9.0",
7979
"expect-type": "0.19.0",
8080
"happy-dom": "14.12.3",
81-
"husky": "9.0.11",
82-
"lint-staged": "15.2.7",
83-
"nuxt": "3.12.3",
84-
"playwright-core": "1.45.3",
85-
"typescript": "5.5.3",
81+
"husky": "9.1.4",
82+
"lint-staged": "15.2.8",
83+
"nuxt": "3.12.4",
84+
"playwright-core": "1.46.0",
85+
"typescript": "5.5.4",
8686
"unbuild": "2.0.0",
8787
"unhead": "1.9.16",
88-
"vitest": "2.0.3",
89-
"vue": "3.4.31",
88+
"vitest": "2.0.5",
89+
"vue": "3.4.37",
9090
"vue-tsc": "2.0.29"
9191
},
9292
"resolutions": {
93-
"@nuxt/content": "2.12.1",
94-
"@nuxt/kit": "3.12.3",
95-
"@nuxt/schema": "3.12.3",
93+
"@nuxt/content": "2.13.2",
94+
"@nuxt/kit": "3.12.4",
95+
"@nuxt/schema": "3.12.4",
9696
"@nuxtjs/ionic": "link:.",
9797
"consola": "^3.2.3",
9898
"nuxt-component-meta": ">=0.7.0"
9999
},
100-
"packageManager": "pnpm@9.5.0"
100+
"packageManager": "pnpm@9.7.0"
101101
}

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"ionic:build": "pnpm build"
99
},
1010
"devDependencies": {
11-
"@capacitor/camera": "6.0.1",
12-
"@capacitor/filesystem": "6.0.0",
13-
"@capacitor/preferences": "6.0.1",
11+
"@capacitor/camera": "6.0.2",
12+
"@capacitor/filesystem": "6.0.1",
13+
"@capacitor/preferences": "6.0.2",
1414
"@nuxtjs/ionic": "latest",
1515
"nuxt": "3.12.4"
1616
}

0 commit comments

Comments
 (0)