bumped electron to v20

This commit is contained in:
Eugene Pankov
2022-10-03 19:09:58 +02:00
parent 7bcd6f45d2
commit d1d4451f8e
4 changed files with 40 additions and 42 deletions

View File

@@ -16,7 +16,7 @@
},
"dependencies": {
"@electron/remote": "2.0.8",
"@tabby-gang/node-pty": "^0.11.0-beta.200",
"@tabby-gang/node-pty": "^0.11.0-beta.202",
"any-promise": "^1.3.0",
"electron-config": "2.0.0",
"electron-debug": "^3.2.0",
@@ -61,6 +61,7 @@
"tabby-terminal": "*"
},
"resolutions": {
"*/node-abi": "^2.20.0"
"*/node-abi": "^2.20.0",
"nan": "github:jkleinsc/nan#remove_accessor_signature"
}
}