Skip to content

Commit 1e3fe61

Browse files
update npm packages to newest version of electron, electron-updater, tslint and typescript
1 parent 68288d9 commit 1e3fe61

File tree

3 files changed

+1420
-3
lines changed

3 files changed

+1420
-3
lines changed

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Not released
22

3-
# 7.30.3
3+
# 8.31.1
44

55
# Released
66

ElectronNET.Host/package-lock.json

Lines changed: 1392 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ElectronNET.Host/package.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
{"name":"electron.net.host","version":"1.0.0","description":"Electron-Host for Electron.NET.","repository":{"url":"https://github.com/ElectronNET/Electron.NET"},"main":"main.js","author":"Gregor Biswanger","license":"MIT","scripts":{"start":"tsc -p ."},"dependencies":{"electron-updater":"^4.0.6","image-size":"^0.7.4","portscanner":"^2.2.0","socket.io":"^2.2.0"},"devDependencies":{"@types/node":"^10.14.4","@types/socket.io":"^2.1.2","electron":"^7.1.2","tslint":"^5.20.1","typescript":"^3.7.2"}}
1+
{
2+
"name": "electron.net.host",
3+
"version": "1.0.0",
4+
"description": "Electron-Host for Electron.NET.",
5+
"repository": {
6+
"url": "https://github.com/ElectronNET/Electron.NET"
7+
},
8+
"main": "main.js",
9+
"author": "Gregor Biswanger",
10+
"license": "MIT",
11+
"scripts": {
12+
"start": "tsc -p ."
13+
},
14+
"dependencies": {
15+
"electron-updater": "^4.2.5",
16+
"image-size": "^0.7.4",
17+
"portscanner": "^2.2.0",
18+
"socket.io": "^2.2.0"
19+
},
20+
"devDependencies": {
21+
"@types/node": "^10.14.4",
22+
"@types/socket.io": "^2.1.2",
23+
"electron": "^8.2.3",
24+
"tslint": "^6.1.1",
25+
"typescript": "^3.8.3"
26+
}
27+
}

0 commit comments

Comments
 (0)