Skip to content

Commit ab63a0e

Browse files
angular-robotjkrems
authored andcommitted
build: update angular
1 parent 208d2d5 commit ab63a0e

File tree

8 files changed

+70
-70
lines changed

8 files changed

+70
-70
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
19+
- uses: angular/dev-infra/github-actions/branch-manager@a3d0749c4d64959e85843fbeb54507e830be0f44
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.yml

+21-21
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@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
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@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
4646
- name: Setup Bazel
47-
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
47+
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
4848
- name: Setup Bazel RBE
49-
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
49+
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
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@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
59+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
6060
- name: Setup Bazel
61-
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
61+
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
6262
- name: Setup Bazel RBE
63-
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
63+
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
6464
- name: Install node modules
6565
run: yarn install --immutable
6666
- name: Run module and package tests
@@ -90,13 +90,13 @@ jobs:
9090
runs-on: ${{ matrix.os }}
9191
steps:
9292
- name: Initialize environment
93-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
93+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
9494
- name: Install node modules
9595
run: yarn install --immutable
9696
- name: Setup Bazel
97-
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
97+
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
9898
- name: Setup Bazel RBE
99-
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
99+
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
100100
- name: Run CLI E2E tests
101101
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 }}
102102

@@ -111,13 +111,13 @@ jobs:
111111
runs-on: ${{ matrix.os }}
112112
steps:
113113
- name: Initialize environment
114-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
114+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
115115
- name: Install node modules
116116
run: yarn install --immutable
117117
- name: Setup Bazel
118-
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
118+
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
119119
- name: Setup Bazel RBE
120-
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
120+
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
121121
- name: Run CLI E2E tests
122122
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 }}
123123

@@ -132,13 +132,13 @@ jobs:
132132
runs-on: ${{ matrix.os }}
133133
steps:
134134
- name: Initialize environment
135-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
135+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
136136
- name: Install node modules
137137
run: yarn install --immutable
138138
- name: Setup Bazel
139-
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
139+
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
140140
- name: Setup Bazel RBE
141-
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
141+
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
142142
- name: Run CLI E2E tests
143143
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 }}
144144

@@ -149,13 +149,13 @@ jobs:
149149
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
150150
steps:
151151
- name: Initialize environment
152-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
152+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
153153
- name: Install node modules
154154
run: yarn install --immutable
155155
- name: Setup Bazel
156-
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
156+
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
157157
- name: Setup Bazel RBE
158-
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
158+
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
159159
- name: Run E2E Browser tests
160160
env:
161161
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -182,11 +182,11 @@ jobs:
182182
CIRCLE_BRANCH: ${{ github.ref_name }}
183183
steps:
184184
- name: Initialize environment
185-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
185+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
186186
- name: Install node modules
187187
run: yarn install --immutable
188188
- name: Setup Bazel
189-
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
189+
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
190190
- run: yarn admin snapshots --verbose
191191
env:
192192
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}

.github/workflows/dev-infra.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@a3d0749c4d64959e85843fbeb54507e830be0f44
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@a3d0749c4d64959e85843fbeb54507e830be0f44
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/feature-requests.yml

+1-1
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@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
19+
- uses: angular/dev-infra/github-actions/feature-request@a3d0749c4d64959e85843fbeb54507e830be0f44
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/pr.yml

+17-17
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@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
3838
- name: Setup ESLint Caching
3939
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
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@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
57+
uses: angular/dev-infra/github-actions/linting/licenses@a3d0749c4d64959e85843fbeb54507e830be0f44
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@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
73+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
7474
- name: Setup Bazel
75-
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
75+
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
7676
- name: Setup Bazel RBE
77-
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
77+
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
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@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
93+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
9494
- name: Setup Bazel
95-
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
95+
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
9696
- name: Setup Bazel RBE
97-
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
97+
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
9898
- name: Install node modules
9999
run: yarn install --immutable
100100
- name: Run module and package tests
@@ -111,13 +111,13 @@ jobs:
111111
runs-on: ${{ matrix.os }}
112112
steps:
113113
- name: Initialize environment
114-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
114+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
115115
- name: Install node modules
116116
run: yarn install --immutable
117117
- name: Setup Bazel
118-
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
118+
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
119119
- name: Setup Bazel RBE
120-
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
120+
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
121121
- name: Run CLI E2E tests
122122
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 }}
123123

@@ -132,13 +132,13 @@ jobs:
132132
runs-on: ${{ matrix.os }}
133133
steps:
134134
- name: Initialize environment
135-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
135+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
136136
- name: Install node modules
137137
run: yarn install --immutable
138138
- name: Setup Bazel
139-
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
139+
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
140140
- name: Setup Bazel RBE
141-
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
141+
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
142142
- name: Run CLI E2E tests
143143
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 }}
144144

