You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix npm deployment failing with auth errors (#151)
## What is the goal of this PR?
We fixed a bug where the package deployment to npm would fail with an authentication error.
## What are the changes implemented in this PR?
Update dependencies
Copy file name to clipboardExpand all lines: dependencies/vaticle/repositories.bzl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,5 +21,5 @@ def vaticle_dependencies():
21
21
git_repository(
22
22
name="vaticle_dependencies",
23
23
remote="https://github.com/vaticle/dependencies",
24
-
commit="5c899ccd7ecf2fb571c262c013881b54de1055cd", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
24
+
commit="729f0de2d37a9109893a9b16a9a78dde452e2f67", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
0 commit comments