Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent a723319 commit bcaf1bd
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 123 deletions.
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@reactive-dot/wallet-walletconnect": "workspace:^",
"date-fns": "^4.1.0",
"jotai-devtools": "^0.10.1",
"polkadot-api": "^1.7.6",
"polkadot-api": "^1.7.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@polkadot-api/descriptors": "portal:.papi/descriptors",
"@reactive-dot/vue": "workspace:^",
"polkadot-api": "^1.7.6",
"polkadot-api": "^1.7.7",
"vue": "^3.5.12"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@tsconfig/recommended": "^1.0.8",
"@tsconfig/strictest": "^2.0.5",
"eslint": "^9.16.0",
"polkadot-api": "^1.7.6",
"polkadot-api": "^1.7.7",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@tsconfig/strictest": "^2.0.5",
"@types/react": "^19.0.0",
"eslint": "^9.16.0",
"polkadot-api": "^1.7.6",
"polkadot-api": "^1.7.7",
"react": "^19.0.0",
"typescript": "^5.7.2"
},
Expand Down
Loading

0 comments on commit bcaf1bd

Please sign in to comment.