File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 30
30
},
31
31
"devDependencies" : {
32
32
"@ember/optional-features" : " ^2.0.0" ,
33
+ "@ember/string" : " ^4.0.0" ,
33
34
"@glimmer/component" : " ^1.0.3" ,
34
35
"@glimmer/tracking" : " ^1.0.3" ,
35
36
"babel-eslint" : " ^10.1.0" ,
59
60
"release-it" : " ^14.2.1" ,
60
61
"release-it-lerna-changelog" : " ^3.1.0"
61
62
},
63
+ "peerDependencies" : {
64
+ "@ember/string" : " ^3.1.1 || ^4.0.0"
65
+ },
62
66
"engines" : {
63
67
"node" : " 10.* || 12.* || >= 14"
64
68
},
Original file line number Diff line number Diff line change 1165
1165
mkdirp "^1.0.4"
1166
1166
silent-error "^1.1.1"
1167
1167
1168
+ "@ember/string@^4.0.0":
1169
+ version "4.0.0"
1170
+ resolved "https://registry.yarnpkg.com/@ember/string/-/string-4.0.0.tgz#24fe5cda227c9e6634e6e0b550944a3a13437878"
1171
+ integrity sha512-IMVyVE72twuAMSYcHzWSgtgYTtzlHlKSGW8vEbztnnmkU6uo7kVHmiqSN9R4RkBhzvh0VD4G76Eph+55t3iNIA==
1172
+
1168
1173
"@ember/test-helpers@^1.7.1":
1169
1174
version "1.7.2"
1170
1175
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-1.7.2.tgz#5b128dc5f6524c3850abf52668e6bd4fda401194"
You can’t perform that action at this time.
0 commit comments