Skip to content

Commit a201e51

Browse files
committed
build: workaround until animations package is released with fixed peer dep
This is necessary until a new version of the animations package is published. See: angular/angular#60660
1 parent cf1e1e0 commit a201e51

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-1406867100
55
integration/package.json=-620011313
6-
package.json=1314863161
6+
package.json=-635422980
77
patches/@angular__compiler-cli.patch=-65319555
8-
pnpm-lock.yaml=-2045227594
8+
pnpm-lock.yaml=-1708159829
99
pnpm-workspace.yaml=334858811
1010
src/cdk-experimental/package.json=237487315
1111
src/cdk/package.json=-908433069

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@
197197
"@angular/animations": {
198198
"dependencies": {
199199
"@nginfra/angular-linking": "1.0.6"
200+
},
201+
"peerDependencies": {
202+
"@angular/common": "*"
200203
}
201204
},
202205
"@angular/common": {

pnpm-lock.yaml

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)