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

Commit d948bcb

Browse files
committed
build: update Angular version to 13.1
(cherry picked from commit 2f29b71)
1 parent 7f87274 commit d948bcb

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
@@ -46,14 +46,14 @@ def ts_library(
4646
**kwargs
4747
)
4848

49-
NG_VERSION = "^13.0.1"
49+
NG_VERSION = "^13.1.0"
5050
RXJS_VERSION = "^6.5.5"
5151
HAPI_VERSION = "^18.4.0"
5252
EXPRESS_VERSION = "^4.15.2"
5353
EXPRESS_TYPES_VERSION = "^4.17.0"
54-
DEVKIT_CORE_VERSION = "^13.0.2"
55-
DEVKIT_ARCHITECT_VERSION = "^0.1300.2"
56-
DEVKIT_BUILD_ANGULAR_VERSION = "^13.0.2"
54+
DEVKIT_CORE_VERSION = "^13.1.0"
55+
DEVKIT_ARCHITECT_VERSION = "^0.1301.0"
56+
DEVKIT_BUILD_ANGULAR_VERSION = "^13.1.0"
5757
TSLIB_VERSION = "^2.3.0"
5858

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

0 commit comments

Comments
 (0)