build(deps): bump vite dependencies (#4279)
This commit is contained in:
parent
5800653055
commit
be73273ffc
2 changed files with 5 additions and 4 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
"dev": "vite build --watch",
|
"dev": "vite build --watch",
|
||||||
"serve": "serve ./tests/fixtures/http --no-port-switching"
|
"serve": "serve ./tests/fixtures/http --no-port-switching"
|
||||||
},
|
},
|
||||||
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lizardbyte/shared-web": "2025.626.181239",
|
"@lizardbyte/shared-web": "2025.626.181239",
|
||||||
"vue": "3.5.21",
|
"vue": "3.5.21",
|
||||||
|
|
@ -14,9 +15,9 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@codecov/vite-plugin": "1.9.1",
|
"@codecov/vite-plugin": "1.9.1",
|
||||||
"@vitejs/plugin-vue": "4.6.2",
|
"@vitejs/plugin-vue": "6.0.1",
|
||||||
"serve": "14.2.5",
|
"serve": "14.2.5",
|
||||||
"vite": "4.5.14",
|
"vite": "6.3.6",
|
||||||
"vite-plugin-ejs": "1.6.4"
|
"vite-plugin-ejs": "1.7.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -613,7 +613,7 @@ elif grep -q "Ubuntu 24.04" /etc/os-release; then
|
||||||
cuda_version="12.9.1"
|
cuda_version="12.9.1"
|
||||||
cuda_build="575.57.08"
|
cuda_build="575.57.08"
|
||||||
gcc_version="14"
|
gcc_version="14"
|
||||||
nvm_node=0
|
nvm_node=1
|
||||||
elif grep -q "Ubuntu 25.04" /etc/os-release; then
|
elif grep -q "Ubuntu 25.04" /etc/os-release; then
|
||||||
distro="ubuntu"
|
distro="ubuntu"
|
||||||
version="25.04"
|
version="25.04"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue