Skip to content

Commit

Permalink
move "@types/ws" back to dependencies
Browse files Browse the repository at this point in the history
 and update the CHANGELOG.md
  • Loading branch information
Muhammad-Altabba committed Jul 31, 2023
1 parent 0fc5b30 commit 79afd63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/web3-providers-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,7 @@ Documentation:
- Dependencies updated

## [Unreleased]

### Fixed

- Ensure a fixed version for "@types/ws": "8.5.3" (#6309)
2 changes: 1 addition & 1 deletion 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 @@ -62,6 +61,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@types/ws": "8.5.3",
"isomorphic-ws": "^5.0.0",
"web3-errors": "^1.0.2",
"web3-types": "^1.0.2",
Expand Down

0 comments on commit 79afd63

Please sign in to comment.