|
29 | 29 | "////": "All typings are added into root `package.json` to avoid duplication errors in the IDE compiler (several `node.d.ts` files).", |
30 | 30 | "dependencies": { |
31 | 31 | "7zip-bin": "~3.1.0", |
32 | | - "app-builder-bin": "1.5.0", |
| 32 | + "app-builder-bin": "1.5.1", |
33 | 33 | "archiver": "^2.1.1", |
34 | 34 | "async-exit-hook": "^2.0.1", |
35 | | - "aws-sdk": "^2.202.0", |
| 35 | + "aws-sdk": "^2.205.0", |
36 | 36 | "bluebird-lst": "^1.0.5", |
37 | | - "chalk": "^2.3.0", |
| 37 | + "chalk": "^2.3.2", |
38 | 38 | "chromium-pickle-js": "^0.2.0", |
39 | 39 | "debug": "^3.1.0", |
40 | 40 | "ejs": "^2.5.7", |
|
73 | 73 | "@types/ejs": "^2.5.0", |
74 | 74 | "@types/electron-is-dev": "^0.3.0", |
75 | 75 | "@types/ini": "^1.3.29", |
76 | | - "@types/jest": "^22.1.3", |
| 76 | + "@types/jest": "^22.1.4", |
77 | 77 | "@types/js-yaml": "^3.10.1", |
78 | 78 | "@types/lodash.isequal": "^4.5.2", |
79 | 79 | "@types/node-emoji": "^1.8.0", |
|
85 | 85 | "babel-preset-ts-node6-bluebird": "^1.0.1", |
86 | 86 | "convert-source-map": "^1.5.1", |
87 | 87 | "decompress-zip": "^0.3.0", |
88 | | - "depcheck": "^0.6.8", |
| 88 | + "depcheck": "^0.6.9", |
89 | 89 | "develar-typescript-json-schema": "0.20.0", |
90 | 90 | "electron-builder-tslint-config": "^1.1.0", |
91 | 91 | "env-paths": "^1.0.0", |
|
105 | 105 | "typescript": "2.7.2", |
106 | 106 | "v8-compile-cache": "^1.1.2", |
107 | 107 | "whitespace": "^2.1.0", |
108 | | - "worker-farm": "^1.5.2" |
| 108 | + "worker-farm": "^1.5.4" |
109 | 109 | }, |
110 | 110 | "jest": { |
111 | 111 | "testEnvironment": "node", |
|
0 commit comments