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 devoto13 committed Apr 12, 2022
1 parent 17934c1 commit 1d00309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"semantic-release": "^19.0.2"
},
"peerDependencies": {
"karma": "*"
"karma": "^6.0.0"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 1d00309

Please sign in to comment.