File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
import { isEmpty } from '@ember/utils' ;
2
- import { dasherize , htmlSafe } from '@ember/string' ;
2
+ import { dasherize } from '@ember/string' ;
3
+ import { htmlSafe } from '@ember/template' ;
3
4
4
5
const PREFIXES = [ 'webkit' ] ;
5
6
const PREFIXED_PROPS = [
Original file line number Diff line number Diff line change 32
32
},
33
33
"dependencies" : {
34
34
"@ember/render-modifiers" : " ^2.0.4" ,
35
+ "@ember/string" : " ^4.0.0" ,
35
36
"@glimmer/component" : " ^1.1.2" ,
36
37
"@glimmer/tracking" : " ^1.1.2" ,
37
38
"ember-auto-import" : " ^2.4.2" ,
Original file line number Diff line number Diff line change 1049
1049
ember-cli-babel "^7.26.11"
1050
1050
ember-modifier-manager-polyfill "^1.2.0"
1051
1051
1052
+ "@ember/string@^4.0.0":
1053
+ version "4.0.0"
1054
+ resolved "https://registry.yarnpkg.com/@ember/string/-/string-4.0.0.tgz#24fe5cda227c9e6634e6e0b550944a3a13437878"
1055
+ integrity sha512-IMVyVE72twuAMSYcHzWSgtgYTtzlHlKSGW8vEbztnnmkU6uo7kVHmiqSN9R4RkBhzvh0VD4G76Eph+55t3iNIA==
1056
+
1052
1057
"@ember/test-helpers@^2.7.0":
1053
1058
version "2.8.1"
1054
1059
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-2.8.1.tgz#20f2e30d48172c2ff713e1db7fbec5352f918d4e"
You can’t perform that action at this time.
0 commit comments