mirror of https://github.com/halo-dev/halo
chore: bump vite-related dependencies (#6482)
#### What type of PR is this? /area ui /kind improvement /milestone 2.19.x #### What this PR does / why we need it: Bump vite-related dependencies #### Does this PR introduce a user-facing change? ```release-note None ```pull/6484/head
parent
30d482f0f8
commit
a938712739
|
@ -121,8 +121,8 @@
|
|||
"@types/qs": "^6.9.7",
|
||||
"@types/randomstring": "^1.1.8",
|
||||
"@types/ua-parser-js": "^0.7.39",
|
||||
"@vitejs/plugin-vue": "^5.0.4",
|
||||
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
||||
"@vitejs/plugin-vue": "^5.1.2",
|
||||
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
||||
"@vitest/ui": "^0.34.1",
|
||||
"@vue/compiler-sfc": "^3.4.27",
|
||||
"@vue/eslint-config-prettier": "^7.1.0",
|
||||
|
@ -152,12 +152,12 @@
|
|||
"tailwindcss-themer": "^2.0.3",
|
||||
"typescript": "~5.5.4",
|
||||
"unplugin-icons": "^0.19.2",
|
||||
"vite": "^5.2.11",
|
||||
"vite": "^5.4.1",
|
||||
"vite-plugin-externals": "^0.6.2",
|
||||
"vite-plugin-html": "^3.2.2",
|
||||
"vite-plugin-pwa": "^0.20.0",
|
||||
"vite-plugin-static-copy": "^1.0.4",
|
||||
"vite-plugin-vue-devtools": "^7.2.1",
|
||||
"vite-plugin-static-copy": "^1.0.6",
|
||||
"vite-plugin-vue-devtools": "^7.3.8",
|
||||
"vitest": "^0.34.1",
|
||||
"vue-tsc": "^2.0.29"
|
||||
}
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"rimraf": "^5.0.7",
|
||||
"typescript": "~5.5.4",
|
||||
"unbuild": "^0.7.6",
|
||||
"vite-plugin-dts": "^3.9.1"
|
||||
"vite-plugin-dts": "^4.0.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"axios": "^1.7.x"
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
"react-dom": "^18.2.0",
|
||||
"storybook": "^7.6.3",
|
||||
"unplugin-icons": "^0.14.15",
|
||||
"vite-plugin-dts": "^3.9.1"
|
||||
"vite-plugin-dts": "^4.0.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.4.27",
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
"@iconify/json": "^2.2.117",
|
||||
"@types/linkifyjs": "^2.1.7",
|
||||
"release-it": "^16.1.5",
|
||||
"vite-plugin-dts": "^3.9.1"
|
||||
"vite-plugin-dts": "^4.0.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.4.27"
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/shared#readme",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"vite-plugin-dts": "^3.9.1"
|
||||
"vite-plugin-dts": "^4.0.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.4.27",
|
||||
|
|
3032
ui/pnpm-lock.yaml
3032
ui/pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue