Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 988ab78

Browse files
committed
v0.8.0 version bump, changelog, update dependencies including [email protected]
1 parent 97a4cb2 commit 988ab78

6 files changed

+723
-146
lines changed

.snyk

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ ignore:
55
'npm:open:20180512':
66
- open:
77
reason: None given
8-
expires: '2018-10-15T15:01:14.734Z'
8+
expires: '2018-11-26T13:25:13.999Z'
99
patch: {}

build/release-notes-linux.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
* Updated dependencies
1+
* Updated dependencies including [email protected]
2+
* Improve context menu options for copying and downloading links

build/release-notes-mac.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
* Updated dependencies including a fix for a crash on macOS Yosemite
1+
* Updated dependencies including [email protected]
2+
* Improve context menu options for copying and downloading links

build/release-notes-windows.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
* Updated dependencies
1+
* Updated dependencies including [email protected]
2+
* Improve context menu options for copying and downloading links

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"repository": "https://github.com/irccloud/irccloud-desktop",
1111
"license": "Apache-2.0",
12-
"version": "0.7.2",
12+
"version": "0.8.0",
1313
"main": "app/main.js",
1414
"scripts": {
1515
"postinstall": "electron-builder install-app-deps",
@@ -30,18 +30,18 @@
3030
"irccloud": {},
3131
"devDependencies": {
3232
"devtron": "^1.4.0",
33-
"electron": "^2.0.9",
33+
"electron": "^3.0.6",
3434
"electron-builder": "^20.28.4",
35-
"eslint": "^5.6.0",
36-
"snyk": "^1.95.3"
35+
"eslint": "^5.8.0",
36+
"snyk": "^1.105.0"
3737
},
3838
"dependencies": {
3939
"electron-dl": "^1.12.0",
4040
"electron-is": "^3.0.0",
4141
"electron-log": "^2.2.17",
4242
"electron-spellchecker": "^1.1.2",
4343
"electron-store": "^2.0.0",
44-
"electron-updater": "^3.1.2",
44+
"electron-updater": "^3.1.5",
4545
"getos": "3.1.0",
4646
"lodash": "4.17.11",
4747
"open": "0.0.5",

0 commit comments

Comments
 (0)