Skip to content

Commit 96d70c0

Browse files
committed
fix: Remove ember-cli-string-helpers
- This pulls @ember/string 3.1.1 into dependent project and that causes a lot of issues - Since we have `capitalize` in @ember/string, we can just call that in our internal helper - Also bumped internal version of @ember/string to v4.x Fixes #1666
1 parent cd2bdc2 commit 96d70c0

File tree

2 files changed

+91
-61
lines changed

2 files changed

+91
-61
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"@ember-data/serializer": "^5.3.9",
110110
"@ember-data/store": "^5.3.9",
111111
"@ember/optional-features": "^2.2.0",
112-
"@ember/string": "^3.1.1",
112+
"@ember/string": "^4.0.0",
113113
"@ember/test-helpers": "^3.3.1",
114114
"@embroider/test-setup": "^3.0.3",
115115
"@fullhuman/postcss-purgecss": "^4.1.3",

0 commit comments

Comments
 (0)