Skip to content

Commit

Permalink
Update dependencies & eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Mar 6, 2020
1 parent f772e66 commit deac474
Show file tree
Hide file tree
Showing 3 changed files with 1,229 additions and 1,191 deletions.
15 changes: 4 additions & 11 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ module.exports = {
"plugin:import/typescript",
"plugin:@typescript-eslint/recommended"
],
settings: {
"import/resolver": {
"@mpetrunic/eslint-import-resolver-lerna": {
packages: path.resolve(__dirname, "packages")
}
}
},
rules: {
//doesnt work, it reports false errors
"constructor-super": "off",
Expand Down Expand Up @@ -63,12 +56,12 @@ module.exports = {
"new-parens": "error",
"no-caller": "error",
"no-bitwise": "off",
"no-conditional-assignment": true,
"no-consecutive-blank-lines": false,
"no-cond-assign": "error",
"no-multiple-blank-lines": "off",
"no-console": "warn",
"no-var": "error",
"object-curly-spacing": ["error", "never"],
"object-literal-sort-keys": false,
"sort-keys": "off",
"prefer-const": "error",
"quotes": ["error", "double"],
"semi": "off"
Expand All @@ -82,4 +75,4 @@ module.exports = {
}
},
]
};
};
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,37 +27,37 @@
},
"homepage": "https://github.com/ChainSafe/bls-hd-key#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.0.0",
"@types/bn.js": "^4.11.5",
"@types/chai": "^4.1.7",
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@babel/register": "^7.8.3",
"@types/bn.js": "^4.11.6",
"@types/chai": "^4.2.10",
"@types/mocha": "^5.2.5",
"@types/node": "^12.0.10",
"@typescript-eslint/eslint-plugin": "^1.3.0",
"@typescript-eslint/parser": "^1.3.0",
"@types/node": "^13.7.7",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"chai": "^4.2.0",
"eslint": "5.16.0",
"eslint-plugin-import": "^2.18.2",
"eslint": "6.8.0",
"eslint-plugin-import": "^2.20.1",
"karma": "^4.4.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-mocha": "^1.3.0",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^4.0.2",
"mocha": "^6.1.4",
"mocha": "^6.2.2",
"ts-loader": "^6.2.1",
"ts-node": "^8.3.0",
"typescript": "^3.5.1",
"webpack": "^4.41.2"
"ts-node": "^8.7.0",
"typescript": "^3.8.3",
"webpack": "^4.42.0"
},
"dependencies": {
"assert": "^2.0.0",
"bcrypto": "^4.2.6",
"bn.js": "^5.0.0",
"bcrypto": "^5.0.4",
"bn.js": "^5.1.1",
"buffer": "^5.4.3"
}
}
Loading

0 comments on commit deac474

Please sign in to comment.