Skip to content

Commit 2ea5da3

Browse files
committed
Fix @ember/string dependency
`@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`.
1 parent 4852afc commit 2ea5da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"dependencies": {
3535
"@csstools/postcss-sass": "^5.0.1",
3636
"@ember/render-modifiers": "^2.1.0",
37+
"@ember/string": "^3.1.1",
3738
"@ember/test-waiters": "^3.1.0",
3839
"@glimmer/component": "^1.1.2",
3940
"@glimmer/syntax": "^0.87.1",
@@ -105,7 +106,6 @@
105106
"@babel/plugin-proposal-decorators": "^7.23.6",
106107
"@babel/preset-env": "^7.23.6",
107108
"@ember/optional-features": "^2.0.0",
108-
"@ember/string": "^3.1.1",
109109
"@ember/test-helpers": "^3.2.1",
110110
"@embroider/test-setup": "^3.0.3",
111111
"@fullhuman/postcss-purgecss": "^4.0.3",

0 commit comments

Comments
 (0)