This repository was archived by the owner on Jul 12, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +1
-65
lines changed Expand file tree Collapse file tree 5 files changed +1
-65
lines changed Original file line number Diff line number Diff line change 57
57
"electron-debug" : " ^3.0.0" ,
58
58
"electron-md-to-pdf" : " ^2.1.1" ,
59
59
"electron-settings" : " ^3.2.0" ,
60
- "electron-unhandled" : " ^3.0.0" ,
61
60
"electron-updater" : " ^4.0.14" ,
62
61
"electron-util" : " ^0.13.1" ,
63
62
"feather-icons" : " ^4.25.0" ,
Original file line number Diff line number Diff line change @@ -3,14 +3,12 @@ import contextMenu from "electron-context-menu";
3
3
import electronDebug from "electron-debug" ;
4
4
import path from "path" ;
5
5
6
- import initReportDialog from "../shared/reportDialog" ;
7
6
import { initI18n } from "./i18n/i18n" ;
8
7
import initIpcListeners from "./ipcMain/listeners" ;
9
8
import { buildMenu } from "./menu/menu" ;
10
9
import updateApp from "./updater" ;
11
10
import { getWindow , setWindow } from "./window" ;
12
11
13
- initReportDialog ( ) ;
14
12
electronDebug ( ) ;
15
13
contextMenu ( ) ;
16
14
Original file line number Diff line number Diff line change @@ -4,13 +4,11 @@ import React from "react";
4
4
import ReactDOM from "react-dom" ;
5
5
import { Provider } from "react-redux" ;
6
6
7
- import initReportDialog from "../shared/reportDialog" ;
8
7
import AppContainer from "./components/AppContainer" ;
9
8
import initIpcListeners from "./electron/ipcRenderer/listeners" ;
10
9
import store from "./store/store" ;
11
10
import { initI18n } from "./utils/i18n" ;
12
11
13
- initReportDialog ( ) ;
14
12
initIpcListeners ( ) ;
15
13
initI18n ( ) ;
16
14
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2992
2992
dependencies:
2993
2993
source-map "~0.6.0"
2994
2994
2995
- clean-stack@^2.0.0, clean-stack@^2.1.0 :
2995
+ clean-stack@^2.0.0:
2996
2996
version "2.2.0"
2997
2997
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b"
2998
2998
integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==
@@ -4108,16 +4108,6 @@ electron-to-chromium@^1.3.322:
4108
4108
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.322.tgz#a6f7e1c79025c2b05838e8e344f6e89eb83213a8"
4109
4109
integrity sha512-Tc8JQEfGQ1MzfSzI/bTlSr7btJv/FFO7Yh6tanqVmIWOuNCu6/D1MilIEgLtmWqIrsv+o4IjpLAhgMBr/ncNAA==
4110
4110
4111
- electron-unhandled@^3.0.0:
4112
- version "3.0.1"
4113
- resolved "https://registry.yarnpkg.com/electron-unhandled/-/electron-unhandled-3.0.1.tgz#34794326d850ac7bc1a1d2fe90f2b0fcd4d12c9c"
4114
- integrity sha512-eIK3LpT/1hrBK4dJjHEQLbTvI8XOflItCOtMzY2RIaRfGAXV0JfJoTe+Y59Q9b/87oXWmSD5p2Dnp2Nzgtlijg==
4115
- dependencies:
4116
- clean-stack "^2.1.0"
4117
- electron-is-dev "^1.0.1"
4118
- ensure-error "^2.0.0"
4119
- lodash.debounce "^4.0.8"
4120
-
4121
4111
electron-updater@^4.0.14:
4122
4112
version "4.2.0"
4123
4113
resolved "https://registry.yarnpkg.com/electron-updater/-/electron-updater-4.2.0.tgz#f9ecfc657f65ead737d42b9efecf628d3756b550"
@@ -4219,11 +4209,6 @@ enhanced-resolve@^4.1.0:
4219
4209
memory-fs "^0.5.0"
4220
4210
tapable "^1.0.0"
4221
4211
4222
- ensure-error@^2.0.0:
4223
- version "2.0.0"
4224
- resolved "https://registry.yarnpkg.com/ensure-error/-/ensure-error-2.0.0.tgz#b8359a992601601b3541af9472f6a49d9dca1458"
4225
- integrity sha512-1ela4oR5A+TdtFpfiQrZKFUbsOi4JuIYmz2qSGFar6pEdRa54E15mKHVVYrAq1OQhd6b6nVrCaQxQlo6kYwhaw==
4226
-
4227
4212
entities@^1.1.1:
4228
4213
version "1.1.2"
4229
4214
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
You can’t perform that action at this time.
0 commit comments