Skip to content

Commit

Permalink
added ws types in dep (#6205)
Browse files Browse the repository at this point in the history
* added ws types in dep

* changelog updates
  • Loading branch information
jdevcs authored Jun 20, 2023
1 parent 2130d22 commit ab0f4cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/web3-providers-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,7 @@ Documentation:
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)

## [Unreleased]

### Fixed

- Fixed #6162 @types/ws issue (#6205)
4 changes: 2 additions & 2 deletions packages/web3-providers-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@types/express": "^4.17.13",
"@types/jest": "^28.1.6",
"@types/morgan": "^1.9.3",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
Expand All @@ -66,6 +65,7 @@
"web3-errors": "^1.0.0",
"web3-types": "^1.0.0",
"web3-utils": "^4.0.1",
"ws": "^8.8.1"
"ws": "^8.8.1",
"@types/ws": "^8.5.3"
}
}
1 change: 1 addition & 0 deletions packages/web3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,4 @@ Documentation:
### Fixed

- Fixed bug #6185, now web3.js compiles on typescript v5 (#6195)
- Fixed #6162 @types/ws issue (#6205)

0 comments on commit ab0f4cb

Please sign in to comment.