File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,9 @@ export default class SettingsData extends Component {
7373 importIndexedDB = async ( ) => {
7474 if ( this . ipcRenderer ) {
7575 this . isImporting = true ;
76- const jsonString = await this . ipcRenderer . invoke ( 'importData' ) as string ;
76+ const jsonString = ( await this . ipcRenderer . invoke (
77+ 'importData' ,
78+ ) ) as string ;
7779
7880 if ( jsonString ) {
7981 const DBOpenRequest = getDBOpenRequest ( ) ;
Original file line number Diff line number Diff line change 1- import { on } from ' @ember/modifier' ;
21import type { TOC } from ' @ember/component/template-only' ;
2+ import { on } from ' @ember/modifier' ;
33
44interface ToggleSwitchSignature {
55 Element: HTMLButtonElement ;
Original file line number Diff line number Diff line change 6969 "@release-it-plugins/workspaces" : " ^4.2.0" ,
7070 "@sentry/ember" : " ^7.120.1" ,
7171 "@tailwindcss/forms" : " ^0.5.9" ,
72- "@trivago/prettier-plugin-sort-imports" : " ^4.3. 0" ,
72+ "@trivago/prettier-plugin-sort-imports" : " ^6.0.0- 0" ,
7373 "@tsconfig/ember" : " ^3.0.10" ,
7474 "@types/ember" : " ^4.0.11" ,
7575 "@types/eslint__js" : " ^8.42.3" ,
112112 "ember-inputmask" : " ^2.0.0" ,
113113 "ember-load-initializers" : " ^3.0.1" ,
114114 "ember-local-storage" : " 2.0.6" ,
115- "ember-math-helpers" : " ^4 .0.0" ,
115+ "ember-math-helpers" : " ^5 .0.0" ,
116116 "ember-modifier" : " ^4.2.0" ,
117117 "ember-orbit" : " ^0.17.3" ,
118118 "ember-qunit" : " ^9.0.2" ,
You can’t perform that action at this time.
0 commit comments