Skip to content

Commit

Permalink
build: update angula packages to version 10 rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed May 22, 2020
1 parent 1c0caa4 commit b4e8972
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 211 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,29 +42,29 @@
"@types/node": "^12.11.1"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1000.0-next.6",
"@angular-devkit/build-angular": "^0.1000.0-next.6",
"@angular-devkit/core": "^10.0.0-next.6",
"@angular-devkit/schematics": "^10.0.0-next.6",
"@angular/animations": "^10.0.0-next.9",
"@angular/bazel": "^10.0.0-next.9",
"@angular/cli": "^10.0.0-next.6",
"@angular/common": "^10.0.0-next.9",
"@angular/compiler": "^10.0.0-next.9",
"@angular/compiler-cli": "^10.0.0-next.9",
"@angular/core": "^10.0.0-next.9",
"@angular/platform-browser": "^10.0.0-next.9",
"@angular/platform-browser-dynamic": "^10.0.0-next.9",
"@angular/platform-server": "^10.0.0-next.9",
"@angular/router": "^10.0.0-next.9",
"@angular-devkit/architect": "^0.1000.0-rc.0",
"@angular-devkit/build-angular": "^0.1000.0-rc.0",
"@angular-devkit/core": "^10.0.0-rc.0",
"@angular-devkit/schematics": "^10.0.0-rc.0",
"@angular/animations": "^10.0.0-rc.0",
"@angular/bazel": "^10.0.0-rc.0",
"@angular/cli": "^10.0.0-rc.0",
"@angular/common": "^10.0.0-rc.0",
"@angular/compiler": "^10.0.0-rc.0",
"@angular/compiler-cli": "^10.0.0-rc.0",
"@angular/core": "^10.0.0-rc.0",
"@angular/platform-browser": "^10.0.0-rc.0",
"@angular/platform-browser-dynamic": "^10.0.0-rc.0",
"@angular/platform-server": "^10.0.0-rc.0",
"@angular/router": "^10.0.0-rc.0",
"@bazel/bazel": "2.1.0",
"@bazel/buildifier": "^3.0.0",
"@bazel/hide-bazel-files": "~1.6.0",
"@bazel/ibazel": "^0.13.0",
"@bazel/jasmine": "~1.6.0",
"@bazel/typescript": "~1.6.0",
"@hapi/hapi": "^18.4.0",
"@schematics/angular": "^10.0.0-next.6",
"@schematics/angular": "^10.0.0-rc.0",
"@types/browser-sync": "^2.26.1",
"@types/express": "4.17.6",
"@types/express-serve-static-core": "4.17.7",
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.0-next.9"
NG_VERSION = "^10.0.0-rc.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 = "^10.0.0-next.6"
DEVKIT_ARCHITECT_VERSION = "^0.1000.0-next.6"
DEVKIT_CORE_VERSION = "^10.0.0-rc.0"
DEVKIT_ARCHITECT_VERSION = "^0.1000.0-rc.0"
TSLIB_VERSION = "^2.0.0"

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

0 comments on commit b4e8972

Please sign in to comment.