Skip to content

Commit

Permalink
Widen peerDependencies to allow Ember v6
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov authored Oct 11, 2024
1 parent 7215dc7 commit 23b594d
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 @@ -79,7 +79,7 @@
"webpack": "^5.89.0"
},
"peerDependencies": {
"ember-source": "~3.28.0 || ^4.0.0 || ^5.0.0"
"ember-source": "~3.28.0 || ^4.0.0 || >= 5.0.0"
},
"engines": {
"node": ">= 14"
Expand Down

0 comments on commit 23b594d

Please sign in to comment.