Skip to content

Commit

Permalink
chore: update deps (#5878)
Browse files Browse the repository at this point in the history
  • Loading branch information
develar authored May 11, 2021
1 parent 739721d commit 47d5ad6
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 20 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"dmg-license": "~1.0.8"
},
"devDependencies": {
"@types/update-notifier": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
Expand All @@ -53,7 +52,7 @@
"jsdoc-to-markdown": "^7.0.1",
"lint-staged": "^11.0.0",
"prettier": "^2.3.0",
"ts-jsdoc": "^3.2.1",
"ts-jsdoc": "^3.2.2",
"typescript": "~4.2.4",
"typescript-json-schema": "^0.50.0",
"v8-compile-cache": "^2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "app-builder-lib",
"description": "electron-builder lib",
"version": "22.11.3",
"version": "22.11.4",
"main": "out/index.js",
"files": [
"out",
Expand Down
3 changes: 2 additions & 1 deletion packages/builder-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "builder-util",
"version": "22.11.3",
"version": "22.11.4",
"main": "out/util.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down Expand Up @@ -28,6 +28,7 @@
},
"typings": "./out/util.d.ts",
"devDependencies": {
"@types/is-ci": "^3.0.0",
"@types/js-yaml": "^4.0.1",
"@types/source-map-support": "^0.5.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/dmg-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dmg-builder",
"version": "22.11.3",
"version": "22.11.4",
"main": "out/dmgUtil.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder-squirrel-windows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-builder-squirrel-windows",
"version": "22.11.2",
"version": "22.11.4",
"main": "out/SquirrelWindowsTarget.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion packages/electron-builder/package.json
Original file line number Diff line number Diff line change
@@ -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.3",
"version": "22.11.4",
"main": "out/index.js",
"files": [
"out"
Expand Down Expand Up @@ -60,6 +60,7 @@
"yargs": "^17.0.1"
},
"devDependencies": {
"@types/update-notifier": "^5.0.0",
"@types/fs-extra": "^9.0.11",
"@types/is-ci": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-appimage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-appimage",
"version": "22.11.2",
"version": "22.11.4",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-nsis-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-nsis-web",
"version": "22.11.2",
"version": "22.11.4",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-nsis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-nsis",
"version": "22.11.2",
"version": "22.11.4",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-forge-maker-snap",
"version": "22.11.2",
"version": "22.11.4",
"main": "main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-publish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-publish",
"version": "22.11.2",
"version": "22.11.4",
"main": "out/publisher.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-updater/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-updater",
"version": "4.3.7",
"version": "4.3.9",
"description": "Cross platform updater for electron applications",
"main": "out/main.js",
"author": "Vladimir Krivosheev",
Expand Down
16 changes: 9 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 47d5ad6

Please sign in to comment.