1
0
mirror of synced 2025-12-11 12:17:56 +08:00

chore: 更新vite@5.0.7

This commit is contained in:
roymondchen
2023-12-11 11:29:06 +08:00
parent 25a8456312
commit fc89d4cbe8
24 changed files with 1982 additions and 1491 deletions

View File

@@ -23,7 +23,7 @@
"clear:type": "rimraf ./types"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"repository": {
"type": "git",
@@ -34,9 +34,9 @@
"@tmagic/utils": "1.3.5"
},
"devDependencies": {
"@types/node": "^15.12.4",
"@types/node": "^18.19.0",
"rimraf": "^3.0.2",
"typescript": "^5.0.4",
"vite": "^4.4.4"
"vite": "^5.0.7"
}
}