Skip to content

Commit b8c6338

Browse files
committed
build: update angular
1 parent 346ad54 commit b8c6338

File tree

8 files changed

+171
-238
lines changed

8 files changed

+171
-238
lines changed

.github/workflows/assistant-to-the-branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@fc5ef0f362c3b0373a012b58ae1bde6def471c27
19+
- uses: angular/dev-infra/github-actions/branch-manager@c2d0fc40044e7129a986ccf88965a0cb452db01c
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Initialize environment
24-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
2525
- name: Install node modules
2626
run: yarn install --immutable
2727
- name: Generate JSON schema types
@@ -42,11 +42,11 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Initialize environment
45-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
4646
- name: Setup Bazel
47-
uses: angular/dev-infra/github-actions/bazel/setup@fc5ef0f362c3b0373a012b58ae1bde6def471c27
47+
uses: angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
4848
- name: Setup Bazel RBE
49-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc5ef0f362c3b0373a012b58ae1bde6def471c27
49+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c2d0fc40044e7129a986ccf88965a0cb452db01c
5050
- name: Install node modules
5151
run: yarn install --immutable
5252
- name: Build release targets
@@ -56,11 +56,11 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- name: Initialize environment
59-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
59+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
6060
- name: Setup Bazel
61-
uses: angular/dev-infra/github-actions/bazel/setup@fc5ef0f362c3b0373a012b58ae1bde6def471c27
61+
uses: angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
6262
- name: Setup Bazel RBE
63-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc5ef0f362c3b0373a012b58ae1bde6def471c27
63+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c2d0fc40044e7129a986ccf88965a0cb452db01c
6464
- name: Install node modules
6565
run: yarn install --immutable
6666
- name: Run module tests
@@ -92,13 +92,13 @@ jobs:
9292
runs-on: ${{ matrix.os }}
9393
steps:
9494
- name: Initialize environment
95-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
95+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
9696
- name: Install node modules
9797
run: yarn install --immutable
9898
- name: Setup Bazel
99-
uses: angular/dev-infra/github-actions/bazel/setup@fc5ef0f362c3b0373a012b58ae1bde6def471c27
99+
uses: angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
100100
- name: Setup Bazel RBE
101-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc5ef0f362c3b0373a012b58ae1bde6def471c27
101+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c2d0fc40044e7129a986ccf88965a0cb452db01c
102102
- name: Run CLI E2E tests
103103
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
104104

@@ -113,13 +113,13 @@ jobs:
113113
runs-on: ${{ matrix.os }}
114114
steps:
115115
- name: Initialize environment
116-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
116+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
117117
- name: Install node modules
118118
run: yarn install --immutable
119119
- name: Setup Bazel
120-
uses: angular/dev-infra/github-actions/bazel/setup@fc5ef0f362c3b0373a012b58ae1bde6def471c27
120+
uses: angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
121121
- name: Setup Bazel RBE
122-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc5ef0f362c3b0373a012b58ae1bde6def471c27
122+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c2d0fc40044e7129a986ccf88965a0cb452db01c
123123
- name: Run CLI E2E tests
124124
run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
125125

@@ -134,13 +134,13 @@ jobs:
134134
runs-on: ${{ matrix.os }}
135135
steps:
136136
- name: Initialize environment
137-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
137+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
138138
- name: Install node modules
139139
run: yarn install --immutable
140140
- name: Setup Bazel
141-
uses: angular/dev-infra/github-actions/bazel/setup@fc5ef0f362c3b0373a012b58ae1bde6def471c27
141+
uses: angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
142142
- name: Setup Bazel RBE
143-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc5ef0f362c3b0373a012b58ae1bde6def471c27
143+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c2d0fc40044e7129a986ccf88965a0cb452db01c
144144
- name: Run CLI E2E tests
145145
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
146146

