Skip to content

Commit ee45487

Browse files
committed
build: update angular
1 parent 71c06c6 commit ee45487

File tree

8 files changed

+95
-142
lines changed

8 files changed

+95
-142
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@db91da4e742cd081bfba01db2edc4e816018419b
19+
- uses: angular/dev-infra/github-actions/branch-manager@67489d145ae6769e0ca5408ecc91b6bbf8e56733
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@db91da4e742cd081bfba01db2edc4e816018419b
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
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@db91da4e742cd081bfba01db2edc4e816018419b
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
4646
- name: Setup Bazel
47-
uses: angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
47+
uses: angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
4848
- name: Setup Bazel RBE
49-
uses: angular/dev-infra/github-actions/bazel/configure-remote@db91da4e742cd081bfba01db2edc4e816018419b
49+
uses: angular/dev-infra/github-actions/bazel/configure-remote@67489d145ae6769e0ca5408ecc91b6bbf8e56733
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@db91da4e742cd081bfba01db2edc4e816018419b
59+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
6060
- name: Setup Bazel
61-
uses: angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
61+
uses: angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
6262
- name: Setup Bazel RBE
63-
uses: angular/dev-infra/github-actions/bazel/configure-remote@db91da4e742cd081bfba01db2edc4e816018419b
63+
uses: angular/dev-infra/github-actions/bazel/configure-remote@67489d145ae6769e0ca5408ecc91b6bbf8e56733
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@db91da4e742cd081bfba01db2edc4e816018419b
95+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
9696
- name: Install node modules
9797
run: yarn install --immutable
9898
- name: Setup Bazel
99-
uses: angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
99+
uses: angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
100100
- name: Setup Bazel RBE
101-
uses: angular/dev-infra/github-actions/bazel/configure-remote@db91da4e742cd081bfba01db2edc4e816018419b
101+
uses: angular/dev-infra/github-actions/bazel/configure-remote@67489d145ae6769e0ca5408ecc91b6bbf8e56733
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@db91da4e742cd081bfba01db2edc4e816018419b
116+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
117117
- name: Install node modules
118118
run: yarn install --immutable
119119
- name: Setup Bazel
120-
uses: angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
120+
uses: angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
121121
- name: Setup Bazel RBE
122-
uses: angular/dev-infra/github-actions/bazel/configure-remote@db91da4e742cd081bfba01db2edc4e816018419b
122+
uses: angular/dev-infra/github-actions/bazel/configure-remote@67489d145ae6769e0ca5408ecc91b6bbf8e56733
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@db91da4e742cd081bfba01db2edc4e816018419b
137+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
138138
- name: Install node modules
139139
run: yarn install --immutable
140140
- name: Setup Bazel
141-
uses: angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
141+
uses: angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
142142
- name: Setup Bazel RBE
143-
uses: angular/dev-infra/github-actions/bazel/configure-remote@db91da4e742cd081bfba01db2edc4e816018419b
143+
uses: angular/dev-infra/github-actions/bazel/configure-remote@67489d145ae6769e0ca5408ecc91b6bbf8e56733
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@db91da4e742cd081bfba01db2edc4e816018419b
154+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
155155
- name: Install node modules
156156
run: yarn install --immutable
157157
- name: Setup Bazel
158-
uses: angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
158+
uses: angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
159159
- name: Setup Bazel RBE
160-
uses: angular/dev-infra/github-actions/bazel/configure-remote@db91da4e742cd081bfba01db2edc4e816018419b
160+
uses: angular/dev-infra/github-actions/bazel/configure-remote@67489d145ae6769e0ca5408ecc91b6bbf8e56733
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@db91da4e742cd081bfba01db2edc4e816018419b
187+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
188188
- name: Install node modules
189189
run: yarn install --immutable
190190
- name: Setup Bazel
191-
uses: angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
191+
uses: angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
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@db91da4e742cd081bfba01db2edc4e816018419b
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@67489d145ae6769e0ca5408ecc91b6bbf8e56733
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@db91da4e742cd081bfba01db2edc4e816018419b
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@67489d145ae6769e0ca5408ecc91b6bbf8e56733
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@db91da4e742cd081bfba01db2edc4e816018419b
19+
- uses: angular/dev-infra/github-actions/feature-request@67489d145ae6769e0ca5408ecc91b6bbf8e56733
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@db91da4e742cd081bfba01db2edc4e816018419b
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
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@db91da4e742cd081bfba01db2edc4e816018419b
57+
uses: angular/dev-infra/github-actions/linting/licenses@67489d145ae6769e0ca5408ecc91b6bbf8e56733
5858
- name: Check tooling setup
5959
run: yarn check-tooling-setup
6060
- name: Check commit message
@@ -70,11 +70,11 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Initialize environment
73-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db91da4e742cd081bfba01db2edc4e816018419b
73+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
7474
- name: Setup Bazel
75-
uses: angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
75+
uses: angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
7676
- name: Setup Bazel RBE
77-
uses: angular/dev-infra/github-actions/bazel/configure-remote@db91da4e742cd081bfba01db2edc4e816018419b
77+
uses: angular/dev-infra/github-actions/bazel/configure-remote@67489d145ae6769e0ca5408ecc91b6bbf8e56733
7878
- name: Install node modules
7979
run: yarn install --immutable
8080
- name: Build release targets
@@ -90,11 +90,11 @@ jobs:
9090
runs-on: ubuntu-latest
9191
steps:
9292
- name: Initialize environment
93-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db91da4e742cd081bfba01db2edc4e816018419b
93+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
9494
- name: Setup Bazel
95-
uses: angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
95+
uses: angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
9696
- name: Setup Bazel RBE
97-
uses: angular/dev-infra/github-actions/bazel/configure-remote@db91da4e742cd081bfba01db2edc4e816018419b
97+
uses: angular/dev-infra/github-actions/bazel/configure-remote@67489d145ae6769e0ca5408ecc91b6bbf8e56733
9898
- name: Install node modules
9999
run: yarn install --immutable
100100
- name: Run module tests
@@ -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@db91da4e742cd081bfba01db2edc4e816018419b
116+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
117117
- name: Install node modules
118118
run: yarn install --immutable
119119
- name: Setup Bazel
120-
uses: angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
120+
uses: angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
121121
- name: Setup Bazel RBE
122-
uses: angular/dev-infra/github-actions/bazel/configure-remote@db91da4e742cd081bfba01db2edc4e816018419b
122+
uses: angular/dev-infra/github-actions/bazel/configure-remote@67489d145ae6769e0ca5408ecc91b6bbf8e56733
123123
- name: Run CLI E2E tests
124124
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 }}
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@db91da4e742cd081bfba01db2edc4e816018419b
137+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
138138
- name: Install node modules
139139
run: yarn install --immutable
140140
- name: Setup Bazel
141-
uses: angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
141+
uses: angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
142142
- name: Setup Bazel RBE
143-
uses: angular/dev-infra/github-actions/bazel/configure-remote@db91da4e742cd081bfba01db2edc4e816018419b
143+
uses: angular/dev-infra/github-actions/bazel/configure-remote@67489d145ae6769e0ca5408ecc91b6bbf8e56733
144144
- name: Run CLI E2E tests
145145
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 }}
146146

