mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-28 09:51:06 -06:00
update dependencies and version number
This commit is contained in:
parent
4d2609263d
commit
2c356ab641
17
package.json
17
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Symphony",
|
||||
"productName": "Symphony",
|
||||
"version": "5.0.0",
|
||||
"version": "3.8.0",
|
||||
"clientVersion": "1.55",
|
||||
"buildNumber": "0",
|
||||
"description": "Symphony desktop app (Foundation ODP)",
|
||||
@ -80,12 +80,11 @@
|
||||
"url": "https://support.symphony.com"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/auto-launch": "^5.0.0",
|
||||
"@types/enzyme": "^3.9.0",
|
||||
"@types/enzyme": "3.9.0",
|
||||
"@types/ffi-napi": "2.4.1",
|
||||
"@types/ref-napi": "1.4.0",
|
||||
"@types/jest": "23.3.12",
|
||||
"@types/lodash.omit": "^4.5.4",
|
||||
"@types/lodash.omit": "4.5.4",
|
||||
"@types/node": "10.11.4",
|
||||
"@types/react": "16.8.3",
|
||||
"@types/react-dom": "16.0.9",
|
||||
@ -94,14 +93,14 @@
|
||||
"chromedriver": "2.45.0",
|
||||
"cross-env": "5.2.0",
|
||||
"del": "3.0.0",
|
||||
"electron": "3.1.6",
|
||||
"electron": "3.1.9",
|
||||
"electron-builder": "20.38.4",
|
||||
"electron-builder-squirrel-windows": "20.38.3",
|
||||
"electron-chromedriver": "4.0.0-beta.1",
|
||||
"electron-packager": "13.0.1",
|
||||
"electron-rebuild": "1.8.2",
|
||||
"enzyme": "^3.9.0",
|
||||
"enzyme-adapter-react-16": "^1.10.0",
|
||||
"enzyme": "3.9.0",
|
||||
"enzyme-adapter-react-16": "1.10.0",
|
||||
"eslint": "5.6.1",
|
||||
"eslint-config-airbnb": "17.1.0",
|
||||
"eslint-plugin-import": "2.14.0",
|
||||
@ -111,7 +110,7 @@
|
||||
"gulp": "4.0.0",
|
||||
"gulp-less": "4.0.1",
|
||||
"gulp-sourcemaps": "2.6.4",
|
||||
"gulp-tsc": "^1.3.2",
|
||||
"gulp-tsc": "1.3.2",
|
||||
"jest": "23.6.0",
|
||||
"jest-html-reporter": "2.4.2",
|
||||
"less": "3.8.1",
|
||||
@ -143,7 +142,7 @@
|
||||
"lodash.pick": "4.4.0",
|
||||
"node-osascript": "2.1.0",
|
||||
"react": "16.6.3",
|
||||
"react-dom": "^16.6.0",
|
||||
"react-dom": "16.6.0",
|
||||
"ref-napi": "1.4.1",
|
||||
"shell-path": "2.1.0",
|
||||
"winreg": "1.2.4"
|
||||
|
Loading…
Reference in New Issue
Block a user