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

Commit 697fe6d

Browse files
committed
build: update angular packages to 14.1.0-next
1 parent 320cfdc commit 697fe6d

File tree

3 files changed

+163
-856
lines changed

3 files changed

+163
-856
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@
3434
"@types/node": "^14.15.0"
3535
},
3636
"devDependencies": {
37-
"@angular-devkit/architect": "0.1400.1",
38-
"@angular-devkit/build-angular": "14.0.1",
39-
"@angular-devkit/core": "14.0.1",
40-
"@angular-devkit/schematics": "14.0.1",
41-
"@angular/animations": "14.0.1",
42-
"@angular/bazel": "14.0.1",
43-
"@angular/cli": "14.0.1",
44-
"@angular/common": "14.0.1",
45-
"@angular/compiler": "14.0.1",
46-
"@angular/compiler-cli": "14.0.1",
47-
"@angular/core": "14.0.1",
37+
"@angular-devkit/architect": "0.1401.0-next.0",
38+
"@angular-devkit/build-angular": "14.1.0-next.0",
39+
"@angular-devkit/core": "14.1.0-next.0",
40+
"@angular-devkit/schematics": "14.1.0-next.0",
41+
"@angular/animations": "14.1.0-next.0",
42+
"@angular/bazel": "14.1.0-next.0",
43+
"@angular/cli": "14.1.0-next.0",
44+
"@angular/common": "14.1.0-next.0",
45+
"@angular/compiler": "14.1.0-next.0",
46+
"@angular/compiler-cli": "14.1.0-next.0",
47+
"@angular/core": "14.1.0-next.0",
4848
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#fb0ce9d4c7f9a15e0351dc30f771993d757dc870",
49-
"@angular/platform-browser": "14.0.1",
50-
"@angular/platform-browser-dynamic": "14.0.1",
51-
"@angular/platform-server": "14.0.1",
52-
"@angular/router": "14.0.1",
53-
"@angular/service-worker": "14.0.1",
49+
"@angular/platform-browser": "14.1.0-next.0",
50+
"@angular/platform-browser-dynamic": "14.1.0-next.0",
51+
"@angular/platform-server": "14.1.0-next.0",
52+
"@angular/router": "14.1.0-next.0",
53+
"@angular/service-worker": "14.1.0-next.0",
5454
"@bazel/bazelisk": "1.11.0",
5555
"@bazel/buildifier": "5.1.0",
5656
"@bazel/concatjs": "5.5.0",
@@ -59,7 +59,7 @@
5959
"@bazel/jasmine": "5.5.0",
6060
"@rollup/plugin-commonjs": "^22.0.0",
6161
"@rollup/plugin-node-resolve": "^13.0.5",
62-
"@schematics/angular": "14.0.1",
62+
"@schematics/angular": "14.1.0-next.0",
6363
"@types/browser-sync": "^2.26.1",
6464
"@types/express": "~4.17.6",
6565
"@types/fs-extra": "^9.0.0",

tools/defaults.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ def ts_library(
4646
**kwargs
4747
)
4848

49-
NG_VERSION = "^14.0.0-next"
49+
NG_VERSION = "^14.1.0-next"
5050
RXJS_VERSION = "^6.5.5"
5151
EXPRESS_VERSION = "^4.15.2"
5252
EXPRESS_TYPES_VERSION = "^4.17.0"
53-
DEVKIT_CORE_VERSION = "^14.0.0-next"
53+
DEVKIT_CORE_VERSION = "^14.1.0-next"
5454
DEVKIT_ARCHITECT_VERSION = "^0.1400.0-next"
55-
DEVKIT_BUILD_ANGULAR_VERSION = "^14.0.0-next"
55+
DEVKIT_BUILD_ANGULAR_VERSION = "^14.1.0-next"
5656
TSLIB_VERSION = "^2.3.0"
5757

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

0 commit comments

Comments
 (0)