Skip to content

Commit f792b5c

Browse files
committed
chore: update deps
1 parent aa49681 commit f792b5c

File tree

2 files changed

+2171
-1657
lines changed

2 files changed

+2171
-1657
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nuxt-vant-mobile",
33
"type": "module",
44
"private": true,
5-
"packageManager": "pnpm@9.12.1",
5+
"packageManager": "pnpm@9.13.0",
66
"scripts": {
77
"build": "nuxt build",
88
"dev": "nuxt dev",
@@ -14,32 +14,32 @@
1414
"commitlint": "commitlint --edit"
1515
},
1616
"dependencies": {
17-
"@nuxtjs/color-mode": "^3.5.1",
17+
"@nuxtjs/color-mode": "^3.5.2",
1818
"@nuxtjs/i18n": "^8.5.5",
19-
"nuxt": "^3.13.2",
20-
"pinia-plugin-persistedstate": "^4.1.1",
21-
"vue": "^3.5.12",
19+
"nuxt": "^3.14.159",
20+
"pinia-plugin-persistedstate": "^4.1.3",
21+
"vue": "^3.5.13",
2222
"vue-router": "^4.4.5"
2323
},
2424
"devDependencies": {
25-
"@antfu/eslint-config": "^3.7.3",
25+
"@antfu/eslint-config": "^3.9.1",
2626
"@commitlint/cli": "^19.5.0",
2727
"@commitlint/config-conventional": "^19.5.0",
28-
"@iconify-json/carbon": "^1.2.3",
29-
"@nuxt/eslint": "^0.6.0",
30-
"@pinia/nuxt": "^0.5.5",
31-
"@unocss/eslint-plugin": "^0.63.4",
32-
"@unocss/nuxt": "^0.63.4",
33-
"@unocss/preset-rem-to-px": "^0.63.4",
28+
"@iconify-json/carbon": "^1.2.4",
29+
"@nuxt/eslint": "^0.7.0",
30+
"@pinia/nuxt": "^0.7.0",
31+
"@unocss/eslint-plugin": "^0.64.1",
32+
"@unocss/nuxt": "^0.64.1",
33+
"@unocss/preset-rem-to-px": "^0.64.1",
3434
"@vant/nuxt": "^1.0.6",
35-
"eslint": "^9.12.0",
35+
"eslint": "^9.15.0",
3636
"eslint-plugin-format": "^0.1.2",
3737
"lint-staged": "^15.2.10",
38-
"postcss-mobile-forever": "^4.1.6",
38+
"postcss-mobile-forever": "^4.2.4",
3939
"simple-git-hooks": "^2.11.1",
4040
"typescript": "^5.6.3",
41-
"vant": "^4.9.8",
42-
"vue-tsc": "^2.1.6"
41+
"vant": "^4.9.9",
42+
"vue-tsc": "^2.1.10"
4343
},
4444
"pnpm": {
4545
"peerDependencyRules": {

0 commit comments

Comments
 (0)