mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
build: update all non-major dependencies
This commit is contained in:
parent
8ae395850e
commit
bec677c9c2
@ -130,9 +130,9 @@ yarn_install(
|
||||
|
||||
http_archive(
|
||||
name = "aspect_bazel_lib",
|
||||
sha256 = "b59781939f40c8bf148f4a71bd06e3027e15e40e98143ea5688b83531ec8528f",
|
||||
strip_prefix = "bazel-lib-2.7.6",
|
||||
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.6/bazel-lib-v2.7.6.tar.gz",
|
||||
sha256 = "6d758a8f646ecee7a3e294fbe4386daafbe0e5966723009c290d493f227c390b",
|
||||
strip_prefix = "bazel-lib-2.7.7",
|
||||
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.7/bazel-lib-v2.7.7.tar.gz",
|
||||
)
|
||||
|
||||
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")
|
||||
|
@ -204,7 +204,7 @@
|
||||
"undici": "6.18.1",
|
||||
"verdaccio": "5.31.0",
|
||||
"verdaccio-auth-memory": "^10.0.0",
|
||||
"vite": "5.2.11",
|
||||
"vite": "5.2.12",
|
||||
"watchpack": "2.4.1",
|
||||
"webpack": "5.91.0",
|
||||
"webpack-dev-middleware": "7.2.1",
|
||||
|
@ -41,7 +41,7 @@
|
||||
"sass": "1.77.2",
|
||||
"semver": "7.6.2",
|
||||
"undici": "6.18.1",
|
||||
"vite": "5.2.11",
|
||||
"vite": "5.2.12",
|
||||
"watchpack": "2.4.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -63,7 +63,7 @@
|
||||
"tree-kill": "1.2.2",
|
||||
"tslib": "2.6.2",
|
||||
"undici": "6.18.1",
|
||||
"vite": "5.2.11",
|
||||
"vite": "5.2.12",
|
||||
"watchpack": "2.4.1",
|
||||
"webpack": "5.91.0",
|
||||
"webpack-dev-middleware": "7.2.1",
|
||||
|
11
yarn.lock
11
yarn.lock
@ -14409,6 +14409,17 @@ vite@5.2.11:
|
||||
optionalDependencies:
|
||||
fsevents "~2.3.3"
|
||||
|
||||
vite@5.2.12:
|
||||
version "5.2.12"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.12.tgz#3536c93c58ba18edea4915a2ac573e6537409d97"
|
||||
integrity sha512-/gC8GxzxMK5ntBwb48pR32GGhENnjtY30G4A0jemunsBkiEZFw60s8InGpN8gkhHEkjnRK1aSAxeQgwvFhUHAA==
|
||||
dependencies:
|
||||
esbuild "^0.20.1"
|
||||
postcss "^8.4.38"
|
||||
rollup "^4.13.0"
|
||||
optionalDependencies:
|
||||
fsevents "~2.3.3"
|
||||
|
||||
void-elements@^2.0.0:
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
|
||||
|
Loading…
x
Reference in New Issue
Block a user