Skip to content

Commit

Permalink
fix: upgrade build file and module due to upgrade of semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
opicaud committed May 11, 2024
1 parent 8b0cf86 commit 90c2ae2
Show file tree
Hide file tree
Showing 6 changed files with 20,416 additions and 17,716 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @generated
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//hack:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
hack/pnpm-lock.yaml=-2098195870
hack/package.json=2023319273
hack/pnpm-lock.yaml=1790752561
hack/package.json=-1803578877
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ npm.npm_translate_lock(
pnpm_lock = "//hack:pnpm-lock.yaml",
update_pnpm_lock = True,
)
use_repo(npm, "npm", "npm__semantic-release__22.0.12")
use_repo(npm, "npm", "npm__semantic-release__23.0.5")

oci = use_extension("@rules_oci//oci:extensions.bzl", "oci")
oci.pull(
Expand Down
Loading

0 comments on commit 90c2ae2

Please sign in to comment.