Skip to content

Commit

Permalink
style(@cockpit): remove unused var causing a linter failure in a CI e…
Browse files Browse the repository at this point in the history
…nvironment or production build

Also fix some peer dependency related warnings seen during `yarn install`.
  • Loading branch information
michaelsbradleyjr committed Apr 10, 2020
1 parent d83ad01 commit 8590a92
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/cockpit/ui/package.json
Expand Up @@ -67,6 +67,7 @@
"connected-react-router": "4.5.0",
"date-fns": "2.3.0",
"embark-api-client": "^5.3.0-nightly.4",
"eslint-plugin-flowtype": "3.13.0",
"ethereumjs-units": "0.2.0",
"find-up": "4.1.0",
"font-awesome": "4.7.0",
Expand Down
1 change: 0 additions & 1 deletion packages/cockpit/ui/src/containers/HomeContainer.js
Expand Up @@ -16,7 +16,6 @@ import {
stopProcessLogs
} from "../actions";

import DataWrapper from "../components/DataWrapper";
import Console from '../components/Console';
import {EMBARK_PROCESS_NAME, LOG_LIMIT} from '../constants';
import PageHead from '../components/PageHead';
Expand Down
2 changes: 0 additions & 2 deletions packages/embarkjs/snark/package.json
Expand Up @@ -66,8 +66,6 @@
"devDependencies": {
"embark-solo": "^5.1.1-nightly.2",
"eslint": "6.2.2",
"eslint-config-prettier": "6.1.0",
"eslint-plugin-prettier": "3.1.0",
"lodash.clonedeep": "4.5.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/quorum/package.json
Expand Up @@ -49,6 +49,7 @@
"embark-utils": "^5.3.0-nightly.16",
"ethers": "4.0.40",
"quorum-js": "0.3.4",
"request": "2.88.0",
"web3": "1.2.6"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Expand Up @@ -8910,6 +8910,13 @@ eslint-module-utils@^2.0.0, eslint-module-utils@^2.4.1:
debug "^2.6.9"
pkg-dir "^2.0.0"

eslint-plugin-flowtype@3.13.0:
version "3.13.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.13.0.tgz#e241ebd39c0ce519345a3f074ec1ebde4cf80f2c"
integrity sha512-bhewp36P+t7cEV0b6OdmoRWJCBYRiHFlqPZAG1oS3SF+Y0LQkeDvFSM4oxoxvczD1OdONCXMlJfQFiWLcV9urw==
dependencies:
lodash "^4.17.15"

eslint-plugin-flowtype@4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.6.0.tgz#82b2bd6f21770e0e5deede0228e456cb35308451"
Expand Down

0 comments on commit 8590a92

Please sign in to comment.