Skip to content

Commit 7ae819a

Browse files
committed
chore: update deps
1 parent 0f6fdf7 commit 7ae819a

File tree

3 files changed

+1392
-1179
lines changed

3 files changed

+1392
-1179
lines changed

nuxt.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ export default defineNuxtConfig({
104104
include: [
105105
'@intlify/core-base',
106106
'@intlify/shared',
107-
'is-https',
108107
],
109108
},
110109
},

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nuxt-vant-mobile",
33
"type": "module",
44
"version": "0.3.5",
5-
"packageManager": "pnpm@10.7.0",
5+
"packageManager": "pnpm@10.8.0",
66
"scripts": {
77
"build": "nuxt build",
88
"dev": "nuxt dev",
@@ -17,39 +17,39 @@
1717
},
1818
"dependencies": {
1919
"@nuxtjs/color-mode": "^3.5.2",
20-
"@nuxtjs/i18n": "^9.4.0",
21-
"nuxt": "^3.16.1",
20+
"@nuxtjs/i18n": "^9.5.3",
21+
"nuxt": "^3.16.2",
2222
"pinia-plugin-persistedstate": "^4.2.0",
2323
"vue": "^3.5.13",
2424
"vue-router": "^4.5.0"
2525
},
2626
"devDependencies": {
27-
"@antfu/eslint-config": "^4.11.0",
27+
"@antfu/eslint-config": "^4.12.0",
2828
"@commitlint/cli": "^19.8.0",
2929
"@commitlint/config-conventional": "^19.8.0",
3030
"@iconify-json/carbon": "^1.2.8",
3131
"@nuxt/eslint": "^1.3.0",
32-
"@pinia/nuxt": "^0.10.1",
33-
"@unocss/eslint-plugin": "66.1.0-beta.8",
34-
"@unocss/nuxt": "66.1.0-beta.8",
35-
"@unocss/preset-rem-to-px": "66.1.0-beta.8",
32+
"@pinia/nuxt": "^0.11.0",
33+
"@unocss/eslint-plugin": "66.1.0-beta.11",
34+
"@unocss/nuxt": "66.1.0-beta.11",
35+
"@unocss/preset-rem-to-px": "66.1.0-beta.11",
3636
"@vant/nuxt": "^1.0.6",
3737
"bumpp": "^10.1.0",
38-
"eslint": "^9.23.0",
38+
"eslint": "^9.24.0",
3939
"eslint-plugin-format": "^1.0.1",
40-
"lint-staged": "^15.5.0",
41-
"pinia": "^3.0.1",
40+
"lint-staged": "^15.5.1",
41+
"pinia": "^3.0.2",
4242
"postcss-mobile-forever": "^5.0.0",
4343
"simple-git-hooks": "^2.12.1",
44-
"typescript": "~5.8.2",
45-
"vant": "^4.9.18",
44+
"typescript": "~5.8.3",
45+
"vant": "^4.9.19",
4646
"vue-tsc": "^2.2.8"
4747
},
4848
"pnpm": {
4949
"peerDependencyRules": {
5050
"allowedVersions": {
5151
"vue-tsc": "^2.2.8",
52-
"typescript": "5.8.2"
52+
"typescript": "5.8.3"
5353
}
5454
},
5555
"allowedDeprecatedVersions": {
@@ -63,7 +63,7 @@
6363
]
6464
},
6565
"resolutions": {
66-
"vite": "^6.2.4"
66+
"vite": "^6.2.6"
6767
},
6868
"simple-git-hooks": {
6969
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)