Skip to content

Commit

Permalink
build: update dependency vite to v5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and alan-agius4 committed Dec 12, 2023
1 parent 11d6122 commit 7eb412c
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.7",
"vite": "5.0.8",
"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.7",
"vite": "5.0.8",
"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 @@ -12910,10 +12910,10 @@ vite@4.5.0:
optionalDependencies:
fsevents "~2.3.2"

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

0 comments on commit 7eb412c

Please sign in to comment.