Skip to content

Commit

Permalink
build(deps): bump polkadot-api from 0.11.2 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [polkadot-api](https://github.com/polkadot-api/polkadot-api) from 0.11.2 to 0.12.0.
- [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.12.0)

---
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 Jul 30, 2024
1 parent 10b5863 commit 252f019
Show file tree
Hide file tree
Showing 4 changed files with 610 additions and 179 deletions.
2 changes: 1 addition & 1 deletion apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@walletconnect/modal": "^2.6.2",
"@walletconnect/universal-provider": "^2.14.0",
"date-fns": "^3.6.0",
"polkadot-api": "^0.11.2",
"polkadot-api": "^0.12.0",
"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 @@ -48,13 +48,13 @@
"@walletconnect/modal": "^2.6.2",
"@walletconnect/universal-provider": "^2.14.0",
"eslint": "^9.8.0",
"polkadot-api": "^0.11.2",
"polkadot-api": "^0.12.0",
"typescript": "^5.5.4"
},
"peerDependencies": {
"@walletconnect/modal": "2.x",
"@walletconnect/universal-provider": "2.x",
"polkadot-api": "^0.11.2"
"polkadot-api": "^0.12.0"
},
"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 @@ -44,7 +44,7 @@
"@tsconfig/strictest": "^2.0.5",
"@types/react": "^18.3.3",
"eslint": "^9.8.0",
"polkadot-api": "^0.11.2",
"polkadot-api": "^0.12.0",
"react": "^18.3.1",
"typescript": "^5.5.4"
},
Expand Down
Loading

0 comments on commit 252f019

Please sign in to comment.