Skip to content

Commit

Permalink
build: update dependency vite to v4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and alan-agius4 committed Dec 6, 2023
1 parent 6bd56bd commit e7d7309
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"undici": "5.27.2",
"verdaccio": "5.27.0",
"verdaccio-auth-memory": "^10.0.0",
"vite": "4.5.0",
"vite": "4.5.1",
"webpack": "5.89.0",
"webpack-dev-middleware": "6.1.1",
"webpack-dev-server": "4.15.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 @@ -65,7 +65,7 @@
"tree-kill": "1.2.2",
"tslib": "2.6.2",
"undici": "5.27.2",
"vite": "4.5.0",
"vite": "4.5.1",
"webpack": "5.89.0",
"webpack-dev-middleware": "6.1.1",
"webpack-dev-server": "4.15.1",
Expand Down
16 changes: 12 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@
tslib "^2.3.0"

"@angular/bazel@https://github.com/angular/bazel-builds.git#e0f8ff88b58705956db7799fefe48a1b1986c1c1":
version "17.1.0-next.0+sha-c745ca2"
uid e0f8ff88b58705956db7799fefe48a1b1986c1c1
version "17.1.0-next.0"
resolved "https://github.com/angular/bazel-builds.git#e0f8ff88b58705956db7799fefe48a1b1986c1c1"
dependencies:
"@microsoft/api-extractor" "^7.24.2"
Expand All @@ -142,7 +141,6 @@

"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#9a252c6036fe7f3193d16d3c8bf27fbf2152995c":
version "0.0.0-bcf96bceec10f5c6806d49a6a0a80155d38f0c7b"
uid "9a252c6036fe7f3193d16d3c8bf27fbf2152995c"
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#9a252c6036fe7f3193d16d3c8bf27fbf2152995c"
dependencies:
"@angular-devkit/build-angular" "17.0.0-rc.4"
Expand Down Expand Up @@ -307,7 +305,6 @@

"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#070371eb7409a874924ac7b8acef214d30bb9df9":
version "0.0.0-bcf96bceec10f5c6806d49a6a0a80155d38f0c7b"
uid "070371eb7409a874924ac7b8acef214d30bb9df9"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#070371eb7409a874924ac7b8acef214d30bb9df9"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
Expand Down Expand Up @@ -12133,6 +12130,17 @@ [email protected]:
optionalDependencies:
fsevents "~2.3.2"

[email protected]:
version "4.5.1"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.1.tgz#3370986e1ed5dbabbf35a6c2e1fb1e18555b968a"
integrity sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==
dependencies:
esbuild "^0.18.10"
postcss "^8.4.27"
rollup "^3.27.1"
optionalDependencies:
fsevents "~2.3.2"

void-elements@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
Expand Down

0 comments on commit e7d7309

Please sign in to comment.