|
1 | 1 | { |
2 | 2 | "name": "bfx-report-electron", |
3 | | - "version": "3.4.0", |
| 3 | + "version": "3.5.0", |
4 | 4 | "repository": "https://github.com/bitfinexcom/bfx-report-electron", |
5 | 5 | "description": "Reporting tool", |
6 | 6 | "author": "bitfinex.com", |
|
11 | 11 | "async": "^2.6.1", |
12 | 12 | "bfx-svc-test-helper": "git+https://github.com/bitfinexcom/bfx-svc-test-helper.git", |
13 | 13 | "bittorrent-dht": "^8.4.0", |
| 14 | + "clean-stack": "^3.0.1", |
14 | 15 | "cron-validate": "^1.4.2", |
15 | 16 | "ed25519-supercop": "^2.0.1", |
16 | | - "electron-alert": "^0.1.11", |
| 17 | + "electron-alert": "0.1.13", |
17 | 18 | "electron-log": "^4.3.2", |
18 | 19 | "electron-root-path": "^1.0.16", |
19 | 20 | "electron-serve": "^1.0.0", |
20 | | - "electron-updater": "^4.3.8", |
| 21 | + "electron-updater": "4.3.8", |
21 | 22 | "extract-zip": "^2.0.1", |
22 | 23 | "find-free-port": "^2.0.0", |
23 | | - "grenache-grape": "^0.9.8", |
| 24 | + "github-markdown-css": "^4.0.0", |
| 25 | + "grenache-grape": "git+https://github.com/bitfinexcom/grenache-grape.git", |
| 26 | + "js-yaml": "^4.0.0", |
24 | 27 | "lodash": "^4.17.15", |
| 28 | + "new-github-issue-url": "^0.2.1", |
| 29 | + "showdown": "^1.9.1", |
| 30 | + "truncate-utf8-bytes": "^1.0.2", |
25 | 31 | "yauzl": "^2.10.0" |
26 | 32 | }, |
27 | 33 | "devDependencies": { |
28 | 34 | "app-builder-bin": "^3.5.13", |
29 | | - "electron": "11.4.5", |
30 | | - "electron-builder": "22.11.1", |
31 | | - "js-yaml": "^4.0.0", |
| 35 | + "electron": "13.1.6", |
| 36 | + "electron-builder": "22.11.7", |
32 | 37 | "node-gyp": "7.1.2", |
33 | 38 | "node-pre-gyp": "^0.11.0", |
34 | | - "standard": "^14.3.1" |
| 39 | + "standard": "^16.0.3" |
35 | 40 | }, |
36 | 41 | "standard": { |
37 | 42 | "globals": [ |
|
0 commit comments