Skip to content

Commit

Permalink
build: correct jsdom peer dep range
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Dec 31, 2024
1 parent 99d3112 commit 4a3211a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@angular/core": ">=15.0.0 <20.0.0",
"@angular/platform-browser-dynamic": ">=15.0.0 <20.0.0",
"jest": "^29.0.0",
"jsdom": ">=20.0.0 <=26.0.0",
"jsdom": ">=20.0.0 <26.0.0",
"typescript": ">=4.8"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 4a3211a

Please sign in to comment.