Skip to content

Commit

Permalink
build: update version of Angular packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Mar 26, 2020
1 parent 9f51e03 commit d38b97e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/defaults.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
**kwargs
)

NG_VERSION = "^9.1.0-next.4"
NG_VERSION = "^9.1.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.1.0-next.3"
DEVKIT_ARCHITECT_VERSION = "^0.901.0-next.3"
DEVKIT_CORE_VERSION = "^9.1.0"
DEVKIT_ARCHITECT_VERSION = "^0.901.0"
TSLIB_VERSION = "^1.10.0"

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

0 comments on commit d38b97e

Please sign in to comment.