Skip to content

Commit

Permalink
electron upgrade to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
szTheory committed Apr 28, 2020
1 parent f4feaff commit b6a31dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"spectre.css": "^0.5.8"
},
"devDependencies": {
"electron": "^7.1",
"electron": "^8",
"electron-builder": "^22.2.0",
"electron-webpack": "^2.7.4",
"node-sass": "^4.13.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3191,10 +3191,10 @@ electron-webpack@^2.7.4:
webpack-merge "^4.2.1"
yargs "^13.2.4"

electron@^7.1:
version "7.2.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-7.2.3.tgz#d69d0984fdfa3f0deeeb1d698bf63dc52e1d2d1d"
integrity sha512-DqPjMLyNYROsvVCIZH84aWYs4AG9p2dlYhwLhyrtOJVXLbibzy0YXP2IPHMCC9GV2j2Z2hA9vR+frYHwpOsaDg==
electron@^8:
version "8.2.4"
resolved "https://registry.yarnpkg.com/electron/-/electron-8.2.4.tgz#c4e51ca8e84b5a5beaaabdae1024bd52ba487ba4"
integrity sha512-Lle0InIgSAHZxD5KDY0wZ1A2Zlc6GHwMhAxoHMzn05mndyP1YBkCYHc0TDDofzUTrsLFofduPjlknO5Oj9fTPA==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^12.0.12"
Expand Down

0 comments on commit b6a31dc

Please sign in to comment.