Skip to content

Commit

Permalink
Fix @ember/string dependency (#1582)
Browse files Browse the repository at this point in the history
`@ember/string` must be a peer dpendency as `ember-cli-addon-docs` imports
it in their codebase. Currently this still works, but with v4 of
`@ember/string` (v2 addon) this will break as it fully relies on
`ember-auto-import`.
  • Loading branch information
anehx authored Aug 7, 2024
1 parent 5e440e4 commit fd6c6b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"webpack": "^5.89.0"
},
"peerDependencies": {
"@ember/string": "^3.1.1 || ^4.0.0",
"ember-data": ">= 3.0.0",
"ember-fetch": "^8.1.1",
"ember-source": ">= 4.0.0"
Expand Down

0 comments on commit fd6c6b2

Please sign in to comment.