File tree Expand file tree Collapse file tree 3 files changed +745
-589
lines changed
assets/javascripts/discourse/components Expand file tree Collapse file tree 3 files changed +745
-589
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Component from "@glimmer/component";
22import { service } from " @ember/service" ;
33import { htmlSafe } from " @ember/template" ;
44import ConditionalLoadingSpinner from " discourse/components/conditional-loading-spinner" ;
5- import i18n from " discourse-common/helpers/ i18n" ;
5+ import { i18n } from " discourse-i18n" ;
66
77export default class TranslatedPost extends Component {
88 static shouldRender (args ) {
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "devDependencies" : {
4- "@discourse/lint-configs" : " 2.2.2 " ,
5- "ember-template-lint" : " 6.0 .0" ,
6- "eslint" : " 9.15 .0" ,
4+ "@discourse/lint-configs" : " 2.4.0 " ,
5+ "ember-template-lint" : " 6.1 .0" ,
6+ "eslint" : " 9.19 .0" ,
77 "prettier" : " 2.8.8"
88 },
99 "engines" : {
10- "node" : " >= 18 " ,
10+ "node" : " >= 22 " ,
1111 "npm" : " please-use-pnpm" ,
1212 "yarn" : " please-use-pnpm" ,
13- "pnpm" : " >= 9"
14- }
13+ "pnpm" : " 9.x"
14+ },
15+ "packageManager" :
" [email protected] " 1516}
You can’t perform that action at this time.
0 commit comments