Skip to content

Commit

Permalink
[skip ci] Downgrade electron
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Oct 13, 2023
1 parent 2dd77ee commit e438cb7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"dependency-graph": "^0.11.0",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"electron": "26.3.0",
"electron": "25.9.1",
"electron-builder": "^24.4.0",
"electron-mock-ipc": "^0.3.8",
"eslint": "^8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions products/jbrowse-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@
"use-query-params": "^2.0.0"
},
"devDependencies": {
"electron": "26.3.0"
"electron": "25.9.1"
},
"browserslist": [
"last 1 chrome version"
],
"build": {
"electronVersion": "26.3.0",
"electronVersion": "25.9.1",
"extraMetadata": {
"main": "build/electron.js"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8537,10 +8537,10 @@ electron-window-state@^5.0.3:
jsonfile "^4.0.0"
mkdirp "^0.5.1"

electron@26.3.0:
version "26.3.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-26.3.0.tgz#3267773d170310384db76819cf6375bd98b3cc76"
integrity sha512-7ZpvSHu+jmqialSvywTZnOQZZGLqlyj+yV5HGDrEzFnMiFaXBRpbByHgoUhaExJ/8t/0xKQjKlMRAY65w+zNZQ==
electron@25.9.1:
version "25.9.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-25.9.1.tgz#cc4baecbebe346b050b9cf9db9882d3d00fc4abd"
integrity sha512-Uo/Fh7igjoUXA/f90iTATZJesQEArVL1uLA672JefNWTLymdKSZkJKiCciu/Xnd0TS6qvdIOUGuJFSTQnKskXQ==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^18.11.18"
Expand Down

0 comments on commit e438cb7

Please sign in to comment.