Skip to content

Commit

Permalink
Merge pull request #873 from embermap/peer-ember-test-helpers
Browse files Browse the repository at this point in the history
Add @ember/test-helpers to peerDependencies
  • Loading branch information
SergeAstapov authored Sep 24, 2024
2 parents edcd4d4 + dca3e71 commit 884b21b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"webpack": "^5.75.0"
},
"peerDependencies": {
"ember-source": "^3.28.0 || ^4.0.0 || ^5.0.0"
"ember-source": "^3.28.0 || ^4.0.0 || ^5.0.0",
"@ember/test-helpers": ">= 3.0.0"
},
"engines": {
"node": "12.* || 14.* || 16.* || >= 18"
Expand Down

0 comments on commit 884b21b

Please sign in to comment.