Skip to content

Commit

Permalink
Update vite to 4.5.1. Fixes #2528
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Jan 2, 2024
1 parent 9b5b509 commit 26a5c02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ docs/env-options.rst
__pycache__
.pytest_cache
.sass-cache/
.env
.env
yarn-error.log
2 changes: 1 addition & 1 deletion locust/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-dom": "^18.2.0",
"react-markdown": "^9.0.0",
"react-redux": "^8.0.5",
"vite": "^4.4.12",
"vite": "^4.5.1",
"vite-plugin-checker": "^0.6.2",
"vite-tsconfig-paths": "^4.2.1"
},
Expand Down
8 changes: 4 additions & 4 deletions locust/webui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4609,10 +4609,10 @@ vite-tsconfig-paths@^4.2.1:
optionalDependencies:
fsevents "~2.3.2"

vite@^4.4.12:
version "4.4.12"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.4.12.tgz#e9c355d5a0d8a47afa46cb4bad10820da333da5c"
integrity sha512-KtPlUbWfxzGVul8Nut8Gw2Qe8sBzWY+8QVc5SL8iRFnpnrcoCaNlzO40c1R6hPmcdTwIPEDkq0Y9+27a5tVbdQ==
vite@^4.5.1:
version "4.5.1"
resolved "http://npm.ocean.svenskaspel.se/repository/npm-group/vite/-/vite-4.5.1.tgz#3370986e1ed5dbabbf35a6c2e1fb1e18555b968a"
integrity sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==
dependencies:
esbuild "^0.18.10"
postcss "^8.4.27"
Expand Down

0 comments on commit 26a5c02

Please sign in to comment.