Skip to content

Commit

Permalink
Revert "build: update dependency vite to v5.0.8"
Browse files Browse the repository at this point in the history
This reverts commit 7eb412c as it causes CI to hang when used with 18.13 tests/legacy-cli/e2e/tests/basic/serve.ts
  • Loading branch information
alan-agius4 committed Dec 13, 2023
1 parent 1de48db commit aa5e791
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"undici": "6.0.1",
"verdaccio": "5.29.0",
"verdaccio-auth-memory": "^10.0.0",
"vite": "5.0.8",
"vite": "5.0.7",
"watchpack": "2.4.0",
"webpack": "5.89.0",
"webpack-dev-middleware": "6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"tree-kill": "1.2.2",
"tslib": "2.6.2",
"undici": "6.0.1",
"vite": "5.0.8",
"vite": "5.0.7",
"watchpack": "2.4.0",
"webpack": "5.89.0",
"webpack-dev-middleware": "6.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12920,10 +12920,10 @@ [email protected]:
optionalDependencies:
fsevents "~2.3.2"

[email protected].8:
version "5.0.8"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.8.tgz#070383dcb4d4f12adde9c119b8cca0f40bf906e9"
integrity sha512-jYMALd8aeqR3yS9xlHd0OzQJndS9fH5ylVgWdB+pxTwxLKdO1pgC5Dlb398BUxpfaBxa4M9oT7j1g503Gaj5IQ==
[email protected].7:
version "5.0.7"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.7.tgz#ad081d735f6769f76b556818500bdafb72c3fe93"
integrity sha512-B4T4rJCDPihrQo2B+h1MbeGL/k/GMAHzhQ8S0LjQ142s6/+l3hHTT095ORvsshj4QCkoWu3Xtmob5mazvakaOw==
dependencies:
esbuild "^0.19.3"
postcss "^8.4.32"
Expand Down

0 comments on commit aa5e791

Please sign in to comment.