Skip to content

Commit

Permalink
build: update packages for release
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Feb 6, 2020
1 parent 5cd4d11 commit e05ca5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/defaults.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
**kwargs
)

NG_VERSION = "^9.0.0-rc.14"
NG_VERSION = "^9.0.0"
RXJS_VERSION = "^6.5.3"
HAPI_VERSION = "^18.4.0"
EXPRESS_VERSION = "^4.15.2"
EXPRESS_TYPES_VERSION = "^4.17.0"
DEVKIT_CORE_VERSION = "^9.0.0-rc.14"
DEVKIT_ARCHITECT_VERSION = "^0.900.0-rc.14"
TSLIB_VERSION = "^1.9.0"
DEVKIT_CORE_VERSION = "^9.0.0"
DEVKIT_ARCHITECT_VERSION = "^0.900.0"
TSLIB_VERSION = "^1.10.0"

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

0 comments on commit e05ca5d

Please sign in to comment.