Skip to content

Commit b851206

Browse files
authored
Merge pull request #3074 from andrewbaldwin44/task/bump-vite
Webui: Bump Vite Version for Dependabot
2 parents fbf0a42 + 04883e3 commit b851206

File tree

2 files changed

+279
-542
lines changed

2 files changed

+279
-542
lines changed

Diff for: locust/webui/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build:report": "vite build --config vite.report.config.ts",
2323
"watch:ui": "vite build --watch",
2424
"watch:report": "vite build --config vite.lib.config.ts --watch",
25-
"build": "yarn clean && yarn build:ui & yarn build:report",
25+
"build": "yarn clean && npm-run-all --parallel build:ui build:report",
2626
"clean": "rimraf dist",
2727
"lint": "eslint './src/**/*.{ts,tsx}'",
2828
"format": "prettier --write '**/**/*.{ts,tsx}'",
@@ -56,7 +56,7 @@
5656
"react-markdown": "^9.0.0",
5757
"react-redux": "^9.1.2",
5858
"rimraf": "^6.0.1",
59-
"vite": "^6.0.11",
59+
"vite": "^6.2.1",
6060
"vite-plugin-checker": "^0.8.0",
6161
"vite-plugin-dts": "^4.3.0",
6262
"vite-plugin-singlefile": "^2.0.3",
@@ -80,7 +80,7 @@
8080
"msw": "^2.6.6",
8181
"prettier": "^3.0.3",
8282
"typescript": "^5.7.2",
83-
"vitest": "^2.1.9",
83+
"vitest": "^3.0.8",
8484
"vitest-webgl-canvas-mock": "^1.1.0"
8585
},
8686
"engines": {

0 commit comments

Comments
 (0)