@@ -157,12 +157,12 @@ jobs:
157157
runs-on: ${{ matrix.os }}
158158
steps:
159159
- name: Initialize environment
160-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db91da4e742cd081bfba01db2edc4e816018419b
160+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@67489d145ae6769e0ca5408ecc91b6bbf8e56733
161161
- name: Install node modules
162162
run: yarn install --immutable
163163
- name: Setup Bazel
164-
uses: angular/dev-infra/github-actions/bazel/setup@db91da4e742cd081bfba01db2edc4e816018419b
164+
uses: angular/dev-infra/github-actions/bazel/setup@67489d145ae6769e0ca5408ecc91b6bbf8e56733
165165
- name: Setup Bazel RBE
166-
uses: angular/dev-infra/github-actions/bazel/configure-remote@db91da4e742cd081bfba01db2edc4e816018419b
166+
uses: angular/dev-infra/github-actions/bazel/configure-remote@67489d145ae6769e0ca5408ecc91b6bbf8e56733
167167
- name: Run CLI E2E tests
168168
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": "19.0.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#c2de5cda47188d1ed960cd3c6fa9f4b699ba1001",
57+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#04c3622a81b04febb31ad4da26b18bb80a80fe14",
5858
"@angular/cdk": "18.2.0",
5959
"@angular/common": "19.0.0-next.0",
6060
"@angular/compiler": "19.0.0-next.0",
@@ -63,7 +63,7 @@
6363
"@angular/forms": "19.0.0-next.0",
6464
"@angular/localize": "19.0.0-next.0",
6565
"@angular/material": "18.2.0",
66-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1aeedbc2c4bf47fcf07ea3e7efbd7d8dcc255e6b",
66+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#26f7121ac5c96dc90b1b7b7d478a71063fce1c30",
6767
"@angular/platform-browser": "19.0.0-next.0",
6868
"@angular/platform-browser-dynamic": "19.0.0-next.0",
6969
"@angular/platform-server": "19.0.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#4b846a0d976b61475f53e8dd0a3c628d26075532",
6-
"@angular/cdk": "github:angular/cdk-builds#00f9654c47262dfb95433d44f5d0cc5fab8ec39b",
7-
"@angular/common": "github:angular/common-builds#63fd6d6aa59dfa03d03088a9418c0fe567e43097",
8-
"@angular/compiler": "github:angular/compiler-builds#d9e6ae947bc8d464c398a80acf93d72a00da3f3e",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#6831b6dd85d198d536de0e2e831e8374b54afdf0",
10-
"@angular/core": "github:angular/core-builds#c89d2bb318534f4958a8fff5453592a0553a0620",
11-
"@angular/forms": "github:angular/forms-builds#12bfba3b0724ea567949086a748892410a0fc901",
12-
"@angular/language-service": "github:angular/language-service-builds#8fdf2c6796bf9e6538ccb4323f1985655b3a340e",
13-
"@angular/localize": "github:angular/localize-builds#a609aafa0713cc3127d5a60ef9e2d5bf90020583",
14-
"@angular/material": "github:angular/material-builds#3d29bb8712ca78694a8868459a578b0450ea88c4",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1f0352769198240bc12ef7d4a80737e4b76a5e41",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#c4f643490a9d9c9e7b988efe1334f2d6e66a3bba",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#735edba483a265f0c1160898e1d9391c10d9ada5",
18-
"@angular/platform-server": "github:angular/platform-server-builds#ec1bfa3f58775b00ca14c6398914c98785e05016",
19-
"@angular/router": "github:angular/router-builds#e1e32440738404f7f44e0d6956ddbabe76abac4e",
20-
"@angular/service-worker": "github:angular/service-worker-builds#0fa2ebd3b5c282efb2df6fa6c968da3b7bbcb8fb"
5+
"@angular/animations": "github:angular/animations-builds#f4c8dc7cf2afe9615bf3b13eef2019910d0bab14",
6+
"@angular/cdk": "github:angular/cdk-builds#b4e2f1feedc32a5ad6a97cac9bae91cbdd51b1c3",
7+
"@angular/common": "github:angular/common-builds#03afe92a47a832ec02194e0686f359b0ba5f2a98",
8+
"@angular/compiler": "github:angular/compiler-builds#802575f6ae1a6a200062b7bab6c73edcd4b28312",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#7bcc6e48b4f3c6d4526b32886c82b4053599f324",
10+
"@angular/core": "github:angular/core-builds#e57bcbb427dcbcc88771efaa52a7f02c97404887",
11+
"@angular/forms": "github:angular/forms-builds#79fc488cabdf6f2ba9e60672fd5fef30d14c32b4",
12+
"@angular/language-service": "github:angular/language-service-builds#afe0cc770f1b07a754836af6ab8a8e4a3ef6d1b0",
13+
"@angular/localize": "github:angular/localize-builds#53b343b93a082d26574deb114cbda4cf45eb3922",
14+
"@angular/material": "github:angular/material-builds#ce3c4dba0ac0861bd78bf896fc754b974fdc8b45",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#7724005cea42000d8c698f00d42d8570e5b608d5",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#d2fc06b35a7d857e61911131cc4ad745bf8bdbc8",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#0962b1b5f424fcb4c8b84fba085e8c44e38a377e",
18+
"@angular/platform-server": "github:angular/platform-server-builds#c8725fe3d7c613be05fbd30d33338015790b4c48",
19+
"@angular/router": "github:angular/router-builds#cb8b40834bbd23d1b774d7256a94c1d95d1dd7ab",
20+
"@angular/service-worker": "github:angular/service-worker-builds#6e525e85edfb0b06aa777e71d10bc31b2de6c05c"
2121
}
2222
}

0 commit comments

Comments
 (0)