Skip to content

Commit 2ad92eb

Browse files
committed
update dep version
1 parent 8fc3010 commit 2ad92eb

File tree

3 files changed

+897
-793
lines changed

3 files changed

+897
-793
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function createWindow() {
131131
})
132132

133133
//prevent app-killers for lock mode / focus mode
134-
win.webContents.on('crashed', () => {
134+
win.webContents.on('render-process-gone', () => {
135135
if (store.get('islocked') || (fullScreenProtection && isTimerWin && (process.env.NODE_ENV !== "development") && (!isLoose))) relaunchSolution();
136136
});
137137

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"productName": "wnr",
3131
"dependencies": {
3232
"@eastdesire/jscolor": "2.5.2",
33-
"@electron/remote": "2.1.1",
33+
"@electron/remote": "2.1.3",
3434
"bootstrap": "4.6.2",
3535
"cmd-or-ctrl": "0.3.1",
3636
"compare-version": "0.1.2",
3737
"copy-to-clipboard": "3.3.3",
3838
"crypto-js": "4.2.0",
3939
"electron-debug": "3.2.0",
4040
"electron-store": "8.1.0",
41-
"i18n": "0.15.1",
41+
"i18n": "0.15.2",
4242
"jquery": "3.7.1",
4343
"node-fetch": "2.7.0",
4444
"node-notifier": "10.0.1",
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"cross-env": "7.0.3",
52-
"electron": "22.3.27",
53-
"electron-builder": "23.0.3"
52+
"electron": "37.6.0",
53+
"electron-builder": "26.0.12"
5454
}
5555
}

0 commit comments

Comments
 (0)