Skip to content

Commit

Permalink
chore: update deps (#6001)
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Jul 1, 2021
1 parent 71d3704 commit 5b4305e
Show file tree
Hide file tree
Showing 20 changed files with 1,128 additions and 1,490 deletions.
15 changes: 8 additions & 7 deletions package.json
Expand Up @@ -40,20 +40,21 @@
"dmg-license": "~1.0.9"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"eslint": "^7.28.0",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"fs-extra": "^10.0.0",
"globby": "^11.0.3",
"globby": "^11.0.4",
"husky": "~6.0.0",
"jest-cli": "^27.0.4",
"jest-cli": "^27.0.5",
"jsdoc-to-markdown": "^7.0.1",
"lint-staged": "^11.0.0",
"prettier": "^2.3.1",
"prettier": "^2.3.2",
"ts-jsdoc": "^3.2.2",
"typescript": "~4.3.2",
"typescript": "~4.3.4",
"typescript-json-schema": "^0.50.1",
"v8-compile-cache": "^2.3.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/app-builder-lib/package.json
@@ -1,7 +1,7 @@
{
"name": "app-builder-lib",
"description": "electron-builder lib",
"version": "22.11.7",
"version": "22.11.8",
"main": "out/index.js",
"files": [
"out",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"///": "babel in devDependencies for proton tests",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.14.2",
"@babel/plugin-proposal-do-expressions": "^7.14.0",
Expand All @@ -86,7 +86,7 @@
"@babel/plugin-proposal-throw-expressions": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.14.2",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.13.13",
"@types/debug": "^4.1.5",
"@types/ejs": "^3.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-builder-lib/src/version.ts
@@ -1 +1 @@
export const PACKAGE_VERSION = "22.11.7"
export const PACKAGE_VERSION = "22.11.8"
4 changes: 2 additions & 2 deletions packages/builder-util/package.json
@@ -1,6 +1,6 @@
{
"name": "builder-util",
"version": "22.11.7",
"version": "22.11.8",
"main": "out/util.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"7zip-bin": "~5.1.1",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^9.0.11",
"app-builder-bin": "3.5.13",
"app-builder-bin": "3.6.1",
"bluebird-lst": "^1.0.9",
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/dmg-builder/package.json
@@ -1,6 +1,6 @@
{
"name": "dmg-builder",
"version": "22.11.7",
"version": "22.11.8",
"main": "out/dmgUtil.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand All @@ -13,9 +13,9 @@
"vendor"
],
"dependencies": {
"app-builder-lib": "22.11.7",
"builder-util": "22.11.7",
"builder-util-runtime": "8.7.6",
"app-builder-lib": "workspace:*",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"fs-extra": "^10.0.0",
"iconv-lite": "^0.6.2",
"js-yaml": "^4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder-squirrel-windows/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-builder-squirrel-windows",
"version": "22.11.7",
"version": "22.11.8",
"main": "out/SquirrelWindowsTarget.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/electron-builder/package.json
@@ -1,7 +1,7 @@
{
"name": "electron-builder",
"description": "A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box",
"version": "22.11.7",
"version": "22.11.8",
"main": "out/index.js",
"files": [
"out"
Expand Down Expand Up @@ -46,7 +46,7 @@
"bugs": "https://github.com/electron-userland/electron-builder/issues",
"homepage": "https://github.com/electron-userland/electron-builder",
"dependencies": {
"@types/yargs": "^16.0.2",
"@types/yargs": "^17.0.0",
"app-builder-lib": "workspace:*",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder/src/builder.ts
Expand Up @@ -4,7 +4,7 @@ import { build as _build, Configuration, DIR_TARGET, Packager, PackagerOptions,
import { PublishOptions } from "electron-publish"
import * as yargs from "yargs"

export function createYargs() {
export function createYargs(): yargs.Argv<unknown> {
return yargs.parserConfiguration({
"camel-case-expansion": false,
})
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder/src/cli/cli.ts
Expand Up @@ -16,7 +16,7 @@ import { start } from "./start"
import { nodeGypRebuild } from "app-builder-lib/out/util/yarn"

// tslint:disable:no-unused-expression
createYargs()
void createYargs()
.command(["build", "*"], "Build", configureBuildCommand, wrap(build))
.command("install-app-deps", "Install app deps", configureInstallAppDepsCommand, wrap(installAppDeps))
.command("node-gyp-rebuild", "Rebuild own native code", configureInstallAppDepsCommand /* yes, args the same as for install app deps */, wrap(rebuildAppNativeCode))
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-appimage/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-appimage",
"version": "22.11.7",
"version": "22.11.8",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-nsis-web/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-nsis-web",
"version": "22.11.7",
"version": "22.11.8",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-nsis/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-nsis",
"version": "22.11.7",
"version": "22.11.8",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-snap/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-snap",
"version": "22.11.7",
"version": "22.11.8",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-publish/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-publish",
"version": "22.11.7",
"version": "22.11.8",
"main": "out/publisher.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-updater/package.json
@@ -1,6 +1,6 @@
{
"name": "electron-updater",
"version": "4.3.10",
"version": "4.4.0",
"description": "Cross platform updater for electron applications",
"main": "out/main.js",
"author": "Vladimir Krivosheev",
Expand Down

0 comments on commit 5b4305e

Please sign in to comment.