File tree Expand file tree Collapse file tree 3 files changed +746
-590
lines changed
javascripts/discourse/initializers Expand file tree Collapse file tree 3 files changed +746
-590
lines changed Original file line number Diff line number Diff line change 11/*eslint no-undef:0 */
22/* global JitsiMeetExternalAPI */
3+ import { iconHTML } from "discourse/lib/icon-library" ;
34import loadScript from "discourse/lib/load-script" ;
45import { withPluginApi } from "discourse/lib/plugin-api" ;
5- import { iconHTML } from "discourse-common/lib/icon-library" ;
6- import I18n from "I18n" ;
6+ import I18n from "discourse-i18n" ;
77import InsertJitsiComponent from "../components/modal/insert-jitsi" ;
88
99/* eslint-disable */
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