@@ -151,13 +151,13 @@ jobs:
151151
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
152152
steps:
153153
- name: Initialize environment
154-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
154+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
155155
- name: Install node modules
156156
run: yarn install --immutable
157157
- name: Setup Bazel
158-
uses: angular/dev-infra/github-actions/bazel/setup@fc5ef0f362c3b0373a012b58ae1bde6def471c27
158+
uses: angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
159159
- name: Setup Bazel RBE
160-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc5ef0f362c3b0373a012b58ae1bde6def471c27
160+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c2d0fc40044e7129a986ccf88965a0cb452db01c
161161
- name: Run E2E Browser tests
162162
env:
163163
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -184,11 +184,11 @@ jobs:
184184
CIRCLE_BRANCH: ${{ github.ref_name }}
185185
steps:
186186
- name: Initialize environment
187-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
187+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
188188
- name: Install node modules
189189
run: yarn install --immutable
190190
- name: Setup Bazel
191-
uses: angular/dev-infra/github-actions/bazel/setup@fc5ef0f362c3b0373a012b58ae1bde6def471c27
191+
uses: angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
192192
- run: yarn admin snapshots --verbose
193193
env:
194194
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@fc5ef0f362c3b0373a012b58ae1bde6def471c27
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c2d0fc40044e7129a986ccf88965a0cb452db01c
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1919
post_approval_changes:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@fc5ef0f362c3b0373a012b58ae1bde6def471c27
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@c2d0fc40044e7129a986ccf88965a0cb452db01c
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/feature-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
if: github.repository == 'angular/angular-cli'
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: angular/dev-infra/github-actions/feature-request@fc5ef0f362c3b0373a012b58ae1bde6def471c27
19+
- uses: angular/dev-infra/github-actions/feature-request@c2d0fc40044e7129a986ccf88965a0cb452db01c
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/pr.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Initialize environment
37-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
3838
- name: Setup ESLint Caching
3939
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
4040
with:
@@ -54,7 +54,7 @@ jobs:
5454
- name: Run Validation
5555
run: yarn admin validate
5656
- name: Check Package Licenses
57-
uses: angular/dev-infra/github-actions/linting/licenses@fc5ef0f362c3b0373a012b58ae1bde6def471c27
57+
uses: angular/dev-infra/github-actions/linting/licenses@c2d0fc40044e7129a986ccf88965a0cb452db01c
5858
with:
5959
allow-dependencies-licenses: 'pkg:npm/thingies@1.21.0'
6060
- name: Check tooling setup
@@ -72,11 +72,11 @@ jobs:
7272
runs-on: ubuntu-latest
7373
steps:
7474
- name: Initialize environment
75-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
75+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
7676
- name: Setup Bazel
77-
uses: angular/dev-infra/github-actions/bazel/setup@fc5ef0f362c3b0373a012b58ae1bde6def471c27
77+
uses: angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
7878
- name: Setup Bazel RBE
79-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc5ef0f362c3b0373a012b58ae1bde6def471c27
79+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c2d0fc40044e7129a986ccf88965a0cb452db01c
8080
- name: Install node modules
8181
run: yarn install --immutable
8282
- name: Build release targets
@@ -92,11 +92,11 @@ jobs:
9292
runs-on: ubuntu-latest
9393
steps:
9494
- name: Initialize environment
95-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
95+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
9696
- name: Setup Bazel
97-
uses: angular/dev-infra/github-actions/bazel/setup@fc5ef0f362c3b0373a012b58ae1bde6def471c27
97+
uses: angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
9898
- name: Setup Bazel RBE
99-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc5ef0f362c3b0373a012b58ae1bde6def471c27
99+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c2d0fc40044e7129a986ccf88965a0cb452db01c
100100
- name: Install node modules
101101
run: yarn install --immutable
102102
- name: Run module tests
@@ -115,13 +115,13 @@ jobs:
115115
runs-on: ${{ matrix.os }}
116116
steps:
117117
- name: Initialize environment
118-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
118+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
119119
- name: Install node modules
120120
run: yarn install --immutable
121121
- name: Setup Bazel
122-
uses: angular/dev-infra/github-actions/bazel/setup@fc5ef0f362c3b0373a012b58ae1bde6def471c27
122+
uses: angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
123123
- name: Setup Bazel RBE
124-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc5ef0f362c3b0373a012b58ae1bde6def471c27
124+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c2d0fc40044e7129a986ccf88965a0cb452db01c
125125
- name: Run CLI E2E tests
126126
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
127127

@@ -136,13 +136,13 @@ jobs:
136136
runs-on: ${{ matrix.os }}
137137
steps:
138138
- name: Initialize environment
139-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
139+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
140140
- name: Install node modules
141141
run: yarn install --immutable
142142
- name: Setup Bazel
143-
uses: angular/dev-infra/github-actions/bazel/setup@fc5ef0f362c3b0373a012b58ae1bde6def471c27
143+
uses: angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
144144
- name: Setup Bazel RBE
145-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc5ef0f362c3b0373a012b58ae1bde6def471c27
145+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c2d0fc40044e7129a986ccf88965a0cb452db01c
146146
- name: Run CLI E2E tests
147147
run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
148148

