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

Commit 218b7c4

Browse files
committed
build: update Angular dependencies to v12.2.12
1 parent 7adc8f9 commit 218b7c4

File tree

3 files changed

+117
-172
lines changed

3 files changed

+117
-172
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.1202.11",
42-
"@angular-devkit/build-angular": "12.2.11",
43-
"@angular-devkit/core": "12.2.11",
44-
"@angular-devkit/schematics": "12.2.11",
45-
"@angular/animations": "12.2.11",
46-
"@angular/bazel": "12.2.11",
47-
"@angular/cli": "12.2.11",
48-
"@angular/common": "12.2.11",
49-
"@angular/compiler": "12.2.11",
50-
"@angular/compiler-cli": "12.2.11",
51-
"@angular/core": "12.2.11",
41+
"@angular-devkit/architect": "0.1202.12",
42+
"@angular-devkit/build-angular": "12.2.12",
43+
"@angular-devkit/core": "12.2.12",
44+
"@angular-devkit/schematics": "12.2.12",
45+
"@angular/animations": "12.2.12",
46+
"@angular/bazel": "12.2.12",
47+
"@angular/cli": "12.2.12",
48+
"@angular/common": "12.2.12",
49+
"@angular/compiler": "12.2.12",
50+
"@angular/compiler-cli": "12.2.12",
51+
"@angular/core": "12.2.12",
5252
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#b7fdfb81be3af1fcd3441579759e9f3503368f79",
53-
"@angular/platform-browser": "12.2.11",
54-
"@angular/platform-browser-dynamic": "12.2.11",
55-
"@angular/platform-server": "12.2.11",
56-
"@angular/router": "12.2.11",
57-
"@angular/service-worker": "12.2.11",
53+
"@angular/platform-browser": "12.2.12",
54+
"@angular/platform-browser-dynamic": "12.2.12",
55+
"@angular/platform-server": "12.2.12",
56+
"@angular/router": "12.2.12",
57+
"@angular/service-worker": "12.2.12",
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.2.11",
64+
"@schematics/angular": "12.2.12",
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.2.11"
33+
NG_VERSION = "^12.2.12"
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.2.11"
39-
DEVKIT_ARCHITECT_VERSION = "^0.1202.11"
40-
DEVKIT_BUILD_ANGULAR_VERSION = "^12.2.11"
38+
DEVKIT_CORE_VERSION = "^12.2.12"
39+
DEVKIT_ARCHITECT_VERSION = "^0.1202.12"
40+
DEVKIT_BUILD_ANGULAR_VERSION = "^12.2.12"
4141
TSLIB_VERSION = "^2.3.0"
4242

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

0 commit comments

Comments
 (0)