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

Commit 756d0b1

Browse files
committed
build: update Angular packages to 10.1.0-rc.0
1 parent 0eb7253 commit 756d0b1

File tree

3 files changed

+128
-128
lines changed

3 files changed

+128
-128
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,29 +42,29 @@
4242
"@types/node": "12.12.37"
4343
},
4444
"devDependencies": {
45-
"@angular-devkit/architect": "^0.1001.0-next.7",
46-
"@angular-devkit/build-angular": "^0.1001.0-next.7",
47-
"@angular-devkit/core": "^10.1.0-next.7",
48-
"@angular-devkit/schematics": "^10.1.0-next.7",
49-
"@angular/animations": "^10.1.0-next.8",
50-
"@angular/bazel": "^10.1.0-next.8",
51-
"@angular/cli": "^10.1.0-next.7",
52-
"@angular/common": "^10.1.0-next.8",
53-
"@angular/compiler": "^10.1.0-next.8",
54-
"@angular/compiler-cli": "^10.1.0-next.8",
55-
"@angular/core": "^10.1.0-next.8",
56-
"@angular/platform-browser": "^10.1.0-next.8",
57-
"@angular/platform-browser-dynamic": "^10.1.0-next.8",
58-
"@angular/platform-server": "^10.1.0-next.8",
59-
"@angular/router": "^10.1.0-next.8",
45+
"@angular-devkit/architect": "^0.1001.0-rc.0",
46+
"@angular-devkit/build-angular": "^0.1001.0-rc.0",
47+
"@angular-devkit/core": "^10.1.0-rc.0",
48+
"@angular-devkit/schematics": "^10.1.0-rc.0",
49+
"@angular/animations": "^10.1.0-rc.0",
50+
"@angular/bazel": "^10.1.0-rc.0",
51+
"@angular/cli": "^10.1.0-rc.0",
52+
"@angular/common": "^10.1.0-rc.0",
53+
"@angular/compiler": "^10.1.0-rc.0",
54+
"@angular/compiler-cli": "^10.1.0-rc.0",
55+
"@angular/core": "^10.1.0-rc.0",
56+
"@angular/platform-browser": "^10.1.0-rc.0",
57+
"@angular/platform-browser-dynamic": "^10.1.0-rc.0",
58+
"@angular/platform-server": "^10.1.0-rc.0",
59+
"@angular/router": "^10.1.0-rc.0",
6060
"@bazel/bazelisk": "1.5.0",
6161
"@bazel/buildifier": "^3.0.0",
6262
"@bazel/hide-bazel-files": "~1.7.0",
6363
"@bazel/ibazel": "^0.13.0",
6464
"@bazel/jasmine": "~1.7.0",
6565
"@bazel/typescript": "~1.7.0",
6666
"@hapi/hapi": "^18.4.0",
67-
"@schematics/angular": "^10.1.0-next.7",
67+
"@schematics/angular": "^10.1.0-rc.0",
6868
"@types/browser-sync": "^2.26.1",
6969
"@types/express": "~4.17.6",
7070
"@types/fs-extra": "^9.0.0",

tools/defaults.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
3131
**kwargs
3232
)
3333

34-
NG_VERSION = "^10.1.0-next.8"
34+
NG_VERSION = "^10.1.0-rc.0"
3535
RXJS_VERSION = "^6.5.5"
3636
HAPI_VERSION = "^18.4.0"
3737
EXPRESS_VERSION = "^4.15.2"
3838
EXPRESS_TYPES_VERSION = "^4.17.0"
39-
DEVKIT_CORE_VERSION = "^10.1.0-next.6"
40-
DEVKIT_ARCHITECT_VERSION = "^0.1001.0-next.6"
39+
DEVKIT_CORE_VERSION = "^10.1.0-rc.0"
40+
DEVKIT_ARCHITECT_VERSION = "^0.1001.0-rc.0"
4141
TSLIB_VERSION = "^2.0.0"
4242

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

0 commit comments

Comments
 (0)