Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed May 9, 2019
1 parent 4d92abf commit 286ef45
Show file tree
Hide file tree
Showing 7 changed files with 787 additions and 867 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"ini": "^1.3.5",
"is-ci": "^2.0.0",
"isbinaryfile": "^4.0.0",
"js-yaml": "^3.13.0",
"js-yaml": "^3.13.1",
"lazy-val": "^1.0.4",
"lodash.isequal": "^4.5.0",
"mime": "^2.4.1",
"mime": "^2.4.2",
"minimatch": "^3.0.4",
"normalize-package-data": "^2.5.0",
"pako": "^1.0.10",
Expand All @@ -60,38 +60,38 @@
"sanitize-filename": "^1.6.1",
"sax": "^1.2.4",
"semver": "^6.0.0",
"source-map-support": "^0.5.11",
"source-map-support": "^0.5.12",
"stat-mode": "^0.3.0",
"sumchecker": "^2.0.2",
"sumchecker": "^3.0.0",
"temp-file": "^3.3.2",
"tunnel-agent": "^0.6.0",
"update-notifier": "^2.5.0",
"yargs": "^13.2.2"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-do-expressions": "^7.2.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.3.2",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@types/debug": "^4.1.3",
"@types/debug": "^4.1.4",
"@types/ejs": "^2.6.3",
"@types/ini": "^1.3.30",
"@types/jest": "^24.0.11",
"@types/jest": "^24.0.12",
"@types/js-yaml": "^3.12.1",
"@types/lodash.isequal": "^4.5.5",
"@types/node-emoji": "^1.8.1",
Expand All @@ -100,25 +100,25 @@
"@types/semver": "^6.0.0",
"@types/source-map-support": "^0.5.0",
"@types/stat-mode": "^0.2.0",
"@types/yargs": "^12.0.11",
"@types/yargs": "^13.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-preset-ts-node6-bluebird": "^3.0.2",
"convert-source-map": "^1.6.0",
"decompress-zip": "^0.3.1",
"depcheck": "^0.7.2",
"depcheck": "^0.8.0",
"electron-builder-tslint-config": "^1.1.0",
"globby": "^9.2.0",
"jest-cli": "^24.7.1",
"jest-junit": "^6.3.0",
"jest-cli": "^24.8.0",
"jest-junit": "^6.4.0",
"jsdoc-to-markdown": "^4.0.1",
"path-sort": "^0.1.0",
"sumchecker": "^2.0.2",
"sumchecker": "^3.0.0",
"ts-babel": "6.1.4",
"ts-jsdoc": "^3.0.1",
"tslint": "^5.15.0",
"typescript": "~3.4.1",
"tslint": "^5.16.0",
"typescript": "~3.4.5",
"whitespace": "^2.1.0",
"worker-farm": "^1.6.0"
"worker-farm": "^1.7.0"
},
"jest": {
"testEnvironment": "node",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"hosted-git-info": "^2.7.1",
"is-ci": "^2.0.0",
"isbinaryfile": "^4.0.0",
"js-yaml": "^3.13.0",
"js-yaml": "^3.13.1",
"read-config-file": "3.2.2",
"minimatch": "^3.0.4",
"normalize-package-data": "^2.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/builder-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"chalk": "^2.4.2",
"debug": "^4.1.1",
"builder-util-runtime": "^0.0.0-semantic-release",
"source-map-support": "^0.5.11",
"source-map-support": "^0.5.12",
"7zip-bin": "~4.1.0",
"js-yaml": "^3.13.0"
"js-yaml": "^3.13.1"
},
"typings": "./out/util.d.ts"
}
2 changes: 1 addition & 1 deletion packages/dmg-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"parse-color": "^1.0.0",
"builder-util": "~0.0.0-semantic-release",
"iconv-lite": "^0.4.24",
"js-yaml": "^3.13.0",
"js-yaml": "^3.13.1",
"app-builder-lib": "~0.0.0-semantic-release",
"sanitize-filename": "^1.6.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"lazy-val": "^1.0.4",
"fs-extra-p": "^7.0.1",
"mime": "^2.4.1",
"mime": "^2.4.2",
"bluebird-lst": "^1.0.7",
"builder-util-runtime": "^0.0.0-semantic-release",
"builder-util": "~0.0.0-semantic-release",
Expand Down
4 changes: 2 additions & 2 deletions packages/electron-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"lazy-val": "^1.0.4",
"bluebird-lst": "^1.0.7",
"fs-extra-p": "^7.0.1",
"js-yaml": "^3.13.0",
"js-yaml": "^3.13.1",
"semver": "^6.0.0",
"source-map-support": "^0.5.11",
"source-map-support": "^0.5.12",
"builder-util-runtime": "~0.0.0-semantic-release",
"lodash.isequal": "^4.5.0",
"pako": "^1.0.10"
Expand Down
Loading

0 comments on commit 286ef45

Please sign in to comment.