Skip to content

Commit 97abfb9

Browse files
authored
feat: support electron 22 (#13)
1 parent 9ce3b13 commit 97abfb9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,16 @@
1414
"@electron/remote": "2",
1515
"detect-port": "1",
1616
"electrom": "19",
17-
"electron": "18",
17+
"electron": "22",
1818
"electron-json-storage-alt": "18",
1919
"electron-webview-schedule": "18",
2020
"electron-windows": "18",
2121
"electron-windows-titlebar": "1",
2222
"graceful-updater": "1",
2323
"lodash": "4",
2424
"moment": "^2.29.4",
25-
"semver": "^7.3.8"
26-
},
27-
"optionalDependencies": {
2825
"network-interface": "18",
26+
"semver": "^7.3.8",
2927
"windows-verify-trust": "1"
3028
},
3129
"devDependencies": {

0 commit comments

Comments
 (0)