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

Commit ab0f4cb

Browse files
authored
added ws types in dep (#6205)
* added ws types in dep * changelog updates
1 parent 2130d22 commit ab0f4cb

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

packages/web3-providers-ws/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,7 @@ Documentation:
9393
[Migration Guide from 1.x](https://docs.web3js.org/guides/web3_upgrade_guide/x/)
9494

9595
## [Unreleased]
96+
97+
### Fixed
98+
99+
- Fixed #6162 @types/ws issue (#6205)

packages/web3-providers-ws/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"@types/express": "^4.17.13",
4646
"@types/jest": "^28.1.6",
4747
"@types/morgan": "^1.9.3",
48-
"@types/ws": "^8.5.3",
4948
"@typescript-eslint/eslint-plugin": "^5.30.7",
5049
"@typescript-eslint/parser": "^5.30.7",
5150
"eslint": "^8.20.0",
@@ -66,6 +65,7 @@
6665
"web3-errors": "^1.0.0",
6766
"web3-types": "^1.0.0",
6867
"web3-utils": "^4.0.1",
69-
"ws": "^8.8.1"
68+
"ws": "^8.8.1",
69+
"@types/ws": "^8.5.3"
7070
}
7171
}

packages/web3/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,4 @@ Documentation:
121121
### Fixed
122122

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

0 commit comments

Comments
 (0)