Skip to content

Commit

Permalink
chore: update electron-packager to v16 (#2927)
Browse files Browse the repository at this point in the history
* chore: update electron-packager to v16

* chore: add yarn.lock

Co-authored-by: Erik Moura <erik@nullbug.dev>
Co-authored-by: Keeley Hammond <khammond@slack-corp.com>
  • Loading branch information
3 people authored Oct 5, 2022
1 parent 50484dc commit 5b9a596
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 141 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"cross-zip": "^4.0.0",
"debug": "^4.3.1",
"electron-osx-sign": "^0.5.0",
"electron-packager": "^15.4.0",
"electron-packager": "^16.0.0",
"electron-rebuild": "^3.2.6",
"express": "^4.17.1",
"express-ws": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@malept/cross-spawn-promise": "^2.0.0",
"chalk": "^4.0.0",
"debug": "^4.3.1",
"electron-packager": "^15.4.0",
"electron-packager": "^16.0.0",
"electron-rebuild": "^3.2.6",
"fast-glob": "^3.2.7",
"filenamify": "^4.1.0",
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/plugin/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@malept/cross-spawn-promise": "^2.0.0",
"@types/node": "^18.0.3",
"chai": "^4.3.3",
"electron-packager": "^15.4.0",
"electron-packager": "^16.0.0",
"mocha": "^9.0.1",
"sinon": "^13.0.1",
"which": "^2.0.2",
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": "dist/index.d.ts",
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.66",
"electron-packager": "^15.4.0",
"electron-packager": "^16.0.0",
"electron-rebuild": "^3.2.6",
"ora": "^5.0.0"
},
Expand Down
Loading

0 comments on commit 5b9a596

Please sign in to comment.