Skip to content

Commit a99c848

Browse files
committed
chore: update deps
1 parent de3898b commit a99c848

File tree

3 files changed

+2138
-1957
lines changed

3 files changed

+2138
-1957
lines changed

package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nuxt-vant-mobile",
33
"type": "module",
44
"version": "0.4.0",
5-
"packageManager": "pnpm@10.10.0",
5+
"packageManager": "pnpm@10.11.0",
66
"scripts": {
77
"build": "nuxt build",
88
"dev": "nuxt dev",
@@ -17,26 +17,26 @@
1717
},
1818
"dependencies": {
1919
"@nuxtjs/color-mode": "^3.5.2",
20-
"@nuxtjs/i18n": "^9.5.3",
21-
"nuxt": "^3.17.1",
22-
"pinia-plugin-persistedstate": "^4.2.0",
23-
"vue": "^3.5.13",
20+
"@nuxtjs/i18n": "^9.5.4",
21+
"nuxt": "^3.17.3",
22+
"pinia-plugin-persistedstate": "^4.3.0",
23+
"vue": "^3.5.14",
2424
"vue-router": "^4.5.1"
2525
},
2626
"devDependencies": {
27-
"@antfu/eslint-config": "^4.12.0",
28-
"@commitlint/cli": "^19.8.0",
29-
"@commitlint/config-conventional": "^19.8.0",
27+
"@antfu/eslint-config": "^4.13.1",
28+
"@commitlint/cli": "^19.8.1",
29+
"@commitlint/config-conventional": "^19.8.1",
3030
"@iconify-json/carbon": "^1.2.8",
31-
"@nuxt/eslint": "^1.3.0",
31+
"@nuxt/eslint": "^1.4.0",
3232
"@pinia/nuxt": "^0.11.0",
33-
"@unocss/eslint-plugin": "66.1.0-beta.12",
34-
"@unocss/nuxt": "66.1.0-beta.12",
33+
"@unocss/eslint-plugin": "66.1.2",
34+
"@unocss/nuxt": "66.1.2",
3535
"@vant/nuxt": "^1.0.6",
36-
"bumpp": "^10.1.0",
37-
"eslint": "^9.25.1",
36+
"bumpp": "^10.1.1",
37+
"eslint": "^9.26.0",
3838
"eslint-plugin-format": "^1.0.1",
39-
"lint-staged": "^15.5.1",
39+
"lint-staged": "^16.0.0",
4040
"pinia": "^3.0.2",
4141
"postcss-mobile-forever": "^5.0.0",
4242
"simple-git-hooks": "^2.13.0",
@@ -57,7 +57,8 @@
5757
"gauge": "3",
5858
"node-domexception": "1",
5959
"npmlog": "5",
60-
"rimraf": "3"
60+
"rimraf": "3",
61+
"@types/parse-path": "7"
6162
},
6263
"onlyBuiltDependencies": [
6364
"@parcel/watcher",
@@ -67,7 +68,7 @@
6768
]
6869
},
6970
"resolutions": {
70-
"vite": "^6.3.3"
71+
"vite": "^6.3.5"
7172
},
7273
"simple-git-hooks": {
7374
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)