mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-21 14:35:16 +00:00
Update socket.io 2.4.0 -> 4.4.1, electron 13.1.5 -> 18.0.2, electron-updater 4.3.9 -> 4.6.5, replace tsint with eslint
This commit is contained in:
3657
ElectronNET.Host/package-lock.json
generated
3657
ElectronNET.Host/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -13,15 +13,16 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"dasherize": "^2.0.0",
|
||||
"electron-updater": "^4.3.9",
|
||||
"electron-updater": "^4.6.5",
|
||||
"image-size": "^1.0.0",
|
||||
"portscanner": "^2.2.0",
|
||||
"socket.io": "^2.4.0"
|
||||
"socket.io": "^4.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^15.14.0",
|
||||
"electron": "^13.1.5",
|
||||
"tslint": "^6.1.3",
|
||||
"typescript": "^4.3.5"
|
||||
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
||||
"@typescript-eslint/parser": "^5.18.0",
|
||||
"electron": "^18.0.2",
|
||||
"eslint": "^8.12.0",
|
||||
"typescript": "^4.6.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user