Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
upgrade deps for proto 20
Browse files Browse the repository at this point in the history
  • Loading branch information
clbrge committed Nov 8, 2020
1 parent 4308318 commit 47c00cf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"access": "public"
},
"jest": {
"testEnvironment": "node",
"transform": {
".js$": "babel-jest"
},
Expand All @@ -59,34 +60,34 @@
]
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/preset-env": "^7.11.5",
"@rollup/plugin-commonjs": "^15.0.0",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/node": "^7.12.6",
"@babel/preset-env": "^7.12.1",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-node-resolve": "^10.0.0",
"@rollup/plugin-replace": "^2.3.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"babel-jest": "^26.6.3",
"babel-plugin-relative-path-import": "^2.0.1",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
"eslint": "^7.9.0",
"eslint-config-standard": "^14.1.1",
"eslint": "^7.13.0",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.1",
"ganache-core": "^2.11.3",
"eslint-plugin-standard": "^4.0.2",
"ganache-core": "^2.13.1",
"husky": "^4.3.0",
"jest": "^26.4.2",
"jest": "^26.6.3",
"moment": "^2.24.0",
"nodemon": "^2.0.4",
"release-it": "^14.0.3",
"nodemon": "^2.0.6",
"release-it": "^14.2.1",
"rimraf": "^3.0.2",
"rollup": "^2.27.1",
"rollup": "^2.33.1",
"rollup-plugin-terser": "^7.0.2",
"web3": "^1.2.11"
},
Expand Down
1 change: 1 addition & 0 deletions src/bytes.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-var */

export function isHexable (value) {
return !!(value.toHexString)
Expand Down

0 comments on commit 47c00cf

Please sign in to comment.