Skip to content

Commit 3176b33

Browse files
authored
fix: add @angular/animations as a peer dependency (#522)
Closes #519
1 parent 31ad7ce commit 3176b33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/testing-library/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"migrations": "./schematics/migrations/migrations.json"
3030
},
3131
"peerDependencies": {
32+
"@angular/animations": ">= 17.0.0",
3233
"@angular/common": ">= 17.0.0",
3334
"@angular/platform-browser": ">= 17.0.0",
3435
"@angular/router": ">= 17.0.0",

0 commit comments

Comments
 (0)