Skip to content

Commit

Permalink
fix(deps): fix ember source peer dependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Jul 26, 2024
1 parent 64799c0 commit 7ab19ea
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 @@ -93,7 +93,7 @@
"peerDependencies": {
"@ember-data/adapter": "~4.12.0 || >= 5.0.0",
"ember-data": "~4.12.0 || >= 5.0.0",
"ember-source": "^4.0.0"
"ember-source": ">= 4.0.0"
},
"packageManager": "[email protected]",
"engines": {
Expand Down

0 comments on commit 7ab19ea

Please sign in to comment.