@@ -159,12 +159,12 @@ jobs:
159159
runs-on: ${{ matrix.os }}
160160
steps:
161161
- name: Initialize environment
162-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fc5ef0f362c3b0373a012b58ae1bde6def471c27
162+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@c2d0fc40044e7129a986ccf88965a0cb452db01c
163163
- name: Install node modules
164164
run: yarn install --immutable
165165
- name: Setup Bazel
166-
uses: angular/dev-infra/github-actions/bazel/setup@fc5ef0f362c3b0373a012b58ae1bde6def471c27
166+
uses: angular/dev-infra/github-actions/bazel/setup@c2d0fc40044e7129a986ccf88965a0cb452db01c
167167
- name: Setup Bazel RBE
168-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fc5ef0f362c3b0373a012b58ae1bde6def471c27
168+
uses: angular/dev-infra/github-actions/bazel/configure-remote@c2d0fc40044e7129a986ccf88965a0cb452db01c
169169
- name: Run CLI E2E tests
170170
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@ampproject/remapping": "2.3.0",
5555
"@angular/animations": "18.2.0-next.0",
5656
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=71bd2e043e076365effdb6076f33b2d8d6bd6d02#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
57-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#0facc65ef149dbae556c9825a2d7ecf8c8c0c152",
57+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#db6250409bd88010f8e6d43f575aab30934c86d7",
5858
"@angular/cdk": "18.1.0",
5959
"@angular/common": "18.2.0-next.0",
6060
"@angular/compiler": "18.2.0-next.0",
@@ -63,7 +63,7 @@
6363
"@angular/forms": "18.2.0-next.0",
6464
"@angular/localize": "18.2.0-next.0",
6565
"@angular/material": "18.1.0",
66-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9884c913ae31e81ab2c869f0f1123136055d3424",
66+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#78558ea2af28cac705193cb716295622281a207c",
6767
"@angular/platform-browser": "18.2.0-next.0",
6868
"@angular/platform-browser-dynamic": "18.2.0-next.0",
6969
"@angular/platform-server": "18.2.0-next.0",

tests/legacy-cli/e2e/ng-snapshot/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"description": "snapshot versions of Angular for e2e testing",
33
"private": true,
44
"dependencies": {
5-
"@angular/animations": "github:angular/animations-builds#2b792ac6bc118d5fe39829246a5be581f9a36b11",
6-
"@angular/cdk": "github:angular/cdk-builds#7bc703e9430ce35fd669be30498919aa867b8262",
7-
"@angular/common": "github:angular/common-builds#f8c7d8af4b292100e6a0a0d23a6cc79abfaaadc1",
8-
"@angular/compiler": "github:angular/compiler-builds#1a1c81fdc72988f7b8d7037b36f120df5b9b8e47",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#ff0ef439db36527411f2a9075cd7446d89465468",
10-
"@angular/core": "github:angular/core-builds#62915bc37c7a6c6482a08146e38ba7c6bc8e03c1",
11-
"@angular/forms": "github:angular/forms-builds#f2cb4928cc765a5f3eb29d440e09d5d3a17ee9a1",
12-
"@angular/language-service": "github:angular/language-service-builds#a13b9e764dd6bde86af343f8352287df7286a991",
13-
"@angular/localize": "github:angular/localize-builds#faa57a162caaf3cfae823ce1d429b322f923f19d",
14-
"@angular/material": "github:angular/material-builds#6b923dd7f2bea9578c55b9c891296ae552d2be1f",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#eece373a522c78199b6b916d3be89fa1e992809e",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#99aa3ae009c85f69da8b3137938727a02137baa9",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#400e033b884714b6966b57d21d44d5d210c3a7a0",
18-
"@angular/platform-server": "github:angular/platform-server-builds#56e3457df32f0fbe60935b8eea6a43eb29dc1f55",
19-
"@angular/router": "github:angular/router-builds#0135445df55553b882126043cbfdec45723d6eec",
20-
"@angular/service-worker": "github:angular/service-worker-builds#4143eac63b7bc997ad0ab00c814bd14b61bd91ba"
5+
"@angular/animations": "github:angular/animations-builds#58bf9ce2ed14f5b0833d8b614d2544fbfae0c402",
6+
"@angular/cdk": "github:angular/cdk-builds#9181158ff71d3881ad20e0acb20fa304d5bc89e1",
7+
"@angular/common": "github:angular/common-builds#a6fda72862d0a6448d22754374ad63800f47fd84",
8+
"@angular/compiler": "github:angular/compiler-builds#087ec5352c5861c535f7002ba19a2c60c0fe7dc1",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#9b606ce5139b4868b7cb78c8cd1ec55eef128e36",
10+
"@angular/core": "github:angular/core-builds#f3ff1c1a63f700fd01ae03b7c8feb81750bb3742",
11+
"@angular/forms": "github:angular/forms-builds#4e231004d1c83a0ddc4cabdad412f25cfee5f70e",
12+
"@angular/language-service": "github:angular/language-service-builds#e48231a15a971633180c2b6f3adbfa2ee79915b0",
13+
"@angular/localize": "github:angular/localize-builds#7dccd57bd5bb24abff20d78d375e750f04d33505",
14+
"@angular/material": "github:angular/material-builds#72229825a97a9fa47aa76b8c98da6289897c7144",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#267a517377a90d5dffea4166acd3c957ba68c586",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#d55f4c598bcd7b88b823e42490373cfae6ff59d3",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#9a4062825d99364fb5bc14329be591ec01173a5c",
18+
"@angular/platform-server": "github:angular/platform-server-builds#444734fe1e2028f8aabafc3bebb34b3c4b6d7955",
19+
"@angular/router": "github:angular/router-builds#225ab642f2e0f4605cd62ee812b6c11c00b6c8d9",
20+
"@angular/service-worker": "github:angular/service-worker-builds#a90aae0bb86f044086808b4d3e72df5179c67bee"
2121
}
2222
}

0 commit comments

Comments
 (0)