Skip to content

Commit

Permalink
Merge pull request #130 from SergeAstapov/patch-3
Browse files Browse the repository at this point in the history
Widen peerDependencies to allow Ember v6
  • Loading branch information
lukemelia authored Dec 20, 2024
2 parents 7215dc7 + 23b594d commit 99699e0
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 99699e0

Please sign in to comment.