Skip to content

Commit db0fee5

Browse files
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 cf9a466 commit db0fee5

File tree

7 files changed

+622
-57
lines changed

7 files changed

+622
-57
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.17
1+
18.18

app/package.json

Lines changed: 4 additions & 1 deletion
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

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)