Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot committed May 24, 2024
1 parent c33629e commit a244574
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ yarn_install(

http_archive(
name = "aspect_bazel_lib",
sha256 = "87ab4ec479ebeb00d286266aca2068caeef1bb0b1765e8f71c7b6cfee6af4226",
strip_prefix = "bazel-lib-2.7.3",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.3/bazel-lib-v2.7.3.tar.gz",
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",
)

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@babel/preset-env": "7.24.5",
"@babel/runtime": "7.24.5",
"@bazel/bazelisk": "1.19.0",
"@bazel/buildifier": "7.1.1",
"@bazel/buildifier": "7.1.2",
"@bazel/concatjs": "5.8.1",
"@bazel/esbuild": "5.8.1",
"@bazel/jasmine": "5.8.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1433,10 +1433,10 @@
resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-6.3.3.tgz#ff21352ac9f72df6a53cc8ad9b862eb68918c1e9"
integrity sha512-0f5eNWhylZQbiTddfVkIXKkugQadzZdonLw4ur58oK4X+gIHOZ42Xv94sepu8Di9UWKFXNc4zxuuTiWM22hGvw==

"@bazel/[email protected].1":
version "7.1.1"
resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-7.1.1.tgz#dc7d6d27abda29ce79dac8afeec60aa23520711a"
integrity sha512-Up4m88XqBea01zvejR/1dNfFtEJp64f7kgodPUNtVOzHKt+CguVG8yTnyWAb/N0mI2ImrXVxgxglIWymfQRjqQ==
"@bazel/[email protected].2":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-7.1.2.tgz#3de3e4abf818e0071aedcda49b492ec616cf6cc0"
integrity sha512-YTljiDZV8wPPn68Ae/kYiuvgz/rP9Y+RC16zfbLCg5Yt2vdCs5VCXV0kFyxm7Jlsu+75D5O+LIAq4vpH9TaMtA==

"@bazel/[email protected]":
version "5.8.1"
Expand Down

0 comments on commit a244574

Please sign in to comment.