Skip to content

Commit

Permalink
Merge pull request #943 from ember-fastboot/fix-peer
Browse files Browse the repository at this point in the history
fix ember-source peer declaration
  • Loading branch information
mansona committed May 2, 2024
2 parents 6181690 + c6ee0e3 commit 6006f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-cli-fastboot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"webpack": "^5.91.0"
},
"peerDependencies": {
"ember-source": "^4.0.0"
"ember-source": ">=3.16"
},
"engines": {
"node": "14.* || 16.* || >= 18"
Expand Down

0 comments on commit 6006f1d

Please sign in to comment.