Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 8284572

Browse files
committed
chore: update Bazel deps to v12.1.0
This is for the first commit of the [release process](https://github.com/angular/universal/blob/4f9c6bafbfeeef17a3f66c5952135d9514c62dea/docs/process/release.md) for `v12.1.0`. `package.json` was already updated to use Angular `v12.1.0` deps by Rennovate, so nothing to do there.
1 parent 4f9c6ba commit 8284572

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/defaults.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
3030
**kwargs
3131
)
3232

33-
NG_VERSION = "^12.1.0-next.5"
33+
NG_VERSION = "^12.1.0"
3434
RXJS_VERSION = "^6.5.5"
3535
HAPI_VERSION = "^18.4.0"
3636
EXPRESS_VERSION = "^4.15.2"
3737
EXPRESS_TYPES_VERSION = "^4.17.0"
38-
DEVKIT_CORE_VERSION = "^12.1.0-next.5"
39-
DEVKIT_ARCHITECT_VERSION = "^0.1201.0-next.5"
40-
DEVKIT_BUILD_ANGULAR_VERSION = "^12.1.0-next.5"
38+
DEVKIT_CORE_VERSION = "^12.1.0"
39+
DEVKIT_ARCHITECT_VERSION = "^0.1201.0"
40+
DEVKIT_BUILD_ANGULAR_VERSION = "^12.1.0"
4141
TSLIB_VERSION = "^2.3.0"
4242

4343
NGUNIVERSAL_SCOPED_PACKAGES = ["@nguniversal/%s" % p for p in [

0 commit comments

Comments
 (0)