Merge pull request #8 from cyp0633/dependabot/npm_and_yarn/frontend/vite-3.2.10

Bump vite from 3.2.8 to 3.2.10 in /frontend
This commit is contained in:
Yupeng Chen 2024-04-05 20:50:17 +08:00 committed by GitHub
commit 3eb80518ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 9 deletions

View File

@ -13,7 +13,7 @@
"@babel/types": "^7.18.10",
"@vitejs/plugin-vue": "^3.0.3",
"typescript": "^4.6.4",
"vite": "^3.2.8",
"vite": "^3.2.10",
"vue-tsc": "^0.39.5"
}
},
@ -923,11 +923,10 @@
}
},
"node_modules/vite": {
"version": "3.2.8",
"resolved": "https://repo.huaweicloud.com/repository/npm/vite/-/vite-3.2.8.tgz",
"integrity": "sha512-EtQU16PLIJpAZol2cTLttNP1mX6L0SyI0pgQB1VOoWeQnMSvtiwovV3D6NcjN8CZQWWyESD2v5NGnpz5RvgOZA==",
"version": "3.2.10",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.10.tgz",
"integrity": "sha512-Dx3olBo/ODNiMVk/cA5Yft9Ws+snLOXrhLtrI3F4XLt4syz2Yg8fayZMWScPKoz12v5BUv7VEmQHnsfpY80fYw==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "^0.15.9",
"postcss": "^8.4.18",
@ -1537,9 +1536,9 @@
"dev": true
},
"vite": {
"version": "3.2.8",
"resolved": "https://repo.huaweicloud.com/repository/npm/vite/-/vite-3.2.8.tgz",
"integrity": "sha512-EtQU16PLIJpAZol2cTLttNP1mX6L0SyI0pgQB1VOoWeQnMSvtiwovV3D6NcjN8CZQWWyESD2v5NGnpz5RvgOZA==",
"version": "3.2.10",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.2.10.tgz",
"integrity": "sha512-Dx3olBo/ODNiMVk/cA5Yft9Ws+snLOXrhLtrI3F4XLt4syz2Yg8fayZMWScPKoz12v5BUv7VEmQHnsfpY80fYw==",
"dev": true,
"requires": {
"esbuild": "^0.15.9",

View File

@ -15,7 +15,7 @@
"@babel/types": "^7.18.10",
"@vitejs/plugin-vue": "^3.0.3",
"typescript": "^4.6.4",
"vite": "^3.2.8",
"vite": "^3.2.10",
"vue-tsc": "^0.39.5"
}
}