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:
Joey Perrott
2021-01-26 08:57:44 -08:00
committed by Jessica Janiuk
parent ffad040a96
commit 39b3cbbdf5
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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"],
)