Skip to content

Commit

Permalink
chore: upgrade electron to v26
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Olonov committed Oct 3, 2023
1 parent 515fc62 commit 10876a5
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 222 deletions.
247 changes: 28 additions & 219 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -80,7 +80,7 @@
]
},
"dependencies": {
"keytar": "7.3.0"
"keytar": "7.9.0"
},
"overrides": {
"minimist@<1.2.6": ">=1.2.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/app/main/package.json
Expand Up @@ -107,7 +107,7 @@
"concurrently": "^3.5.1",
"cross-env": "^5.1.3",
"del": "^3.0.0",
"electron": "13.6.9",
"electron": "^26.2.4",
"electron-builder": "23.6.0",
"@electron/rebuild": "^3.2.x",
"eslint": "^7.19.0",
Expand Down Expand Up @@ -153,7 +153,7 @@
"https-proxy-agent": "2.2.3",
"jest-fetch-mock": "^1.6.2",
"jsonwebtoken": "^9.0.0",
"keytar": "7.3.0",
"keytar": "7.9.0",
"mkdirp": "^0.5.1",
"moment": "^2.22.1",
"node-fetch": "^2.3.0",
Expand Down

0 comments on commit 10876a5

Please sign in to comment.