Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
chore(deps): Update package to fix vulnerabilities (#567)
Browse files Browse the repository at this point in the history
* Regenerate yarn lock

* Update Electron
  • Loading branch information
amaury1093 authored Oct 30, 2019
1 parent eb4f535 commit 3e79782
Show file tree
Hide file tree
Showing 5 changed files with 2,972 additions and 3,132 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"devDependencies": {
"babel-eslint": "^10.0.1",
"husky": "^1.0.0-rc.13",
"lerna": "^3.4.3",
"lerna": "^3.18.3",
"npm-run-all": "^4.1.2",
"prettier": "^1.14.2",
"semistandard": "^13.0.1"
Expand All @@ -79,4 +79,4 @@
"ts-node": "^8.0.3",
"typescript": "^3.3.4000"
}
}
}
4 changes: 2 additions & 2 deletions packages/fether-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"devDependencies": {
"copyfiles": "^2.1.0",
"cross-env": "^5.2.0",
"electron": "^5.0.1",
"electron-builder": "^20.38.5",
"electron": "7.0.0",
"electron-builder": "^21.2.0",
"electron-webpack": "^2.6.1",
"webpack": "^4.29.1",
"webpack-build-notifier": "^0.1.30"
Expand Down
1 change: 0 additions & 1 deletion packages/fether-electron/src/main/app/methods/loadTray.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function loadTray (fetherApp) {
fetherApp.win.focus();
});
tray.setToolTip(options.tooltip);
tray.setHighlightMode('never');
}
}

Expand Down
4 changes: 2 additions & 2 deletions packages/fether-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test": "cross-env SKIP_PREFLIGHT_CHECK=true craco test --color"
},
"dependencies": {
"@craco/craco": "^4.0.0",
"@craco/craco": "^5.6.1",
"@parity/abi": "^5.1.3",
"@parity/api": "^5.1.3",
"@parity/contracts": "^5.1.3",
Expand Down Expand Up @@ -70,7 +70,7 @@
"react-markdown": "^3.3.4",
"react-resize-detector": "^3.0.1",
"react-router-dom": "^4.2.2",
"react-scripts": "^2.1.3",
"react-scripts": "^3.2.0",
"recompose": "^0.27.1",
"rxjs": "^6.2.0",
"semver": "^5.6.0"
Expand Down
Loading

0 comments on commit 3e79782

Please sign in to comment.