Skip to content

Commit

Permalink
fix: older version of app-builder-bin included
Browse files Browse the repository at this point in the history
Close #3600
  • Loading branch information
develar committed Jan 15, 2019
1 parent 26fdd8a commit f10498c
Show file tree
Hide file tree
Showing 10 changed files with 272 additions and 229 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,35 +32,35 @@
"dependencies": {
"7zip-bin": "~4.1.0",
"@types/is-ci": "^1.1.0",
"app-builder-bin": "2.6.1",
"app-builder-bin": "2.6.3",
"archiver": "^3.0.0",
"async-exit-hook": "^2.0.1",
"bluebird-lst": "^1.0.6",
"chalk": "^2.4.1",
"chalk": "^2.4.2",
"chromium-pickle-js": "^0.2.0",
"debug": "^4.1.0",
"debug": "^4.1.1",
"ejs": "^2.6.1",
"electron-osx-sign": "0.4.11",
"fs-extra-p": "^7.0.0",
"hosted-git-info": "^2.7.1",
"iconv-lite": "^0.4.24",
"ini": "^1.3.5",
"is-ci": "^2.0.0",
"isbinaryfile": "^3.0.3",
"js-yaml": "^3.12.0",
"isbinaryfile": "^4.0.0",
"js-yaml": "^3.12.1",
"lazy-val": "^1.0.3",
"lodash.isequal": "^4.5.0",
"mime": "^2.4.0",
"minimatch": "^3.0.4",
"normalize-package-data": "^2.4.0",
"pako": "^1.0.7",
"pako": "^1.0.8",
"parse-color": "^1.0.0",
"plist": "^3.0.1",
"read-config-file": "3.2.0",
"read-config-file": "3.2.1",
"sanitize-filename": "^1.6.1",
"sax": "^1.2.4",
"semver": "^5.6.0",
"source-map-support": "^0.5.9",
"source-map-support": "^0.5.10",
"stat-mode": "^0.2.2",
"sumchecker": "^2.0.2",
"temp-file": "^3.3.2",
Expand All @@ -70,8 +70,8 @@
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-decorators": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.2.3",
"@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",
Expand All @@ -86,13 +86,13 @@
"@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.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@types/debug": "^0.0.31",
"@types/ejs": "^2.6.1",
"@types/ini": "^1.3.30",
"@types/jest": "^23.3.10",
"@types/js-yaml": "^3.11.2",
"@types/jest": "^23.3.12",
"@types/js-yaml": "^3.11.4",
"@types/lodash.isequal": "^4.5.3",
"@types/node-emoji": "^1.8.0",
"@types/sanitize-filename": "^1.1.28",
Expand All @@ -107,15 +107,15 @@
"depcheck": "^0.6.11",
"develar-typescript-json-schema": "0.20.0",
"electron-builder-tslint-config": "^1.1.0",
"globby": "^8.0.1",
"globby": "^9.0.0",
"jest-cli": "^23.6.0",
"jest-junit": "^5.2.0",
"jest-junit": "^6.0.1",
"jsdoc-to-markdown": "^4.0.1",
"path-sort": "^0.1.0",
"sumchecker": "^2.0.2",
"ts-babel": "6.1.2",
"ts-jsdoc": "^3.0.1",
"tslint": "^5.12.0",
"tslint": "^5.12.1",
"typescript": "~3.2.2",
"whitespace": "^2.1.0",
"worker-farm": "^1.6.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"homepage": "https://github.com/electron-userland/electron-builder",
"dependencies": {
"7zip-bin": "~4.1.0",
"app-builder-bin": "2.6.1",
"app-builder-bin": "2.6.3",
"async-exit-hook": "^2.0.1",
"bluebird-lst": "^1.0.6",
"chromium-pickle-js": "^0.2.0",
Expand All @@ -53,15 +53,15 @@
"fs-extra-p": "^7.0.0",
"hosted-git-info": "^2.7.1",
"is-ci": "^2.0.0",
"isbinaryfile": "^3.0.3",
"js-yaml": "^3.12.0",
"read-config-file": "3.2.0",
"isbinaryfile": "^4.0.0",
"js-yaml": "^3.12.1",
"read-config-file": "3.2.1",
"minimatch": "^3.0.4",
"normalize-package-data": "^2.4.0",
"plist": "^3.0.1",
"sanitize-filename": "^1.6.1",
"semver": "^5.6.0",
"debug": "^4.1.0",
"debug": "^4.1.1",
"lazy-val": "^1.0.3",
"temp-file": "^3.3.2",
"ejs": "^2.6.1"
Expand Down
3 changes: 1 addition & 2 deletions packages/app-builder-lib/src/asar/unpackDetector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ import BluebirdPromise from "bluebird-lst"
import { log } from "builder-util"
import { CONCURRENCY } from "builder-util/out/fs"
import { ensureDir } from "fs-extra-p"
import { isBinaryFile } from "isbinaryfile"
import * as path from "path"
import { NODE_MODULES_PATTERN } from "../fileTransformer"
import { getDestinationPath, ResolvedFileSet } from "../util/appFileCopier"

const isBinaryFile: any = BluebirdPromise.promisify(require("isbinaryfile"))

function addValue(map: Map<string, Array<string>>, key: string, value: string) {
let list = map.get(key)
if (list == null) {
Expand Down
2 changes: 1 addition & 1 deletion packages/builder-util-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": ">=6.0.0"
},
"dependencies": {
"debug": "^4.1.0",
"debug": "^4.1.1",
"fs-extra-p": "^7.0.0",
"bluebird-lst": "^1.0.6",
"sax": "^1.2.4"
Expand Down
10 changes: 5 additions & 5 deletions packages/builder-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"out"
],
"dependencies": {
"app-builder-bin": "2.6.1",
"app-builder-bin": "2.6.3",
"temp-file": "^3.3.2",
"fs-extra-p": "^7.0.0",
"is-ci": "^2.0.0",
"stat-mode": "^0.2.2",
"bluebird-lst": "^1.0.6",
"chalk": "^2.4.1",
"debug": "^4.1.0",
"chalk": "^2.4.2",
"debug": "^4.1.1",
"builder-util-runtime": "^0.0.0-semantic-release",
"source-map-support": "^0.5.9",
"source-map-support": "^0.5.10",
"7zip-bin": "~4.1.0",
"js-yaml": "^3.12.0"
"js-yaml": "^3.12.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.12.0",
"js-yaml": "^3.12.1",
"app-builder-lib": "~0.0.0-semantic-release",
"sanitize-filename": "^1.6.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/electron-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"homepage": "https://github.com/electron-userland/electron-builder",
"dependencies": {
"bluebird-lst": "^1.0.6",
"chalk": "^2.4.1",
"chalk": "^2.4.2",
"builder-util-runtime": "0.0.0-semantic-release",
"builder-util": "0.0.0-semantic-release",
"fs-extra-p": "^7.0.0",
"is-ci": "^2.0.0",
"read-config-file": "3.2.0",
"read-config-file": "3.2.1",
"sanitize-filename": "^1.6.1",
"update-notifier": "^2.5.0",
"yargs": "^12.0.5",
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 @@ -17,7 +17,7 @@
"bluebird-lst": "^1.0.6",
"builder-util-runtime": "^0.0.0-semantic-release",
"builder-util": "~0.0.0-semantic-release",
"chalk": "^2.4.1"
"chalk": "^2.4.2"
},
"typings": "./out/publisher.d.ts"
}
6 changes: 3 additions & 3 deletions packages/electron-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"lazy-val": "^1.0.3",
"bluebird-lst": "^1.0.6",
"fs-extra-p": "^7.0.0",
"js-yaml": "^3.12.0",
"js-yaml": "^3.12.1",
"semver": "^5.6.0",
"source-map-support": "^0.5.9",
"source-map-support": "^0.5.10",
"builder-util-runtime": "~0.0.0-semantic-release",
"lodash.isequal": "^4.5.0",
"pako": "^1.0.7"
"pako": "^1.0.8"
},
"typings": "./out/main.d.ts",
"publishConfig": {
Expand Down
Loading

0 comments on commit f10498c

Please sign in to comment.