Skip to content

Commit 241c168

Browse files
committed
build: upgrade Vite to 5.x
1 parent 2da1dc4 commit 241c168

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
node_modules/*
22
/dist/**
33
.eslintrc.js
4-
vite.config.js
4+
vite.config.mjs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"vuex": "^4.1.0"
3434
},
3535
"devDependencies": {
36-
"@vitejs/plugin-vue": "^4.6.2",
36+
"@vitejs/plugin-vue": "^5.0.2",
3737
"autoprefixer": "^10.4.16",
3838
"eslint": "^8.56.0",
3939
"eslint-plugin-vue": "^9.19.2",
4040
"postcss": "^8.4.32",
4141
"sass": "^1.69.6",
42-
"vite": "^4.5.1"
42+
"vite": "^5.0.10"
4343
}
4444
}
File renamed without changes.

0 commit comments

Comments
 (0)