File tree Expand file tree Collapse file tree 3 files changed +493
-27
lines changed Expand file tree Collapse file tree 3 files changed +493
-27
lines changed Original file line number Diff line number Diff line change 1
- import { htmlSafe } from '@ember/string ' ;
1
+ import { htmlSafe } from '@ember/template ' ;
2
2
3
3
export default function htmlSafeHelper ( [ path ] ) {
4
4
return new htmlSafe ( path ) ;
Original file line number Diff line number Diff line change 71
71
"ember-cli-sass" : " ^10.0.1" ,
72
72
"ember-cli-sri" : " ^2.1.1" ,
73
73
"ember-cli-terser" : " ^4.0.2" ,
74
- "ember-collection" : " 2.0.0 " ,
74
+ "ember-collection" :
" git+ssh://[email protected] /adopted-ember-addons/ember-collection.git#update-layout-bin-packer " ,
75
75
"ember-disable-prototype-extensions" : " ^1.1.3" ,
76
76
"ember-export-application-global" : " ^2.0.1" ,
77
77
"ember-load-initializers" : " ^2.1.2" ,
89
89
"eslint-plugin-node" : " ^11.1.0" ,
90
90
"eslint-plugin-prettier" : " ^3.4.1" ,
91
91
"eslint-plugin-qunit" : " ^6.2.0" ,
92
- "layout-bin-packer" : " ~1.4 .0" ,
92
+ "layout-bin-packer" : " ~2.0 .0" ,
93
93
"loader.js" : " ^4.7.0" ,
94
94
"npm-run-all" : " ^4.1.5" ,
95
95
"prettier" : " ^2.5.1" ,
100
100
"sass" : " ^1.55.0"
101
101
},
102
102
"engines" : {
103
- "node" : " 12.* || 14.* || >= 16"
103
+ "node" : " >= 16"
104
104
},
105
105
"publishConfig" : {
106
106
"registry" : " https://registry.npmjs.org"
131
131
}
132
132
},
133
133
"volta" : {
134
- "node" : " 14 .20.1 " ,
134
+ "node" : " 16 .20.2 " ,
135
135
"yarn" : " 1.22.19"
136
136
}
137
137
}
You can’t perform that action at this time.
0 commit comments