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

Commit acf7d66

Browse files
committed
chore: update deps
This updates to the latest Angular versions for the upcoming `12.1.1` release of Universal.
1 parent 00cc596 commit acf7d66

File tree

3 files changed

+874
-483
lines changed

3 files changed

+874
-483
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,30 +38,30 @@
3838
"@types/node": "12.12.37"
3939
},
4040
"devDependencies": {
41-
"@angular-devkit/architect": "0.1201.0",
42-
"@angular-devkit/build-angular": "12.1.0",
43-
"@angular-devkit/core": "12.1.0",
44-
"@angular-devkit/schematics": "12.1.0",
45-
"@angular/animations": "12.1.0",
46-
"@angular/bazel": "12.1.0",
47-
"@angular/cli": "12.1.0",
48-
"@angular/common": "12.1.0",
49-
"@angular/compiler": "12.1.0",
50-
"@angular/compiler-cli": "12.1.0",
51-
"@angular/core": "12.1.0",
41+
"@angular-devkit/architect": "0.1202.7",
42+
"@angular-devkit/build-angular": "12.2.7",
43+
"@angular-devkit/core": "12.2.7",
44+
"@angular-devkit/schematics": "12.2.7",
45+
"@angular/animations": "12.2.7",
46+
"@angular/bazel": "12.2.7",
47+
"@angular/cli": "12.2.7",
48+
"@angular/common": "12.2.7",
49+
"@angular/compiler": "12.2.7",
50+
"@angular/compiler-cli": "12.2.7",
51+
"@angular/core": "12.2.7",
5252
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#b7fdfb81be3af1fcd3441579759e9f3503368f79",
53-
"@angular/platform-browser": "12.1.0",
54-
"@angular/platform-browser-dynamic": "12.1.0",
55-
"@angular/platform-server": "12.1.0",
56-
"@angular/router": "12.1.0",
57-
"@angular/service-worker": "12.1.0",
53+
"@angular/platform-browser": "12.2.7",
54+
"@angular/platform-browser-dynamic": "12.2.7",
55+
"@angular/platform-server": "12.2.7",
56+
"@angular/router": "12.2.7",
57+
"@angular/service-worker": "12.2.7",
5858
"@bazel/bazelisk": "1.9.0",
5959
"@bazel/buildifier": "4.0.1",
6060
"@bazel/ibazel": "0.15.10",
6161
"@bazel/jasmine": "3.6.0",
6262
"@bazel/typescript": "3.6.0",
6363
"@hapi/hapi": "^18.4.0",
64-
"@schematics/angular": "12.1.0",
64+
"@schematics/angular": "12.2.7",
6565
"@types/browser-sync": "^2.26.1",
6666
"@types/express": "~4.17.6",
6767
"@types/fs-extra": "^9.0.0",

tools/defaults.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
3030
**kwargs
3131
)
3232

33-
NG_VERSION = "^12.1.0"
33+
NG_VERSION = "^12.2.7"
3434
RXJS_VERSION = "^6.5.5"
3535
HAPI_VERSION = "^18.4.0"
3636
EXPRESS_VERSION = "^4.15.2"
3737
EXPRESS_TYPES_VERSION = "^4.17.0"
38-
DEVKIT_CORE_VERSION = "^12.1.0"
39-
DEVKIT_ARCHITECT_VERSION = "^0.1201.0"
40-
DEVKIT_BUILD_ANGULAR_VERSION = "^12.1.0"
38+
DEVKIT_CORE_VERSION = "^12.2.7"
39+
DEVKIT_ARCHITECT_VERSION = "^0.1202.7"
40+
DEVKIT_BUILD_ANGULAR_VERSION = "^12.2.7"
4141
TSLIB_VERSION = "^2.3.0"
4242

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

0 commit comments

Comments
 (0)