|
14 | 14 | "test-linux": "docker run --rm -ti -v ${PWD}:/project -v ${PWD##*/}-node-modules:/project/node_modules -v ~/Library/Caches/electron:/root/.cache/electron -v ~/Library/Caches/electron-builder:/root/.cache/electron-builder electronuserland/builder:wine /bin/bash -c \"yarn && TEST_FILES=HoistedNodeModuleTest node ./test/out/helpers/runTests.js\"",
|
15 | 15 | "whitespace": "whitespace 'src/**/*.ts'",
|
16 | 16 | "docker-images": "docker/build.sh",
|
17 |
| - "update-deps": "npm-check-updates -a && node ./scripts/update-deps.js", |
| 17 | + "update-deps": "npm-check-updates -u && node ./scripts/update-deps.js", |
18 | 18 | "set-versions": "node test/out/helpers/setVersions.js",
|
19 | 19 | "release": "yarn set-versions && BABEL_ENV=production yarn compile && sh ./__publish.sh && conventional-changelog -p angular -i CHANGELOG.md -s",
|
20 | 20 | "schema": "",
|
|
32 | 32 | "dependencies": {
|
33 | 33 | "7zip-bin": "~4.1.0",
|
34 | 34 | "@types/is-ci": "^1.1.0",
|
35 |
| - "app-builder-bin": "2.6.4", |
| 35 | + "app-builder-bin": "2.6.5", |
36 | 36 | "archiver": "^3.0.0",
|
37 | 37 | "async-exit-hook": "^2.0.1",
|
38 | 38 | "bluebird-lst": "^1.0.7",
|
|
47 | 47 | "ini": "^1.3.5",
|
48 | 48 | "is-ci": "^2.0.0",
|
49 | 49 | "isbinaryfile": "^4.0.0",
|
50 |
| - "js-yaml": "^3.12.1", |
| 50 | + "js-yaml": "^3.13.0", |
51 | 51 | "lazy-val": "^1.0.4",
|
52 | 52 | "lodash.isequal": "^4.5.0",
|
53 |
| - "mime": "^2.4.0", |
| 53 | + "mime": "^2.4.1", |
54 | 54 | "minimatch": "^3.0.4",
|
55 | 55 | "normalize-package-data": "^2.5.0",
|
56 |
| - "pako": "^1.0.8", |
| 56 | + "pako": "^1.0.10", |
57 | 57 | "parse-color": "^1.0.0",
|
58 | 58 | "plist": "^3.0.1",
|
59 | 59 | "read-config-file": "3.2.2",
|
60 | 60 | "sanitize-filename": "^1.6.1",
|
61 | 61 | "sax": "^1.2.4",
|
62 |
| - "semver": "^5.6.0", |
63 |
| - "source-map-support": "^0.5.10", |
64 |
| - "stat-mode": "^0.2.2", |
| 62 | + "semver": "^6.0.0", |
| 63 | + "source-map-support": "^0.5.11", |
| 64 | + "stat-mode": "^0.3.0", |
65 | 65 | "sumchecker": "^2.0.2",
|
66 | 66 | "temp-file": "^3.3.2",
|
67 | 67 | "tunnel-agent": "^0.6.0",
|
68 | 68 | "update-notifier": "^2.5.0",
|
69 |
| - "yargs": "^13.2.1" |
| 69 | + "yargs": "^13.2.2" |
70 | 70 | },
|
71 | 71 | "devDependencies": {
|
72 |
| - "@babel/core": "^7.3.4", |
73 |
| - "@babel/plugin-proposal-class-properties": "^7.3.4", |
74 |
| - "@babel/plugin-proposal-decorators": "^7.3.0", |
| 72 | + "@babel/core": "^7.4.3", |
| 73 | + "@babel/plugin-proposal-class-properties": "^7.4.0", |
| 74 | + "@babel/plugin-proposal-decorators": "^7.4.0", |
75 | 75 | "@babel/plugin-proposal-do-expressions": "^7.2.0",
|
76 | 76 | "@babel/plugin-proposal-export-default-from": "^7.2.0",
|
77 | 77 | "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
|
78 | 78 | "@babel/plugin-proposal-function-bind": "^7.2.0",
|
79 | 79 | "@babel/plugin-proposal-function-sent": "^7.2.0",
|
80 | 80 | "@babel/plugin-proposal-json-strings": "^7.2.0",
|
81 | 81 | "@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
|
82 |
| - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0", |
| 82 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.3", |
83 | 83 | "@babel/plugin-proposal-numeric-separator": "^7.2.0",
|
84 | 84 | "@babel/plugin-proposal-optional-chaining": "^7.2.0",
|
85 | 85 | "@babel/plugin-proposal-pipeline-operator": "^7.3.2",
|
86 | 86 | "@babel/plugin-proposal-throw-expressions": "^7.2.0",
|
87 | 87 | "@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
88 | 88 | "@babel/plugin-syntax-import-meta": "^7.2.0",
|
89 |
| - "@babel/preset-env": "^7.3.4", |
| 89 | + "@babel/preset-env": "^7.4.3", |
90 | 90 | "@babel/preset-react": "^7.0.0",
|
91 |
| - "@types/debug": "^4.1.2", |
| 91 | + "@types/debug": "^4.1.3", |
92 | 92 | "@types/ejs": "^2.6.3",
|
93 | 93 | "@types/ini": "^1.3.30",
|
94 |
| - "@types/jest": "^24.0.9", |
95 |
| - "@types/js-yaml": "^3.12.0", |
96 |
| - "@types/lodash.isequal": "^4.5.4", |
| 94 | + "@types/jest": "^24.0.11", |
| 95 | + "@types/js-yaml": "^3.12.1", |
| 96 | + "@types/lodash.isequal": "^4.5.5", |
97 | 97 | "@types/node-emoji": "^1.8.1",
|
98 | 98 | "@types/sanitize-filename": "^1.1.28",
|
99 | 99 | "@types/sax": "^1.0.1",
|
100 |
| - "@types/semver": "^5.5.0", |
101 |
| - "@types/source-map-support": "^0.4.2", |
| 100 | + "@types/semver": "^6.0.0", |
| 101 | + "@types/source-map-support": "^0.5.0", |
102 | 102 | "@types/stat-mode": "^0.2.0",
|
103 |
| - "@types/yargs": "^12.0.9", |
| 103 | + "@types/yargs": "^12.0.11", |
104 | 104 | "babel-core": "^7.0.0-bridge.0",
|
105 | 105 | "babel-preset-ts-node6-bluebird": "^3.0.2",
|
106 | 106 | "convert-source-map": "^1.6.0",
|
107 | 107 | "decompress-zip": "^0.3.1",
|
108 |
| - "depcheck": "^0.7.1", |
| 108 | + "depcheck": "^0.7.2", |
109 | 109 | "electron-builder-tslint-config": "^1.1.0",
|
110 |
| - "globby": "^9.0.0", |
111 |
| - "jest-cli": "^24.1.0", |
| 110 | + "globby": "^9.2.0", |
| 111 | + "jest-cli": "^24.7.1", |
112 | 112 | "jest-junit": "^6.3.0",
|
113 | 113 | "jsdoc-to-markdown": "^4.0.1",
|
114 | 114 | "path-sort": "^0.1.0",
|
115 | 115 | "sumchecker": "^2.0.2",
|
116 | 116 | "ts-babel": "6.1.4",
|
117 | 117 | "ts-jsdoc": "^3.0.1",
|
118 |
| - "tslint": "^5.13.0", |
119 |
| - "typescript": "~3.3.3333", |
| 118 | + "tslint": "^5.15.0", |
| 119 | + "typescript": "~3.4.1", |
120 | 120 | "whitespace": "^2.1.0",
|
121 | 121 | "worker-farm": "^1.6.0"
|
122 | 122 | },
|
|
0 commit comments