Skip to content

Commit

Permalink
Remove unused apollo-client dependency (#253)
Browse files Browse the repository at this point in the history
* Remove unused apollo-client dependency

* Update changelog
  • Loading branch information
stwiname authored Apr 24, 2024
1 parent a4a3550 commit a8e9843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Removed
- Unused @apollo/client dependency causing version conflicts (#253)

## [3.10.0] - 2024-04-10
### Changed
Expand Down
1 change: 0 additions & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"subql-node-cosmos": "./bin/run"
},
"dependencies": {
"@apollo/client": "3.5.8",
"@cosmjs/cosmwasm-stargate": "^0.32.3",
"@cosmjs/proto-signing": "^0.32.3",
"@cosmjs/stargate": "^0.32.3",
Expand Down

0 comments on commit a8e9843

Please sign in to comment.