Skip to content

Commit

Permalink
Merge pull request #827 from emberjs/relax-peer-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Mar 9, 2021
2 parents 37038b8 + 58e85fc commit b28e047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"release-it-lerna-changelog": "^3.1.0"
},
"peerDependencies": {
"@ember/test-helpers": "^2.2.3",
"qunit": "^2.14.0"
"@ember/test-helpers": "^2.1.0",
"qunit": "^2.13.0"
},
"engines": {
"node": "10.* || 12.* || >= 14.*"
Expand Down

0 comments on commit b28e047

Please sign in to comment.