Skip to content

Commit

Permalink
Update Electron to 28
Browse files Browse the repository at this point in the history
Need to add node-gyp as devDep due to weird node 18.18 bug, see e.g. pulsar-edit/ppm#101
  • Loading branch information
corneliusroemer committed Aug 25, 2024
1 parent cf9a466 commit db0fee5
Show file tree
Hide file tree
Showing 7 changed files with 622 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17
18.18
5 changes: 4 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lodash": "4.17.21",
"ms": "2.1.3",
"native-process-working-directory": "^1.0.2",
"node-pty": "1.0.0",
"node-pty": "1.1.0-beta21",
"os-locale": "5.0.0",
"parse-url": "9.2.0",
"queue": "6.0.2",
Expand All @@ -43,5 +43,8 @@
},
"optionalDependencies": {
"native-reg": "1.1.1"
},
"devDependencies": {
"node-gyp": "^10.2.0"
}
}
15 changes: 0 additions & 15 deletions app/patches/node-pty+1.0.0.patch

This file was deleted.

Loading

0 comments on commit db0fee5

Please sign in to comment.