Skip to content

Commit

Permalink
Fix @ember/string dependency
Browse files Browse the repository at this point in the history
`@ember/string` must be a dependency 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 committed Jul 30, 2024
1 parent 4852afc commit 2ea5da3
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 @@ -34,6 +34,7 @@
"dependencies": {
"@csstools/postcss-sass": "^5.0.1",
"@ember/render-modifiers": "^2.1.0",
"@ember/string": "^3.1.1",
"@ember/test-waiters": "^3.1.0",
"@glimmer/component": "^1.1.2",
"@glimmer/syntax": "^0.87.1",
Expand Down Expand Up @@ -105,7 +106,6 @@
"@babel/plugin-proposal-decorators": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.2.1",
"@embroider/test-setup": "^3.0.3",
"@fullhuman/postcss-purgecss": "^4.0.3",
Expand Down

0 comments on commit 2ea5da3

Please sign in to comment.