Skip to content

Commit

Permalink
Upgrade Electron to v16.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Jan 12, 2022
1 parent 2943312 commit 536b111
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,30 +65,30 @@
"prepush": "check-for-leaks"
},
"devDependencies": {
"@octokit/rest": "^18.10.0",
"@octokit/rest": "^18.12.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"check-for-leaks": "^1.2.1",
"devtron": "^1.4.0",
"electron": "^14.0.0",
"electron-builder": "^22.11.7",
"husky": "^7.0.2",
"mocha": "^9.1.1",
"electron": "^16.0.7",
"electron-builder": "^22.14.5",
"husky": "^7.0.4",
"mocha": "^9.1.3",
"npm-run-all": "^4.1.5",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"signcode": "^1.0.0",
"spectron": "^15.0.0",
"standard": "^16.0.3"
"standard": "^16.0.4"
},
"dependencies": {
"electron-log": "^4.4.1",
"electron-log": "^4.4.4",
"electron-main-fetch": "^1.0.0",
"electron-settings": "^4.0.2",
"electron-shortcut-normalizer": "^1.0.0",
"fix-path": "^4.0.0",
"glob": "^7.1.7",
"highlight.js": "^11.2.0",
"glob": "^7.2.0",
"highlight.js": "^11.4.0",
"update-electron-app": "^2.0.1"
},
"standard": {
Expand Down

0 comments on commit 536b111

Please sign in to comment.