Skip to content

Commit

Permalink
build: update to typescript 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Mar 19, 2020
1 parent 9d09d79 commit 7daffec
Show file tree
Hide file tree
Showing 3 changed files with 952 additions and 869 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@
"@types/node": "^12.11.1"
},
"devDependencies": {
"@angular-devkit/architect": "^0.900.3",
"@angular-devkit/build-angular": "^0.900.3",
"@angular-devkit/core": "^9.0.3",
"@angular-devkit/schematics": "^9.0.3",
"@angular/animations": "^9.0.2",
"@angular/bazel": "^9.0.2",
"@angular/cli": "^9.0.2",
"@angular/common": "^9.0.2",
"@angular/compiler": "^9.0.2",
"@angular/compiler-cli": "^9.0.2",
"@angular/core": "^9.0.2",
"@angular/platform-browser": "^9.0.2",
"@angular/platform-browser-dynamic": "^9.0.2",
"@angular/platform-server": "^9.0.2",
"@angular/router": "^9.0.2",
"@angular-devkit/architect": "^0.901.0-next.3",
"@angular-devkit/build-angular": "^0.901.0-next.3",
"@angular-devkit/core": "^9.1.0-next.3",
"@angular-devkit/schematics": "^9.1.0-next.3",
"@angular/animations": "^9.1.0-next.4",
"@angular/bazel": "^9.1.0-next.4",
"@angular/cli": "^9.1.0-next.3",
"@angular/common": "^9.1.0-next.4",
"@angular/compiler": "^9.1.0-next.4",
"@angular/compiler-cli": "^9.1.0-next.4",
"@angular/core": "^9.1.0-next.4",
"@angular/platform-browser": "^9.1.0-next.4",
"@angular/platform-browser-dynamic": "^9.1.0-next.4",
"@angular/platform-server": "^9.1.0-next.4",
"@angular/router": "^9.1.0-next.4",
"@bazel/bazel": "2.1.0",
"@bazel/buildifier": "^2.0.0",
"@bazel/hide-bazel-files": "~1.4.0",
Expand All @@ -64,7 +64,7 @@
"@bazel/karma": "~1.4.0",
"@bazel/typescript": "~1.4.0",
"@hapi/hapi": "^18.4.0",
"@schematics/angular": "^9.0.3",
"@schematics/angular": "^9.1.0-next.3",
"@types/browser-sync": "^2.26.1",
"@types/express": "4.17.3",
"@types/express-serve-static-core": "4.17.2",
Expand Down Expand Up @@ -101,7 +101,7 @@
"tslib": "~1.11.0",
"tslint": "^6.0.0",
"tsutils": "^3.0.0",
"typescript": "~3.7.4",
"typescript": "~3.8.3",
"xhr2": "^0.2.0",
"zone.js": "^0.10.2"
}
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.6"
NG_VERSION = "^9.1.0-next.4"
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.6"
DEVKIT_ARCHITECT_VERSION = "^0.900.6"
DEVKIT_CORE_VERSION = "^9.1.0-next.3"
DEVKIT_ARCHITECT_VERSION = "^0.901.0-next.3"
TSLIB_VERSION = "^1.10.0"

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

0 comments on commit 7daffec

Please sign in to comment.