Skip to content

Commit

Permalink
build: update to TypeScript 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Aug 26, 2020
1 parent e47dbc8 commit b8a0040
Show file tree
Hide file tree
Showing 3 changed files with 729 additions and 590 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,29 +42,29 @@
"@types/node": "12.12.37"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1000.5",
"@angular-devkit/build-angular": "^0.1000.5",
"@angular-devkit/core": "^10.0.5",
"@angular-devkit/schematics": "^10.0.5",
"@angular/animations": "^10.0.8",
"@angular/bazel": "^10.0.8",
"@angular/cli": "^10.0.5",
"@angular/common": "^10.0.8",
"@angular/compiler": "^10.0.8",
"@angular/compiler-cli": "^10.0.8",
"@angular/core": "^10.0.8",
"@angular/platform-browser": "^10.0.8",
"@angular/platform-browser-dynamic": "^10.0.8",
"@angular/platform-server": "^10.0.8",
"@angular/router": "^10.0.8",
"@angular-devkit/architect": "^0.1001.0-next.7",
"@angular-devkit/build-angular": "^0.1001.0-next.7",
"@angular-devkit/core": "^10.1.0-next.7",
"@angular-devkit/schematics": "^10.1.0-next.7",
"@angular/animations": "^10.1.0-next.8",
"@angular/bazel": "^10.1.0-next.8",
"@angular/cli": "^10.1.0-next.7",
"@angular/common": "^10.1.0-next.8",
"@angular/compiler": "^10.1.0-next.8",
"@angular/compiler-cli": "^10.1.0-next.8",
"@angular/core": "^10.1.0-next.8",
"@angular/platform-browser": "^10.1.0-next.8",
"@angular/platform-browser-dynamic": "^10.1.0-next.8",
"@angular/platform-server": "^10.1.0-next.8",
"@angular/router": "^10.1.0-next.8",
"@bazel/bazelisk": "1.5.0",
"@bazel/buildifier": "^3.0.0",
"@bazel/hide-bazel-files": "~1.7.0",
"@bazel/ibazel": "^0.13.0",
"@bazel/jasmine": "~1.7.0",
"@bazel/typescript": "~1.7.0",
"@hapi/hapi": "^18.4.0",
"@schematics/angular": "^10.0.5",
"@schematics/angular": "^10.1.0-next.7",
"@types/browser-sync": "^2.26.1",
"@types/express": "~4.17.6",
"@types/fs-extra": "^9.0.0",
Expand Down Expand Up @@ -96,7 +96,7 @@
"tslib": "~2.0.0",
"tslint": "^6.0.0",
"tsutils": "^3.0.0",
"typescript": "~3.9.5",
"typescript": "~4.0.2",
"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 @@ -31,13 +31,13 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
**kwargs
)

NG_VERSION = "^10.0.8"
NG_VERSION = "^10.1.0-next.8"
RXJS_VERSION = "^6.5.5"
HAPI_VERSION = "^18.4.0"
EXPRESS_VERSION = "^4.15.2"
EXPRESS_TYPES_VERSION = "^4.17.0"
DEVKIT_CORE_VERSION = "^10.0.5"
DEVKIT_ARCHITECT_VERSION = "^0.1000.5"
DEVKIT_CORE_VERSION = "^10.1.0-next.6"
DEVKIT_ARCHITECT_VERSION = "^0.1001.0-next.6"
TSLIB_VERSION = "^2.0.0"

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

0 comments on commit b8a0040

Please sign in to comment.