Skip to content

Commit

Permalink
chore(deps): expand peer dependency to include QUnit 3.0 support
Browse files Browse the repository at this point in the history
This is reverse-integrated upstream at
https://github.com/qunitjs/qunit/tree/3.0.0-alpha.3/demos/karma-qunit

... where it is passing with the new version.

This allows projects to start experimenting with QUnit 3.0 alpha
releases, without getting a warning from npm-install like:

> Could not resolve dependency:
> peer qunit@"^2.1.1" from karma-qunit@4.2.0
> node_modules/karma-qunit
>   dev karma-qunit@"4.2.0" from the root project
  • Loading branch information
Krinkle committed Aug 19, 2024
1 parent 4bb8044 commit bd7b3de
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 45 deletions.
118 changes: 74 additions & 44 deletions 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 @@ -50,7 +50,7 @@
},
"peerDependencies": {
"karma": "^4.0.0 || ^5.0.0 || ^6.0.0",
"qunit": "^2.1.1"
"qunit": ">=2.1.1"
},
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit bd7b3de

Please sign in to comment.