Skip to content

Commit

Permalink
build(deps): bump polkadot-api from 0.12.1 to 0.13.2
Browse files Browse the repository at this point in the history
Bumps [polkadot-api](https://github.com/polkadot-api/polkadot-api) from 0.12.1 to 0.13.2.
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/compare/[email protected]@0.13.2)

---
updated-dependencies:
- dependency-name: polkadot-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent 0b55db4 commit 4e52ce1
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 148 deletions.
2 changes: 1 addition & 1 deletion apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@walletconnect/modal": "^2.6.2",
"@walletconnect/universal-provider": "^2.14.0",
"date-fns": "^3.6.0",
"polkadot-api": "^0.12.1",
"polkadot-api": "^0.13.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"@walletconnect/modal": "^2.6.2",
"@walletconnect/universal-provider": "^2.14.0",
"eslint": "^9.9.0",
"polkadot-api": "^0.12.1",
"polkadot-api": "^0.13.2",
"typescript": "^5.5.4"
},
"peerDependencies": {
"@walletconnect/modal": "2.x",
"@walletconnect/universal-provider": "2.x",
"polkadot-api": "^0.12.1"
"polkadot-api": "^0.13.2"
},
"peerDependenciesMeta": {
"@walletconnect/modal": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@tsconfig/strictest": "^2.0.5",
"@types/react": "^18.3.3",
"eslint": "^9.9.0",
"polkadot-api": "^0.12.1",
"polkadot-api": "^0.13.2",
"react": "^18.3.1",
"typescript": "^5.5.4"
},
Expand Down
Loading

0 comments on commit 4e52ce1

Please sign in to comment.