Skip to content

Commit

Permalink
[hooks] Bump @gear-js/api (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitayutanov authored Oct 9, 2023
1 parent b7166c0 commit 0b75e39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions utils/gear-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gear-js/react-hooks",
"version": "0.8.0",
"version": "0.8.1",
"description": "React hooks used across Gear applications",
"author": "Gear Technologies",
"license": "GPL-3.0",
Expand All @@ -21,14 +21,14 @@
"prepare": "npm run build"
},
"peerDependencies": {
"@gear-js/api": "0.33.6",
"@gear-js/api": "0.34.0",
"@polkadot/api": "10.9.1",
"@polkadot/extension-dapp": "0.46.5",
"react": "^18.2.0",
"react-transition-group": "4.4.5"
},
"devDependencies": {
"@gear-js/api": "0.33.6",
"@gear-js/api": "0.34.0",
"@polkadot/api": "10.9.1",
"@polkadot/extension-dapp": "0.46.5",
"@polkadot/extension-inject": "0.46.5",
Expand Down
12 changes: 6 additions & 6 deletions utils/gear-hooks/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,22 @@ __metadata:
languageName: node
linkType: hard

"@gear-js/api@npm:0.33.6":
version: 0.33.6
resolution: "@gear-js/api@npm:0.33.6"
"@gear-js/api@npm:0.34.0":
version: 0.34.0
resolution: "@gear-js/api@npm:0.34.0"
peerDependencies:
"@polkadot/api": 10.9.1
"@polkadot/wasm-crypto": 7.2.1
rxjs: 7.8.1
checksum: f7276094884952f4ba5b300c7b603091d1a3993b8d5de74f08c480cac4cd58d9b18e83614362b3f8236adffd6e45b1b0250748a5348c56d1db9dd4693830a06e
checksum: 84a567b5a9d47dbbf66d51fb0f2747ecfdc109a6eefa71ff5966a87e14d948bb6aa9185425002f2ad808df5f0e8cd28104e69e718f76cee1a2ba68c3a401c27c
languageName: node
linkType: hard

"@gear-js/react-hooks@workspace:.":
version: 0.0.0-use.local
resolution: "@gear-js/react-hooks@workspace:."
dependencies:
"@gear-js/api": 0.33.6
"@gear-js/api": 0.34.0
"@polkadot/api": 10.9.1
"@polkadot/extension-dapp": 0.46.5
"@polkadot/extension-inject": 0.46.5
Expand All @@ -86,7 +86,7 @@ __metadata:
rollup-plugin-typescript2: 0.31.2
typescript: 4.9.5
peerDependencies:
"@gear-js/api": 0.33.6
"@gear-js/api": 0.34.0
"@polkadot/api": 10.9.1
"@polkadot/extension-dapp": 0.46.5
react: ^18.2.0
Expand Down

0 comments on commit 0b75e39

Please sign in to comment.