Skip to content

Commit

Permalink
fix: limit karma peer dependency to ^6.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The minimum required version of karma is 6.0.0.
  • Loading branch information
XhmikosR authored and Jonathan Ginsburg committed Apr 12, 2022
1 parent ea691e8 commit d72c124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"semantic-release": "^19.0.2"
},
"peerDependencies": {
"karma": "*"
"karma": "^6.0.0"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit d72c124

Please sign in to comment.