Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 16, 2024
1 parent c9c6cbf commit 6ba27d5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/twelve-fans-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@reactive-dot/core": minor
---

Increased required PAPI version to `^1.0.0`.
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.13.2",
"polkadot-api": "^1.0.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 @@ -43,13 +43,13 @@
"@walletconnect/modal": "^2.6.2",
"@walletconnect/universal-provider": "^2.14.0",
"eslint": "^9.9.0",
"polkadot-api": "^0.13.2",
"polkadot-api": "^1.0.0",
"typescript": "^5.5.4"
},
"peerDependencies": {
"@walletconnect/modal": "2.x",
"@walletconnect/universal-provider": "2.x",
"polkadot-api": "^0.13.2"
"polkadot-api": "^1.0.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 @@ -41,7 +41,7 @@
"@tsconfig/strictest": "^2.0.5",
"@types/react": "^18.3.3",
"eslint": "^9.9.0",
"polkadot-api": "^0.13.2",
"polkadot-api": "^1.0.0",
"react": "^18.3.1",
"typescript": "^5.5.4"
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4312,12 +4312,12 @@ __metadata:
"@walletconnect/modal": "npm:^2.6.2"
"@walletconnect/universal-provider": "npm:^2.14.0"
eslint: "npm:^9.9.0"
polkadot-api: "npm:^0.13.2"
polkadot-api: "npm:^1.0.0"
typescript: "npm:^5.5.4"
peerDependencies:
"@walletconnect/modal": 2.x
"@walletconnect/universal-provider": 2.x
polkadot-api: ^0.13.2
polkadot-api: ^1.0.0
peerDependenciesMeta:
"@walletconnect/modal":
optional: true
Expand Down Expand Up @@ -4379,7 +4379,7 @@ __metadata:
"@walletconnect/universal-provider": "npm:^2.14.0"
date-fns: "npm:^3.6.0"
eslint: "npm:^9.9.0"
polkadot-api: "npm:^0.13.2"
polkadot-api: "npm:^1.0.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
react-error-boundary: "npm:^4.0.13"
Expand All @@ -4401,7 +4401,7 @@ __metadata:
eslint: "npm:^9.9.0"
jotai: "npm:^2.9.3"
jotai-scope: "npm:^0.7.0"
polkadot-api: "npm:^0.13.2"
polkadot-api: "npm:^1.0.0"
react: "npm:^18.3.1"
typescript: "npm:^5.5.4"
peerDependencies:
Expand Down Expand Up @@ -14498,9 +14498,9 @@ __metadata:
languageName: node
linkType: hard

"polkadot-api@npm:^0.13.2":
version: 0.13.2
resolution: "polkadot-api@npm:0.13.2"
"polkadot-api@npm:^1.0.0":
version: 1.0.0
resolution: "polkadot-api@npm:1.0.0"
dependencies:
"@polkadot-api/cli": "npm:0.7.4"
"@polkadot-api/json-rpc-provider": "npm:0.0.3"
Expand All @@ -14524,7 +14524,7 @@ __metadata:
bin:
papi: bin/cli.mjs
polkadot-api: bin/cli.mjs
checksum: 10c0/807df2886ea33ea095694c04c3db6a8fcd97cab8b3d7221b1d8f95eb3be5e9b61de0b3fd884a1ec525e2ff4e8c69341e03fa9ab9cc8cfa61e5bb723e917cb83e
checksum: 10c0/00c6df5ef59a70c72c038bf20304c38aa0c9d68b347e4fff54b73b87d7cb48e4a01f4f3c7d0dd0de73f712c7e9a45feea1860260e75a966659040d91bb345d91
languageName: node
linkType: hard

Expand Down

0 comments on commit 6ba27d5

Please sign in to comment.