Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

deps - bump util to get callbackify #3733

Merged
merged 4 commits into from
Oct 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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