Skip to content

Commit

Permalink
fix: ci-tests (#5523)
Browse files Browse the repository at this point in the history
* Revert 'chore: update deps' - eec01f7

* Keep version change

* Update posix smart unpack snapshot. `UPDATE_SNAPSHOT=true TEST_FILES=BuildTest yarn test-linux`

Co-authored-by: Mike Maietta <michaelmaietta@upwork.com>
  • Loading branch information
mmaietta and Mike Maietta authored Jan 15, 2021
1 parent 4f4e018 commit ced6e50
Show file tree
Hide file tree
Showing 10 changed files with 368 additions and 519 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"@babel/preset-env": "^7.12.10",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"babel-core": "^6.26.3",
"babel-preset-jest": "^26.6.2",
"bluebird-lst": "^1.0.9",
"electron-builder-tslint-config": "^1.1.0",
"eslint": "^7.16.0",
"eslint": "^7.15.0",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
"jest-cli": "^26.6.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"chromium-pickle-js": "^0.2.0",
"debug": "^4.3.1",
"debug": "^4.3.2",
"ejs": "^3.1.5",
"electron-publish": "workspace:*",
"fs-extra": "^9.0.1",
Expand Down Expand Up @@ -85,7 +85,7 @@
"@babel/plugin-proposal-throw-expressions": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.12.11",
"@babel/preset-env": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@types/debug": "^4.1.5",
"@types/ejs": "^3.0.5",
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": ">=8.2.5"
},
"dependencies": {
"debug": "^4.3.1",
"debug": "^4.3.2",
"sax": "^1.2.4"
},
"devDependencies": {
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 @@ -14,11 +14,11 @@
"7zip-bin": "~5.0.3",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^9.0.5",
"app-builder-bin": "3.5.12",
"app-builder-bin": "3.5.10",
"bluebird-lst": "^1.0.9",
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.0",
"debug": "^4.3.1",
"debug": "^4.3.2",
"fs-extra": "^9.0.1",
"is-ci": "^2.0.0",
"js-yaml": "^3.14.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"bugs": "https://github.com/electron-userland/electron-builder/issues",
"homepage": "https://github.com/electron-userland/electron-builder",
"dependencies": {
"@types/yargs": "^15.0.12",
"@types/yargs": "^15.0.11",
"app-builder-lib": "workspace:*",
"bluebird-lst": "^1.0.9",
"builder-util": "workspace:*",
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 @@ -18,7 +18,7 @@
"chalk": "^4.1.0",
"fs-extra": "^9.0.1",
"lazy-val": "^1.0.4",
"mime": "^2.4.7"
"mime": "^2.4.6"
},
"typings": "./out/publisher.d.ts"
}
6 changes: 3 additions & 3 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"7zip-bin": "~5.0.3",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-typescript": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-env": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@jest/core": "^26.6.3",
"@types/ci-info": "^2.0.0",
"@types/fs-extra": "^9.0.5",
"@types/jest": "^26.0.19",
"@types/js-yaml": "^3.12.5",
"@types/node": "^14.14.14",
"@types/node": "^14.14.13",
"@types/semver": "^7.3.4",
"app-builder-lib": "workspace:*",
"bluebird-lst": "^1.0.9",
Expand All @@ -21,7 +21,7 @@
"chalk": "^4.1.0",
"ci-info": "^2.0.0",
"decompress-zip": "^0.2.2",
"depcheck": "1.3.1",
"depcheck": "1.2.0",
"dmg-builder": "workspace:*",
"electron-builder": "workspace:*",
"electron-builder-squirrel-windows": "workspace:*",
Expand Down
Loading

0 comments on commit ced6e50

Please sign in to comment.