Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Jan 15, 2021
1 parent 106b680 commit 80174f6
Show file tree
Hide file tree
Showing 13 changed files with 408 additions and 302 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/preset-env": "^7.12.10",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"@babel/preset-env": "^7.12.11",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"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.15.0",
"eslint": "^7.17.0",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
"globby": "^11.0.2",
"jest-cli": "^26.6.3",
"jsdoc-to-markdown": "^6.0.1",
"ts-babel": "6.1.7",
"ts-jsdoc": "^3.1.1",
"typescript": "~4.1.3",
"typescript-json-schema": "^0.43.0"
"typescript-json-schema": "^0.47.0"
},
"eslintIgnore": [
"*.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/plugin-proposal-do-expressions": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
Expand All @@ -85,13 +85,13 @@
"@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.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@types/debug": "^4.1.5",
"@types/ejs": "^3.0.5",
"@types/fs-extra": "^9.0.5",
"@types/fs-extra": "^9.0.6",
"@types/is-ci": "^2.0.0",
"@types/js-yaml": "^3.12.5",
"@types/js-yaml": "^3.12.6",
"@types/normalize-package-data": "^2.4.0",
"@types/semver": "^7.3.4",
"dmg-builder": "workspace:*",
Expand Down
88 changes: 55 additions & 33 deletions packages/app-builder-lib/scheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1304,6 +1304,9 @@
"string"
]
},
"defaultArch": {
"type": "string"
},
"description": {
"description": "As [description](/configuration/configuration#Metadata-description) from application package.json, but allows you to specify different for Linux.",
"type": [
Expand Down Expand Up @@ -1829,13 +1832,6 @@
"string"
]
},
"executableName": {
"description": "The executable name. Defaults to `productName`.",
"type": [
"null",
"string"
]
},
"asar": {
"anyOf": [
{
Expand Down Expand Up @@ -1949,6 +1945,9 @@
"description": "Whether a dark mode is supported. If your app does have a dark mode, you can make your app follow the system-wide dark mode setting.",
"type": "boolean"
},
"defaultArch": {
"type": "string"
},
"detectUpdateChannel": {
"default": true,
"description": "Whether to infer update channel from application version pre-release components. e.g. if version `0.12.1-alpha.1`, channel will be set to `alpha`. Otherwise to `latest`.",
Expand Down Expand Up @@ -1996,6 +1995,13 @@
"string"
]
},
"executableName": {
"description": "The executable name. Defaults to `productName`.",
"type": [
"null",
"string"
]
},
"extendInfo": {
"description": "The extra entries for `Info.plist`."
},
Expand Down Expand Up @@ -2396,20 +2402,6 @@
],
"default": "distribution",
"description": "Whether to sign app for development or for distribution."
},
"defaultArch": {
"anyOf": [
{
"enum": [
"arm64",
"universal",
"x64"
],
"type": "string"
}
],
"default": "x64",
"description": "The default arch to skip in target names."
}
},
"type": "object"
Expand Down Expand Up @@ -2545,6 +2537,9 @@
"description": "Whether a dark mode is supported. If your app does have a dark mode, you can make your app follow the system-wide dark mode setting.",
"type": "boolean"
},
"defaultArch": {
"type": "string"
},
"detectUpdateChannel": {
"default": true,
"description": "Whether to infer update channel from application version pre-release components. e.g. if version `0.12.1-alpha.1`, channel will be set to `alpha`. Otherwise to `latest`.",
Expand Down Expand Up @@ -2592,6 +2587,13 @@
"string"
]
},
"executableName": {
"description": "The executable name. Defaults to `productName`.",
"type": [
"null",
"string"
]
},
"extendInfo": {
"description": "The extra entries for `Info.plist`."
},
Expand Down Expand Up @@ -4536,7 +4538,14 @@
]
},
"layout": {
"type": "object",
"anyOf": [
{
"typeof": "function"
},
{
"type": "null"
}
],
"description": "Specifies any files to make accessible from locations such as `/usr`, `/var`, and `/etc`. See [snap layouts](https://snapcraft.io/docs/snap-layouts) to learn more."
},
"mimeTypes": {
Expand Down Expand Up @@ -4575,7 +4584,7 @@
"type": "null"
}
],
"description": "The list of [plugs](https://snapcraft.io/docs/reference/interfaces).\nDefaults to `[\"desktop\", \"desktop-legacy\", \"home\", \"x11\", \"unity7\", \"browser-support\", \"network\", \"gsettings\", \"audio-playback\", \"pulseaudio\", \"opengl\"]`.\n\nIf list contains `default`, it will be replaced to default list, so, `[\"default\", \"foo\"]` can be used to add custom plug `foo` in addition to defaults.\n\nAdditional attributes can be specified using object instead of just name of plug:\n```\n[\n {\n \"browser-sandbox\": {\n \"interface\": \"browser-support\",\n \"allow-sandbox\": true\n },\n },\n \"another-simple-plug-name\"\n]\n```"
"description": "The list of [plugs](https://snapcraft.io/docs/reference/interfaces).\nDefaults to `[\"desktop\", \"desktop-legacy\", \"home\", \"x11\", \"unity7\", \"browser-support\", \"network\", \"gsettings\", \"audio-playback\", \"pulseaudio\", \"opengl\"]`.\n\nIf list contains `default`, it will be replaced to default list, so, `[\"default\", \"foo\"]` can be used to add custom plug `foo` in addition to defaults.\n\nAdditional attributes can be specified using object instead of just name of plug:\n```\n[\n {\n \"browser-sandbox\": {\n \"interface\": \"browser-support\",\n \"allow-sandbox\": true\n },\n },\n \"another-simple-plug-name\"\n]\n```"
},
"publish": {
"anyOf": [
Expand Down Expand Up @@ -4661,7 +4670,7 @@
"type": "null"
}
],
"description": "The list of [slots](https://snapcraft.io/docs/reference/interfaces).\n\nAdditional attributes can be specified using object instead of just name of slot:\n```\n[\n {\n \"mpris\": {\n \"name\": \"chromium\"\n },\n }\n]\n\nIn case you want your application to be a compliant MPris player, you will need to definie\nThe mpris slot with \"chromium\" name.\nThis electron has it [hardcoded](https://source.chromium.org/chromium/chromium/src/+/master:components/system_media_controls/linux/system_media_controls_linux.cc;l=51;bpv=0;bpt=1),\nand we need to pass this name so snap [will allow it](https://forum.snapcraft.io/t/unable-to-use-mpris-interface/15360/7) in strict confinement."
"description": "The list of [slots](https://snapcraft.io/docs/reference/interfaces).\n\nAdditional attributes can be specified using object instead of just name of slot:\n```\n[\n {\n \"mpris\": {\n \"name\": \"chromium\"\n },\n }\n]\n\nIn case you want your application to be a compliant MPris player, you will need to definie\nThe mpris slot with \"chromium\" name.\nThis electron has it [hardcoded](https://source.chromium.org/chromium/chromium/src/+/master:components/system_media_controls/linux/system_media_controls_linux.cc;l=51;bpv=0;bpt=1),\nand we need to pass this name so snap [will allow it](https://forum.snapcraft.io/t/unable-to-use-mpris-interface/15360/7) in strict confinement."
},
"stagePackages": {
"anyOf": [
Expand Down Expand Up @@ -5036,13 +5045,6 @@
"string"
]
},
"executableName": {
"description": "The executable name. Defaults to `productName`.",
"type": [
"null",
"string"
]
},
"asar": {
"anyOf": [
{
Expand Down Expand Up @@ -5132,6 +5134,9 @@
"string"
]
},
"defaultArch": {
"type": "string"
},
"detectUpdateChannel": {
"default": true,
"description": "Whether to infer update channel from application version pre-release components. e.g. if version `0.12.1-alpha.1`, channel will be set to `alpha`. Otherwise to `latest`.",
Expand All @@ -5144,6 +5149,13 @@
"string"
]
},
"executableName": {
"description": "The executable name. Defaults to `productName`.",
"type": [
"null",
"string"
]
},
"extraFiles": {
"anyOf": [
{
Expand Down Expand Up @@ -5708,6 +5720,9 @@
],
"description": "Debian package options."
},
"defaultArch": {
"type": "string"
},
"detectUpdateChannel": {
"default": true,
"description": "Whether to infer update channel from application version pre-release components. e.g. if version `0.12.1-alpha.1`, channel will be set to `alpha`. Otherwise to `latest`.",
Expand Down Expand Up @@ -5739,15 +5754,15 @@
"type": "boolean"
},
"electronDist": {
"description": "Returns the path to custom Electron build (e.g. `~/electron/out/R`). Zip files must follow the pattern `electron-v${version}-${platformName}-${arch}.zip`, otherwise it will be assumed to be an unpacked Electron app directory",
"anyOf": [
{
"typeof": "function"
},
{
"type": "string"
}
]
],
"description": "Returns the path to custom Electron build (e.g. `~/electron/out/R`). Zip files must follow the pattern `electron-v${version}-${platformName}-${arch}.zip`, otherwise it will be assumed to be an unpacked Electron app directory"
},
"electronDownload": {
"$ref": "#/definitions/ElectronDownloadOptions",
Expand All @@ -5767,6 +5782,13 @@
"string"
]
},
"executableName": {
"description": "The executable name. Defaults to `productName`.",
"type": [
"null",
"string"
]
},
"extends": {
"description": "The name of a built-in configuration preset or path to config file (relative to project dir). Currently, only `react-cra` is supported.\n\nIf `react-scripts` in the app dependencies, `react-cra` will be set automatically. Set to `null` to disable automatic detection.",
"type": [
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.2",
"debug": "^4.3.1",
"sax": "^1.2.4"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/builder-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"dependencies": {
"7zip-bin": "~5.0.3",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^9.0.5",
"app-builder-bin": "3.5.10",
"@types/fs-extra": "^9.0.6",
"app-builder-bin": "3.5.12",
"bluebird-lst": "^1.0.9",
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.0",
"debug": "^4.3.2",
"debug": "^4.3.1",
"fs-extra": "^9.0.1",
"is-ci": "^2.0.0",
"js-yaml": "^3.14.1",
Expand All @@ -28,7 +28,7 @@
},
"typings": "./out/util.d.ts",
"devDependencies": {
"@types/js-yaml": "^3.12.5",
"@types/js-yaml": "^3.12.6",
"@types/source-map-support": "^0.5.3"
}
}
4 changes: 2 additions & 2 deletions packages/dmg-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"dmg-license": "^1.0.8"
},
"devDependencies": {
"@types/fs-extra": "^9.0.5",
"@types/js-yaml": "^3.12.5",
"@types/fs-extra": "^9.0.6",
"@types/js-yaml": "^3.12.6",
"temp-file": "^3.3.7"
},
"typings": "./out/dmg.d.ts"
Expand Down
4 changes: 2 additions & 2 deletions packages/electron-builder-squirrel-windows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
],
"dependencies": {
"app-builder-lib": "workspace:*",
"archiver": "^5.1.0",
"archiver": "^5.2.0",
"bluebird-lst": "^1.0.9",
"builder-util": "workspace:*",
"fs-extra": "^9.0.1",
"sanitize-filename": "^1.6.3"
},
"devDependencies": {
"@types/archiver": "^5.1.0",
"@types/fs-extra": "^9.0.5"
"@types/fs-extra": "^9.0.6"
},
"optionalDependencies": {
"7zip-bin": "~5.0.3"
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 @@ -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.11",
"@types/yargs": "^15.0.12",
"app-builder-lib": "workspace:*",
"bluebird-lst": "^1.0.9",
"builder-util": "workspace:*",
Expand All @@ -61,7 +61,7 @@
"yargs": "^16.2.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.5",
"@types/fs-extra": "^9.0.6",
"@types/is-ci": "^2.0.0"
},
"typings": "./out/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/electron-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"out"
],
"dependencies": {
"@types/fs-extra": "^9.0.5",
"@types/fs-extra": "^9.0.6",
"bluebird-lst": "^1.0.9",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.0",
"fs-extra": "^9.0.1",
"lazy-val": "^1.0.4",
"mime": "^2.4.6"
"mime": "^2.4.7"
},
"typings": "./out/publisher.d.ts"
}
4 changes: 2 additions & 2 deletions packages/electron-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"semver": "^7.3.4"
},
"devDependencies": {
"@types/fs-extra": "^9.0.5",
"@types/js-yaml": "^3.12.5",
"@types/fs-extra": "^9.0.6",
"@types/js-yaml": "^3.12.6",
"@types/lodash.isequal": "^4.5.5"
},
"typings": "./out/main.d.ts",
Expand Down
Loading

0 comments on commit 80174f6

Please sign in to comment.