Skip to content

Commit 6ba2208

Browse files
angular-robotclydin
authored andcommitted
build: update angular
1 parent 0b4294a commit 6ba2208

File tree

8 files changed

+67
-67
lines changed

8 files changed

+67
-67
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
19+
- uses: angular/dev-infra/github-actions/branch-manager@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
24+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
4646
- name: Setup Bazel
47-
uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
47+
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
4848
- name: Setup Bazel RBE
49-
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
49+
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
59+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
6060
- name: Setup Bazel
61-
uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
61+
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
6262
- name: Setup Bazel RBE
63-
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
63+
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
93+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
9494
- name: Install node modules
9595
run: yarn install --immutable
9696
- name: Setup Bazel
97-
uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
97+
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
9898
- name: Setup Bazel RBE
99-
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
99+
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
114+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
115115
- name: Install node modules
116116
run: yarn install --immutable
117117
- name: Setup Bazel
118-
uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
118+
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
119119
- name: Setup Bazel RBE
120-
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
120+
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
135+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
136136
- name: Install node modules
137137
run: yarn install --immutable
138138
- name: Setup Bazel
139-
uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
139+
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
140140
- name: Setup Bazel RBE
141-
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
141+
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
152+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
153153
- name: Install node modules
154154
run: yarn install --immutable
155155
- name: Setup Bazel
156-
uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
156+
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
157157
- name: Setup Bazel RBE
158-
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
158+
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
185+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
186186
- name: Install node modules
187187
run: yarn install --immutable
188188
- name: Setup Bazel
189-
uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
189+
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
19+
- uses: angular/dev-infra/github-actions/feature-request@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
37+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
57+
uses: angular/dev-infra/github-actions/linting/licenses@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
73+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
7474
- name: Setup Bazel
75-
uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
75+
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
7676
- name: Setup Bazel RBE
77-
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
77+
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
93+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
9494
- name: Setup Bazel
95-
uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
95+
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
9696
- name: Setup Bazel RBE
97-
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
97+
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
114+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
115115
- name: Install node modules
116116
run: yarn install --immutable
117117
- name: Setup Bazel
118-
uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
118+
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
119119
- name: Setup Bazel RBE
120-
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
120+
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
135+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
136136
- name: Install node modules
137137
run: yarn install --immutable
138138
- name: Setup Bazel
139-
uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
139+
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
140140
- name: Setup Bazel RBE
141-
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
141+
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
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@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
158+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@55c0cd826f5ad56c3bccc7272313c75467543f3f
159159
- name: Install node modules
160160
run: yarn install --immutable
161161
- name: Setup Bazel
162-
uses: angular/dev-infra/github-actions/bazel/setup@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
162+
uses: angular/dev-infra/github-actions/bazel/setup@55c0cd826f5ad56c3bccc7272313c75467543f3f
163163
- name: Setup Bazel RBE
164-
uses: angular/dev-infra/github-actions/bazel/configure-remote@0bf58aff56fdef5e8644a591b32e57ca512bd5c7
164+
uses: angular/dev-infra/github-actions/bazel/configure-remote@55c0cd826f5ad56c3bccc7272313c75467543f3f
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.7",
5656
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=9e6140d1eef8ddf7113d00738f603e9cc3c310f1#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
57-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#f46197abd29ffd084e616af9b5a66d45193769e6",
57+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#c530555d0383bcfebd26146969f5ece023bd009e",
5858
"@angular/cdk": "19.0.0-next.6",
5959
"@angular/common": "19.0.0-next.7",
6060
"@angular/compiler": "19.0.0-next.7",
@@ -63,7 +63,7 @@
6363
"@angular/forms": "19.0.0-next.7",
6464
"@angular/localize": "19.0.0-next.7",
6565
"@angular/material": "19.0.0-next.6",
66-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#39e1a11a2dfafc1284048120362b3a48d7f9a15b",
66+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6a4827f4275bd211053d60918e6ccaeaeb00bf06",
6767
"@angular/platform-browser": "19.0.0-next.7",
6868
"@angular/platform-browser-dynamic": "19.0.0-next.7",
6969
"@angular/platform-server": "19.0.0-next.7",

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

+13-13
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#d5c7341155e1263e5c8dac38deeb67a9831d6dd6",
5+
"@angular/animations": "github:angular/animations-builds#d3f25ac578c2af5884879d4376073f0566030e8d",
66
"@angular/cdk": "github:angular/cdk-builds#374ba8c80a02744ceacf84d1000aab9ff9eade34",
7-
"@angular/common": "github:angular/common-builds#da2cc9434e867131df1d05a9748cca6cc7b3d4e9",
8-
"@angular/compiler": "github:angular/compiler-builds#f789e0f839a242916536eee7d557e2347e29ade8",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#90cc8da266199a65d48886e5e0318bd43e4af4f1",
10-
"@angular/core": "github:angular/core-builds#b6a407c17636b53af2aef080db6ddc987289c991",
11-
"@angular/forms": "github:angular/forms-builds#35579f6482c2ef4135331ed3d46120a951b4f0d7",
12-
"@angular/language-service": "github:angular/language-service-builds#3a3db66c4690632836d6e446d2a6dfdd1abb6f1b",
13-
"@angular/localize": "github:angular/localize-builds#0ba126cd4bff7507481e5840fe361b55a2b63c42",
7+
"@angular/common": "github:angular/common-builds#edfb8c8f8d2b10e3b3e3439439af198ce997f1bc",
8+
"@angular/compiler": "github:angular/compiler-builds#a872080aa0b489f795a314ac78a9b8e181e5b8c3",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#99071e648830b2359bc13ceaecda4ca848e3c9cc",
10+
"@angular/core": "github:angular/core-builds#31eedccdee3463d8f211ba6e866b5689680d15d0",
11+
"@angular/forms": "github:angular/forms-builds#9965ff0860846759b1d775d725759638c07c9958",
12+
"@angular/language-service": "github:angular/language-service-builds#bdec18c9a2ddd6b2b4b00ecd4ae680991b89166d",
13+
"@angular/localize": "github:angular/localize-builds#9de1945194dcad890f2a239d7d4f45ccf71e01f8",
1414
"@angular/material": "github:angular/material-builds#01166937cc994c5581feea2592869485a4d8fce7",
1515
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#00a89e5133f6750f4b0d314e3346a2320089c87a",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#9e883e27627308bccc0c053b546ce4c2a5348a3f",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#fd4b1652d8c534f6bd80385c11593e1787dc8328",
18-
"@angular/platform-server": "github:angular/platform-server-builds#3b935b43509811fe83475cce33497d41dd0bf249",
19-
"@angular/router": "github:angular/router-builds#c78a7694eba921795340c0d5457bcfd24248c9be",
20-
"@angular/service-worker": "github:angular/service-worker-builds#1ebb25b7908b308c0293bc8ce47ff82589a0ccdd"
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#254ad97894aff621e6b4e668ce08381bd071e335",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#5f9a9e69e7c46f90b268d930f54fb98506e44429",
18+
"@angular/platform-server": "github:angular/platform-server-builds#1f8547f622128e53a12d5605bda9d2767ce16025",
19+
"@angular/router": "github:angular/router-builds#b721e7e8b6248db032b1dcb3f398167d1aeeb812",
20+
"@angular/service-worker": "github:angular/service-worker-builds#e6a81785a0991c15d7aa63d4eed97ccb7397574f"
2121
}
2222
}

0 commit comments

Comments
 (0)