mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 16:38:41 -06:00
SEARCH-915 - Revert back to ffi (ffi-napi - napi_get_uv_event_loop issue on windows) (#473)
This commit is contained in:
parent
1695920d24
commit
418de90fb3
@ -1,7 +1,7 @@
|
||||
const electron = require('electron');
|
||||
const app = electron.app;
|
||||
const ffi = require('ffi-napi');
|
||||
const ref = require('ref-napi');
|
||||
const ffi = require('ffi');
|
||||
const ref = require('ref');
|
||||
const path = require('path');
|
||||
const execPath = path.dirname(app.getPath('exe'));
|
||||
|
||||
|
@ -121,19 +121,19 @@
|
||||
"electron-log": "2.2.15",
|
||||
"electron-spellchecker": "1.1.2",
|
||||
"electron-squirrel-startup": "1.0.0",
|
||||
"ffi-napi": "2.4.3",
|
||||
"ffi": "git+https://github.com/keerthi16/node-ffi.git#v1.2.8",
|
||||
"filesize": "3.6.1",
|
||||
"keymirror": "0.1.1",
|
||||
"lodash.difference": "4.5.0",
|
||||
"lodash.isequal": "4.5.0",
|
||||
"lodash.omit": "4.5.0",
|
||||
"lodash.pick": "4.4.0",
|
||||
"ref-napi": "1.4.0",
|
||||
"ref": "1.3.5",
|
||||
"shell-path": "2.1.0",
|
||||
"winreg": "1.2.4"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"screen-snippet": "git+https://github.com/symphonyoss/ScreenSnippet.git#v1.0.2",
|
||||
"swift-search": "2.0.0-r53"
|
||||
"swift-search": "2.0.1-r53"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user