Skip to content

Commit b4e4700

Browse files
committed
build: update shared dev-infra package version and install CLI packages
Updates the shared dev-infra package to the latest version which comes with a Bazel rule for running integration tests. We also install the CLI which we are going to test within some integration tests that are added at a later time.
1 parent 8d4b056 commit b4e4700

File tree

2 files changed

+3379
-145
lines changed

2 files changed

+3379
-145
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,14 @@
6666
"zone.js": "~0.11.3"
6767
},
6868
"devDependencies": {
69+
"@angular-devkit/build-angular": "13.0.0-next.7",
6970
"@angular-devkit/build-optimizer": "0.1300.0-next.7",
7071
"@angular-devkit/core": "13.0.0-next.7",
7172
"@angular-devkit/schematics": "13.0.0-next.7",
7273
"@angular/bazel": "13.0.0-next.15",
74+
"@angular/cli": "13.0.0-next.7",
7375
"@angular/compiler-cli": "13.0.0-next.15",
74-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#e674228281ff6ac4d21779070b090e8a8bde9e69",
76+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#26d2e72c0311590097861c87319ba8acbd898f63",
7577
"@angular/localize": "13.0.0-next.15",
7678
"@angular/platform-browser-dynamic": "13.0.0-next.15",
7779
"@angular/platform-server": "13.0.0-next.15",

0 commit comments

Comments
 (0)