Skip to content

Commit

Permalink
Relax qunit peer dependency minimum version to ^2.13.0.
Browse files Browse the repository at this point in the history
[email protected] shipped with this peer dependency set to at least
2.13.0. When Dependabot landed a dependency update for our internal
QUnit dev dependency it also increased the minimum for the peerDep (in
719af61)
which was released in [email protected].

Changing the minimum version of a peer dependency that we enforce (via
`validatePeerDependencies`) should be considered a breaking change!

This reverts that change and sets the qunit peer dep back to its value
when 5.0.0 was published.
  • Loading branch information
rwjblue committed Mar 9, 2021
1 parent 37038b8 commit 1a016f4
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 @@ -69,7 +69,7 @@
},
"peerDependencies": {
"@ember/test-helpers": "^2.2.3",
"qunit": "^2.14.0"
"qunit": "^2.13.0"
},
"engines": {
"node": "10.* || 12.* || >= 14.*"
Expand Down

0 comments on commit 1a016f4

Please sign in to comment.