Skip to content

Commit eb4d74a

Browse files
committed
chore: bump all dependencies
1 parent 2af38f3 commit eb4d74a

File tree

4 files changed

+399
-424
lines changed

4 files changed

+399
-424
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@nuxtjs/plausible": "2.0.1",
1414
"better-sqlite3": "^12.2.0",
1515
"docus": "^4.1.4",
16-
"nuxt": "4.1.1"
16+
"nuxt": "4.1.2"
1717
}
1818
}

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -57,26 +57,26 @@
5757
"test:types": "tsc --noEmit"
5858
},
5959
"dependencies": {
60-
"@capacitor/cli": "^7.0.1",
61-
"@capacitor/core": "^7.0.1",
62-
"@ionic/cli": "^7.2.0",
63-
"@ionic/vue": "^8.4.3",
64-
"@ionic/vue-router": "^8.4.3",
65-
"@nuxt/kit": "^4.0.0",
66-
"@unhead/vue": "^2.0.0-rc.13",
60+
"@capacitor/cli": "^7.4.3",
61+
"@capacitor/core": "^7.4.3",
62+
"@ionic/cli": "^7.2.1",
63+
"@ionic/vue": "^8.7.3",
64+
"@ionic/vue-router": "^8.7.3",
65+
"@nuxt/kit": "^4.1.2",
66+
"@unhead/vue": "^2.0.14",
6767
"ionicons": "^8.0.13",
6868
"pathe": "^2.0.3",
69-
"pkg-types": "^2.0.0",
70-
"ufo": "^1.5.4",
71-
"unimport": "^5.0.0"
69+
"pkg-types": "^2.3.0",
70+
"ufo": "^1.6.1",
71+
"unimport": "^5.2.0"
7272
},
7373
"devDependencies": {
7474
"@ionic/core": "8.7.3",
7575
"@nuxt/eslint-config": "1.9.0",
7676
"@nuxt/module-builder": "1.0.2",
77-
"@nuxt/schema": "4.1.1",
77+
"@nuxt/schema": "4.1.2",
7878
"@nuxt/test-utils": "3.19.2",
79-
"@types/node": "22.18.1",
79+
"@types/node": "22.18.2",
8080
"@vitest/coverage-v8": "3.2.4",
8181
"@vue/test-utils": "2.4.6",
8282
"bumpp": "10.2.3",
@@ -85,15 +85,15 @@
8585
"happy-dom": "18.0.1",
8686
"husky": "9.1.7",
8787
"lint-staged": "16.1.6",
88-
"nuxt": "4.1.1",
88+
"nuxt": "4.1.2",
8989
"playwright-core": "1.55.0",
9090
"simple-git-hooks": "2.13.1",
9191
"typescript": "5.9.2",
9292
"unbuild": "3.6.1",
9393
"unhead": "2.0.14",
9494
"vitest": "3.2.4",
9595
"vue": "3.5.21",
96-
"vue-tsc": "3.0.6"
96+
"vue-tsc": "3.0.7"
9797
},
9898
"lint-staged": {
9999
"*.{md,js,ts,mjs,cjs,json,.*rc}": [
@@ -104,11 +104,11 @@
104104
"pre-commit": "npx lint-staged"
105105
},
106106
"resolutions": {
107-
"@nuxt/kit": "^4.0.0",
108-
"@nuxt/schema": "4.1.1",
107+
"@nuxt/kit": "^4.1.2",
108+
"@nuxt/schema": "4.1.2",
109109
"@nuxtjs/ionic": "link:.",
110-
"consola": "^3.4.0",
111-
"nuxt-component-meta": ">=0.10.0"
110+
"consola": "^3.4.2",
111+
"nuxt-component-meta": ">=0.14.0"
112112
},
113-
"packageManager": "pnpm@10.15.1"
113+
"packageManager": "pnpm@10.16.0"
114114
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@capacitor/filesystem": "7.1.4",
1313
"@capacitor/preferences": "7.0.2",
1414
"@nuxtjs/ionic": "latest",
15-
"nuxt": "4.1.1"
15+
"nuxt": "4.1.2"
1616
}
1717
}

0 commit comments

Comments
 (0)