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

Commit

Permalink
release: v9.0.0-next.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vikerman committed Oct 23, 2019
1 parent 5d310ed commit cf30d4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nguniversal",
"main": "index.js",
"version": "9.0.0-next.5",
"version": "9.0.0-next.6",
"private": true,
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",
Expand Down
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.0.0-next.10"
NG_VERSION = "^9.0.0-next.12"
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-next.9"
DEVKIT_ARCHITECT_VERSION = "^0.900.0-next.9"
DEVKIT_CORE_VERSION = "^9.0.0-next.14"
DEVKIT_ARCHITECT_VERSION = "^0.900.0-next.14"
TSLIB_VERSION = "^1.9.0"

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

0 comments on commit cf30d4a

Please sign in to comment.