Skip to content

Commit

Permalink
Allow Ember.js v5 in peerDependencies (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Dec 18, 2023
1 parent a3a8f22 commit 7c9ef1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-engines-router-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"rollup": "^3.8.1"
},
"peerDependencies": {
"ember-source": "^3.28.0 || ^4.0.0"
"ember-source": "^3.28.0 || ^4.0.0 || ^5.0.0"
},
"engines": {
"node": "16.* || 18.* || >= 20"
Expand Down

0 comments on commit 7c9ef1d

Please sign in to comment.