mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-01 18:17:46 +00:00
feat(deps): update vite version to 5.x (#3508)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "bundler",
|
||||
"strict": true,
|
||||
"declaration": true,
|
||||
"noImplicitOverride": true,
|
||||
|
@@ -12,6 +12,7 @@
|
||||
"directory": "internal/ts-config"
|
||||
},
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"files": [
|
||||
"base.json",
|
||||
"node.json",
|
||||
@@ -20,6 +21,6 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@types/node": "^20.10.6",
|
||||
"vite": "^4.5.1"
|
||||
"vite": "^5.0.10"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user