Skip to content
This repository has been archived by the owner on Jul 12, 2021. It is now read-only.

Commit

Permalink
Remove electron-unhandled
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Dec 27, 2019
1 parent 65a34f7 commit 7d85343
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 65 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"electron-debug": "^3.0.0",
"electron-md-to-pdf": "^2.1.1",
"electron-settings": "^3.2.0",
"electron-unhandled": "^3.0.0",
"electron-updater": "^4.0.14",
"electron-util": "^0.13.1",
"feather-icons": "^4.25.0",
Expand Down
2 changes: 0 additions & 2 deletions src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ import contextMenu from "electron-context-menu";
import electronDebug from "electron-debug";
import path from "path";

import initReportDialog from "../shared/reportDialog";
import { initI18n } from "./i18n/i18n";
import initIpcListeners from "./ipcMain/listeners";
import { buildMenu } from "./menu/menu";
import updateApp from "./updater";
import { getWindow, setWindow } from "./window";

initReportDialog();
electronDebug();
contextMenu();

Expand Down
2 changes: 0 additions & 2 deletions src/renderer/renderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ import React from "react";
import ReactDOM from "react-dom";
import { Provider } from "react-redux";

import initReportDialog from "../shared/reportDialog";
import AppContainer from "./components/AppContainer";
import initIpcListeners from "./electron/ipcRenderer/listeners";
import store from "./store/store";
import { initI18n } from "./utils/i18n";

initReportDialog();
initIpcListeners();
initI18n();

Expand Down
44 changes: 0 additions & 44 deletions src/shared/reportDialog.ts

This file was deleted.

17 changes: 1 addition & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2992,7 +2992,7 @@ [email protected]:
dependencies:
source-map "~0.6.0"

clean-stack@^2.0.0, clean-stack@^2.1.0:
clean-stack@^2.0.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b"
integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==
Expand Down Expand Up @@ -4108,16 +4108,6 @@ electron-to-chromium@^1.3.322:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.322.tgz#a6f7e1c79025c2b05838e8e344f6e89eb83213a8"
integrity sha512-Tc8JQEfGQ1MzfSzI/bTlSr7btJv/FFO7Yh6tanqVmIWOuNCu6/D1MilIEgLtmWqIrsv+o4IjpLAhgMBr/ncNAA==

electron-unhandled@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/electron-unhandled/-/electron-unhandled-3.0.1.tgz#34794326d850ac7bc1a1d2fe90f2b0fcd4d12c9c"
integrity sha512-eIK3LpT/1hrBK4dJjHEQLbTvI8XOflItCOtMzY2RIaRfGAXV0JfJoTe+Y59Q9b/87oXWmSD5p2Dnp2Nzgtlijg==
dependencies:
clean-stack "^2.1.0"
electron-is-dev "^1.0.1"
ensure-error "^2.0.0"
lodash.debounce "^4.0.8"

electron-updater@^4.0.14:
version "4.2.0"
resolved "https://registry.yarnpkg.com/electron-updater/-/electron-updater-4.2.0.tgz#f9ecfc657f65ead737d42b9efecf628d3756b550"
Expand Down Expand Up @@ -4219,11 +4209,6 @@ enhanced-resolve@^4.1.0:
memory-fs "^0.5.0"
tapable "^1.0.0"

ensure-error@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ensure-error/-/ensure-error-2.0.0.tgz#b8359a992601601b3541af9472f6a49d9dca1458"
integrity sha512-1ela4oR5A+TdtFpfiQrZKFUbsOi4JuIYmz2qSGFar6pEdRa54E15mKHVVYrAq1OQhd6b6nVrCaQxQlo6kYwhaw==

entities@^1.1.1:
version "1.1.2"
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
Expand Down

0 comments on commit 7d85343

Please sign in to comment.