Skip to content

Commit

Permalink
upgrade Electron to 7.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
szTheory committed Apr 28, 2020
1 parent 65105b4 commit f4feaff
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.9",
"electron": "^7.1",
"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"

[email protected].9:
version "7.1.9"
resolved "https://registry.yarnpkg.com/electron/-/electron-7.1.9.tgz#5053195d2e476a3ecd881ece4edf64f0a8c32fa3"
integrity sha512-gkzDr08XxRaNZhwPLRXYNXDaPuiAeCrRPcClowlDVfCLKi+kRNhzekZpfYUBq8DdZCD29D3rCtgc9IHjD/xuHw==
electron@^7.1:
version "7.2.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-7.2.3.tgz#d69d0984fdfa3f0deeeb1d698bf63dc52e1d2d1d"
integrity sha512-DqPjMLyNYROsvVCIZH84aWYs4AG9p2dlYhwLhyrtOJVXLbibzy0YXP2IPHMCC9GV2j2Z2hA9vR+frYHwpOsaDg==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^12.0.12"
Expand Down

0 comments on commit f4feaff

Please sign in to comment.