Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Nov 29, 2023
1 parent 4163ad1 commit 8e87ef9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
6 changes: 0 additions & 6 deletions packages/web3-eth-abi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,4 @@ Documentation:

- Bug fix of `ERR_UNSUPPORTED_DIR_IMPORT` in ABI (#6535)

## [4.1.5]

### Changed

- Dependencies updated

## [Unreleased]
4 changes: 2 additions & 2 deletions packages/web3-eth-abi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"dependencies": {
"abitype": "0.7.1",
"web3-errors": "^1.1.3",
"web3-types": "^1.3.1",
"web3-utils": "^4.1.0",
"web3-types": "^1.3.0",
"web3-utils": "^4.0.7",
"web3-validator": "^2.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth-personal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"node": ">=14",
"npm": ">=6.12.0"
},
"files": [
"files": [
"lib/**/*",
"src/**/*"
],
Expand Down
6 changes: 3 additions & 3 deletions packages/web3-providers-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
"dependencies": {
"@types/ws": "8.5.3",
"isomorphic-ws": "^5.0.0",
"web3-errors": "^1.1.4",
"web3-types": "^1.3.1",
"web3-utils": "^4.1.0",
"web3-errors": "^1.1.3",
"web3-types": "^1.3.0",
"web3-utils": "^4.0.7",
"ws": "^8.8.1"
}
}

0 comments on commit 8e87ef9

Please sign in to comment.