Skip to content

Commit 7921ce9

Browse files
committed
feat: upgrade to vite7
1 parent 8e4ac09 commit 7921ce9

File tree

5 files changed

+1081
-1049
lines changed

5 files changed

+1081
-1049
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set node
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 18.x
18+
node-version: 20.x
1919

2020
- run: npx conventional-github-releaser -p angular
2121
env:

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20.19.0

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ We recommend using [VS Code](https://code.visualstudio.com/) with [Volar](https:
6565

6666
## Try it now
6767

68+
> nuxt-vant-mobile requires Node 20+
69+
6870
### GitHub Template
6971

7072
[Create a repo from this template on GitHub](https://github.com/easy-temps/nuxt-vant-mobile/generate)

package.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "nuxt-vant-mobile",
33
"type": "module",
44
"version": "0.4.0",
5-
"packageManager": "pnpm@10.12.1",
5+
"packageManager": "pnpm@10.12.3",
6+
"engines": {
7+
"node": ">=20.19.0"
8+
},
69
"scripts": {
710
"build": "nuxt build",
811
"dev": "nuxt dev",
@@ -20,23 +23,23 @@
2023
"@nuxtjs/i18n": "^9.5.5",
2124
"nuxt": "^3.17.5",
2225
"pinia-plugin-persistedstate": "^4.3.0",
23-
"vue": "^3.5.16",
26+
"vue": "^3.5.17",
2427
"vue-router": "^4.5.1"
2528
},
2629
"devDependencies": {
27-
"@antfu/eslint-config": "^4.14.1",
30+
"@antfu/eslint-config": "^4.16.1",
2831
"@commitlint/cli": "^19.8.1",
2932
"@commitlint/config-conventional": "^19.8.1",
30-
"@iconify-json/carbon": "^1.2.9",
33+
"@iconify-json/carbon": "^1.2.10",
3134
"@nuxt/eslint": "^1.4.1",
3235
"@pinia/nuxt": "^0.11.1",
33-
"@unocss/eslint-plugin": "66.2.0",
34-
"@unocss/nuxt": "66.2.0",
36+
"@unocss/eslint-plugin": "66.3.1",
37+
"@unocss/nuxt": "66.3.1",
3538
"@vant/nuxt": "^1.0.7",
36-
"bumpp": "^10.1.1",
39+
"bumpp": "^10.2.0",
3740
"eslint": "^9.29.0",
3841
"eslint-plugin-format": "^1.0.1",
39-
"lint-staged": "^16.1.0",
42+
"lint-staged": "^16.1.2",
4043
"pinia": "^3.0.3",
4144
"postcss-mobile-forever": "^5.0.0",
4245
"simple-git-hooks": "^2.13.0",
@@ -69,7 +72,7 @@
6972
]
7073
},
7174
"resolutions": {
72-
"vite": "^6.3.5"
75+
"vite": "^7.0.0"
7376
},
7477
"simple-git-hooks": {
7578
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)