Skip to content

Commit 54d4077

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 654ff1c commit 54d4077

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,10 +3,10 @@
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=1450829053
6+
package.json=-808673600
77
patches/@angular__compiler-cli.patch=-11405367
88
patches/@angular__core.patch=213102054
9-
pnpm-lock.yaml=1097062160
9+
pnpm-lock.yaml=45810425
1010
pnpm-workspace.yaml=334858811
1111
src/cdk-experimental/package.json=237487315
1212
src/cdk/package.json=-908433069

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@
199199
"@angular/animations": {
200200
"dependencies": {
201201
"@nginfra/angular-linking": "1.0.6"
202+
},
203+
"peerDependencies": {
204+
"@angular/common": "*"
202205
}
203206
},
204207
"@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)