Skip to content

Commit

Permalink
deps - bump util to get callbackify (#3733)
Browse files Browse the repository at this point in the history
* deps - bump util to get callbackify

* tests - remove nonexistant file opt for mocha

Co-authored-by: Wyatt Barnes <me@wyatt.email>
  • Loading branch information
frankiebee and spacesailor24 committed Oct 15, 2020
1 parent 4615f2d commit b0f385c
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ Released with 1.0.0-beta.37 code base.

## [1.3.1]

### Changed
- bump utils 0.10.0^ -> 0.12.0 (#3733)

### Removed

- Removed post-install script in `packages/web3`. Added documentation to root README (#3717)
187 changes: 187 additions & 0 deletions packages/web3-core-requestmanager/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/web3-core-requestmanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"dependencies": {
"underscore": "1.9.1",
"util": "^0.12.0",
"web3-core-helpers": "1.3.0",
"web3-providers-http": "1.3.0",
"web3-providers-ipc": "1.3.0",
Expand Down
3 changes: 1 addition & 2 deletions scripts/e2e.ganache.core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ TEST_BUILD=node npx mocha \
--invert \
--check-leaks \
--recursive \
--globals _scratch \
--opts ./test/.mocharc
--globals _scratch

0 comments on commit b0f385c

Please sign in to comment.