@@ -155,12 +155,12 @@ jobs:
155155
runs-on: ${{ matrix.os }}
156156
steps:
157157
- name: Initialize environment
158-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
158+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
159159
- name: Install node modules
160160
run: yarn install --immutable
161161
- name: Setup Bazel
162-
uses: angular/dev-infra/github-actions/bazel/setup@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
162+
uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
163163
- name: Setup Bazel RBE
164-
uses: angular/dev-infra/github-actions/bazel/configure-remote@6a7bc4b11c49adc81d7137fe9eff02ac6818b85d
164+
uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
165165
- name: Run CLI E2E tests
166166
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

+2-2
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.9",
5656
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=07617f0f8540d27f8895b1820a6f994e1e5b7277#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
57-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b30ce317c1c6dd183258fff554777e8582d6f505",
57+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#2692c81ef1068e15c7b7eaf3ecc7a65cbdd25c9f",
5858
"@angular/cdk": "19.0.0-next.8",
5959
"@angular/common": "19.0.0-next.9",
6060
"@angular/compiler": "19.0.0-next.9",
@@ -63,7 +63,7 @@
6363
"@angular/forms": "19.0.0-next.9",
6464
"@angular/localize": "19.0.0-next.9",
6565
"@angular/material": "19.0.0-next.8",
66-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#978df41c469f0d853ec8cd7fc9289e67b001b38d",
66+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2659cef857ffd127dbbbcbb28bb2dc4ca8625b50",
6767
"@angular/platform-browser": "19.0.0-next.9",
6868
"@angular/platform-browser-dynamic": "19.0.0-next.9",
6969
"@angular/platform-server": "19.0.0-next.9",

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

+16-16
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#916a84ecf30c081d91cefa845f96f6223463704f",
6-
"@angular/cdk": "github:angular/cdk-builds#1627ab2cebd5fa60f42c9d0d87a404f67b01e9fc",
7-
"@angular/common": "github:angular/common-builds#532408857412fd40e439f61ddada9ca7d15e0595",
8-
"@angular/compiler": "github:angular/compiler-builds#fe3e44a1edf686b89f9dd656d1b68b7f419c7095",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#68b112a241a475b6deab8b4f57f1df29834c9179",
10-
"@angular/core": "github:angular/core-builds#ca92b989b1c50a9bcd56837b7e76fd8ac51e3010",
11-
"@angular/forms": "github:angular/forms-builds#b75ad20d1df655e8e22bee88cd7a7482a4c07c40",
12-
"@angular/language-service": "github:angular/language-service-builds#83fb535fe6bef828ce965525d743fd62ec60c36d",
13-
"@angular/localize": "github:angular/localize-builds#473d924e9d2f452456b4d050ccb7433a34b31340",
14-
"@angular/material": "github:angular/material-builds#8bf18c89ad6247cb7f0406e1c9581e77923e2a56",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#69d246e37d5195c26e82f8e1b1d5bb16bedab74f",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#f6884c7ee4922a08cafbea1ba88830ca41f14976",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#4f4f74097da5447c52bbb523cfee51266be96b7b",
18-
"@angular/platform-server": "github:angular/platform-server-builds#e0b359a6383b0a2127fb4c710d193dcdb499bccc",
19-
"@angular/router": "github:angular/router-builds#7798b448cfe9f35d36cbf596551df2a619c22349",
20-
"@angular/service-worker": "github:angular/service-worker-builds#e1c58c6d7f4a60e2bea4c8e1a4ed35c8d3596d4a"
5+
"@angular/animations": "github:angular/animations-builds#a6515a9123c48cd4d9ee31daa69ded6b8b357872",
6+
"@angular/cdk": "github:angular/cdk-builds#376404c773bc651f313e7d5e0f42dd6fabfb55db",
7+
"@angular/common": "github:angular/common-builds#faf058aea686cb610b9c75cd98aba047154533c4",
8+
"@angular/compiler": "github:angular/compiler-builds#395e6976d7b1c04978ed31f3170a336722ffd09d",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#0259f5b926a6ce5dd876647d4efbc8f3ffea161c",
10+
"@angular/core": "github:angular/core-builds#74c060d5d256a166378c2f90a56ed3d17d7fee59",
11+
"@angular/forms": "github:angular/forms-builds#12f75f8344cd94bdcefff7daee7a97c73a06c0ba",
12+
"@angular/language-service": "github:angular/language-service-builds#8c45bf63422029cdaa203183860d4186cdd57d94",
13+
"@angular/localize": "github:angular/localize-builds#b156942dac5030f1fa39f4230cec96de895f9b9f",
14+
"@angular/material": "github:angular/material-builds#051bc235964598b6a616a52510217c9e5fea9c46",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#d6c95738690917961d6c0d3ff1759ca707b696bf",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#691e91fffa748582a74896e98b65de4d30f01116",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#e7ec7c4ecfcc1be1d88090d5743e93085641acfe",
18+
"@angular/platform-server": "github:angular/platform-server-builds#63dcbb67c5582b8ed2d347b3168acf643658d834",
19+
"@angular/router": "github:angular/router-builds#5d188935296281cc596afc3d50c1d0d73c0dd5bd",
20+
"@angular/service-worker": "github:angular/service-worker-builds#4baac08899ac332404262b8252de24950e89498a"
2121
}
2222
}

0 commit comments

Comments
 (0)