Skip to content

Commit

Permalink
Bump electron-log
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Sep 30, 2024
1 parent 90077be commit b08bc69
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"cpus": "^1.0.3",
"d3-array": "^3.2.0",
"electron-better-ipc": "^2.0.1",
"electron-log": "^4.4.8",
"electron-progressbar": "^2.0.1",
"electron-log": "^5.2.0",
"electron-store": "^8.1.0",
"electron-updater": "^5.2.4",
"filenamify": "^4.3.0",
Expand Down
5 changes: 4 additions & 1 deletion src/main/index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
import electron from 'electron';
import path from 'path';
import url from 'url';
import log from 'electron-log';
import log from 'electron-log/main';
import { autoUpdater } from 'electron-updater';
import ProgressBar from 'electron-progressbar';

import './api';
import MenuBuilder from './menu';
import { is } from '../common/utils';

// It preloads electron-log IPC code in renderer processes
log.initialize();

// TODO: Have removed electron-debug dependency, because it used remote module. Maybe we need some alternative.

//-------------------------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5630,10 +5630,10 @@ electron-download@^4.1.1:
semver "^5.4.1"
sumchecker "^2.0.2"

electron-log@^4.4.8:
version "4.4.8"
resolved "https://registry.yarnpkg.com/electron-log/-/electron-log-4.4.8.tgz#fcb9f714dbcaefb6ac7984c4683912c74730248a"
integrity sha512-QQ4GvrXO+HkgqqEOYbi+DHL7hj5JM+nHi/j+qrN9zeeXVKy8ZABgbu4CnG+BBqDZ2+tbeq9tUC4DZfIWFU5AZA==
electron-log@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/electron-log/-/electron-log-5.2.0.tgz#505716926dfcf9cb3e74f42b1003be6d865bcb88"
integrity sha512-VjLkvaLmbP3AOGOh5Fob9M8bFU0mmeSAb5G2EoTBx+kQLf2XA/0byzjsVGBTHhikbT+m1AB27NEQUv9wX9nM8w==

electron-progressbar@^2.0.1:
version "2.2.1"
Expand Down

0 comments on commit b08bc69

Please sign in to comment.