Skip to content

Commit

Permalink
chore: upgrade @types/electron-packager to ^14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jun 27, 2019
1 parent de3b4aa commit a4ddf81
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@types/chai-as-promised": "^7.1.0",
"@types/cross-spawn": "^6.0.0",
"@types/debug": "^4.1.4",
"@types/electron-packager": "^13.0.1",
"@types/electron-packager": "^14.0.0",
"@types/electron-winstaller": "^2.6.1",
"@types/express": "^4.17.0",
"@types/express-ws": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "index.d.ts",
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.39",
"@types/electron-packager": "^13.0.1",
"@types/electron-packager": "^14.0.0",
"electron-rebuild": "^1.8.5",
"ora": "^3.0.0"
},
Expand Down
11 changes: 7 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -916,12 +916,15 @@
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.4.tgz#56eec47706f0fd0b7c694eae2f3172e6b0b769da"
integrity sha512-D9MyoQFI7iP5VdpEyPZyjjqIJ8Y8EDNQFIFVLOmeg1rI1xiHOChyUPMPRUVfqFCerxfE+yS3vMyj37F6IdtOoQ==

"@types/electron-packager@^13.0.1":
version "13.0.1"
resolved "https://registry.yarnpkg.com/@types/electron-packager/-/electron-packager-13.0.1.tgz#55ec6fdfac1c2db86adcbfbc8e486b0ff8c2a8ee"
integrity sha512-K9CCdarh7JdWvIIWM+xCWoROYXgcRFmX3OgjgwaFIFOb87bMTvtQVLyVi8LO0NroURadaae5L1AaK1BxKhytoA==
"@types/electron-packager@^14.0.0":
version "14.0.0"
resolved "https://registry.yarnpkg.com/@types/electron-packager/-/electron-packager-14.0.0.tgz#f6dab1542fe02a3dd235d9bf66c8cb365f123902"
integrity sha512-n47/AbT4DEYPyXtES2myPyKCxVE3hICAB3MnpoVg+Ba8CLBGOpUUsNJ5fyLhfKt5N06sT9nTk4eAc+rtYVpvTQ==
dependencies:
"@electron/get" "^1.3.1"
"@types/node" "*"
electron-notarize "^0.1.1"
electron-osx-sign "^0.4.11"

"@types/electron-winstaller@^2.6.1":
version "2.6.2"
Expand Down

0 comments on commit a4ddf81

Please sign in to comment.