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

Commit

Permalink
Update deps, fix appimage bug #121
Browse files Browse the repository at this point in the history
  • Loading branch information
jwheare committed Jun 26, 2018
1 parent d1bbcdd commit 95782e6
Show file tree
Hide file tree
Showing 3 changed files with 369 additions and 280 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -21,6 +21,9 @@ dev: node_modules
test: node_modules
${PKG} run test

snyk: node_modules
${PKG} run snyk

mac: node_modules
${PKG} run mac

Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -30,23 +30,23 @@
"irccloud": {},
"devDependencies": {
"devtron": "^1.4.0",
"electron": "^2.0.2",
"electron-builder": "^20.15.1",
"eslint": "^4.19.1",
"snyk": "^1.82.1"
"electron": "^2.0.3",
"electron-builder": "^20.16.4",
"eslint": "^5.0.1",
"snyk": "^1.85.0"
},
"dependencies": {
"electron-dl": "^1.12.0",
"electron-is": "^2.4.1",
"electron-log": "^2.2.14",
"electron-log": "^2.2.15",
"electron-spellchecker": "^1.1.2",
"electron-store": "^2.0.0",
"electron-updater": "^2.21.10",
"electron-updater": "^2.22.1",
"getos": "3.1.0",
"lodash": "4.17.10",
"open": "0.0.5",
"os-name": "^2.0.1",
"raven": "^2.6.2",
"raven": "^2.6.3",
"unused-filename": "^1.0.0"
}
}

0 comments on commit 95782e6

Please sign in to comment.