Skip to content

Commit 589383c

Browse files
corneliusroemerphilip-peterson
authored andcommitted
Update Electron to 28
Need to add node-gyp as devDep due to weird node 18.18 bug, see e.g. pulsar-edit/ppm#101
1 parent da1129d commit 589383c

7 files changed

+622
-57
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.17
1+
18.18

app/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"lodash": "4.17.21",
3030
"ms": "2.1.3",
3131
"native-process-working-directory": "^1.0.2",
32-
"node-pty": "1.0.0",
32+
"node-pty": "1.1.0-beta21",
3333
"os-locale": "5.0.0",
3434
"parse-url": "9.2.0",
3535
"queue": "6.0.2",
@@ -43,5 +43,8 @@
4343
},
4444
"optionalDependencies": {
4545
"native-reg": "1.1.1"
46+
},
47+
"devDependencies": {
48+
"node-gyp": "^10.2.0"
4649
}
4750
}

app/patches/node-pty+1.0.0.patch

-15
This file was deleted.

0 commit comments

Comments
 (0)