Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Apr 12, 2024
1 parent fd661f7 commit b105915
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 108 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"dependency-graph": "^0.11.0",
"dotenv": "^16.3.1",
"dotenv-expand": "^11.0.3",
"electron": "29.1.2",
"electron": "29.3.0",
"electron-builder": "^24.9.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 @@ -104,13 +104,13 @@
"use-query-params": "^2.0.0"
},
"devDependencies": {
"electron": "29.1.2"
"electron": "29.3.0"
},
"browserslist": [
"last 1 chrome version"
],
"build": {
"electronVersion": "29.1.2",
"electronVersion": "29.3.0",
"extraMetadata": {
"main": "build/electron.js"
},
Expand Down
Loading

0 comments on commit b105915

Please sign in to comment.