Skip to content

Commit

Permalink
chore(deps): bump the polkadot-api group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the polkadot-api group with 2 updates: [@polkadot-api/observable-client](https://github.com/polkadot-api/polkadot-api) and [polkadot-api](https://github.com/polkadot-api/polkadot-api).


Updates `@polkadot-api/observable-client` from 0.6.4 to 0.6.5
- [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/commits)

Updates `polkadot-api` from 1.7.8 to 1.7.9
- [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/commits)

---
updated-dependencies:
- dependency-name: "@polkadot-api/observable-client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: polkadot-api
- dependency-name: polkadot-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: polkadot-api
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 0daa7e8 commit f1a9225
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions examples/light-client-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@picocss/pico": "^2.0.6",
"@polkadot-api/metadata-builders": "~0.9.3",
"@polkadot-api/observable-client": "~0.6.4",
"@polkadot-api/observable-client": "~0.6.5",
"@polkadot-api/substrate-bindings": "~0.10.0",
"@polkadot-api/substrate-client": "~0.3.0",
"@polkadot-api/utils": "~0.1.2",
Expand All @@ -21,7 +21,7 @@
"@zag-js/react": "^0.48.0",
"@zag-js/select": "^0.48.0",
"@zag-js/toast": "^0.48.0",
"polkadot-api": "^1.7.8",
"polkadot-api": "^1.7.9",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/light-client-extension-helpers-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@picocss/pico": "^2.0.6",
"@polkadot-api/observable-client": "~0.6.4",
"@polkadot-api/observable-client": "~0.6.5",
"@polkadot-api/substrate-client": "~0.3.0",
"@substrate/connect-known-chains": "workspace:*",
"@substrate/light-client-extension-helpers": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/light-client-extension-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"@polkadot-api/json-rpc-provider-proxy": "~0.2.4",
"@polkadot-api/metadata-builders": "~0.9.3",
"@polkadot-api/metadata-compatibility": "~0.1.13",
"@polkadot-api/observable-client": "~0.6.4",
"@polkadot-api/observable-client": "~0.6.5",
"@polkadot-api/signer": "~0.1.12",
"@polkadot-api/substrate-bindings": "~0.10.0",
"@polkadot-api/substrate-client": "~0.3.0",
Expand Down
52 changes: 26 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@polkadot-api/json-rpc-provider-proxy": "~0.2.4",
"@polkadot-api/observable-client": "~0.6.4",
"@polkadot-api/observable-client": "~0.6.5",
"@polkadot-api/sm-provider": "~0.1.7",
"@polkadot-api/substrate-client": "~0.3.0",
"@substrate/connect": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion projects/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"web-ext": "^8.2.0"
},
"dependencies": {
"@polkadot-api/observable-client": "~0.6.4",
"@polkadot-api/observable-client": "~0.6.5",
"@polkadot-api/substrate-client": "~0.3.0",
"@react-rxjs/core": "^0.10.7",
"@react-rxjs/utils": "^0.9.7",
Expand Down
2 changes: 1 addition & 1 deletion projects/wallet-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@polkadot-api/codegen": "~0.12.11",
"@polkadot-api/json-rpc-provider": "~0.0.4",
"@polkadot-api/metadata-builders": "~0.9.3",
"@polkadot-api/observable-client": "~0.6.4",
"@polkadot-api/observable-client": "~0.6.5",
"@polkadot-api/polkadot-signer": "~0.1.6",
"@polkadot-api/signer": "~0.1.12",
"@polkadot-api/substrate-bindings": "~0.10.0",
Expand Down

0 comments on commit f1a9225

Please sign in to comment.