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

Commit e05ca5d

Browse files
committed
build: update packages for release
1 parent 5cd4d11 commit e05ca5d

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
@@ -32,14 +32,14 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
3232
**kwargs
3333
)
3434

35-
NG_VERSION = "^9.0.0-rc.14"
35+
NG_VERSION = "^9.0.0"
3636
RXJS_VERSION = "^6.5.3"
3737
HAPI_VERSION = "^18.4.0"
3838
EXPRESS_VERSION = "^4.15.2"
3939
EXPRESS_TYPES_VERSION = "^4.17.0"
40-
DEVKIT_CORE_VERSION = "^9.0.0-rc.14"
41-
DEVKIT_ARCHITECT_VERSION = "^0.900.0-rc.14"
42-
TSLIB_VERSION = "^1.9.0"
40+
DEVKIT_CORE_VERSION = "^9.0.0"
41+
DEVKIT_ARCHITECT_VERSION = "^0.900.0"
42+
TSLIB_VERSION = "^1.10.0"
4343

4444
NGUNIVERSAL_SCOPED_PACKAGES = ["@nguniversal/%s" % p for p in [
4545
"aspnetcore-engine",

0 commit comments

Comments
 (0)