build: update .bazelversion (#40579)
Update to the latest version of bazel. `4.0.0` introduced a breaking change on unnecessary backslashes and these instance are corrected in this change. PR Close #40579
This commit is contained in:
committed by
Jessica Janiuk
parent
ffad040a96
commit
39b3cbbdf5
@@ -23,7 +23,7 @@ pkg_npm(
|
||||
# dependencies in case require was called.
|
||||
# We don't actually import anything in the locale code so we can
|
||||
# null out the require reference passed into the module.
|
||||
"factory\(require, exports\)": "factory(null, exports)",
|
||||
"factory\\(require, exports\\)": "factory(null, exports)",
|
||||
},
|
||||
deps = [":locales"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user