Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @gear-js/api #1401

Merged
merged 1 commit into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.5",
"version": "0.6.6",
"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.2",
"@gear-js/api": "0.33.4",
"@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.2",
"@gear-js/api": "0.33.4",
"@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.2":
version: 0.33.2
resolution: "@gear-js/api@npm:0.33.2"
"@gear-js/api@npm:0.33.4":
version: 0.33.4
resolution: "@gear-js/api@npm:0.33.4"
peerDependencies:
"@polkadot/api": 10.9.1
"@polkadot/wasm-crypto": 7.2.1
rxjs: 7.8.1
checksum: 6158e36eddacc7ac1cc1b4e3f9ae5b85de45bac49d1db5d3b2bce17cb545872b36fbc1d990dc1342ce121a2b1c2043aac847b9773ad417c14c0e43d51265c221
checksum: 3807ac762e73d5e9eabbf3fc4d932c7c2957ef02cdce03fc832f908faa5f6f8c8f0cb4fcd7b3514a30e39e88a0dd4dceb8401780be78d26279755b11b52b6a6f
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.2
"@gear-js/api": 0.33.4
"@polkadot/api": 10.9.1
"@polkadot/extension-dapp": 0.46.5
"@polkadot/extension-inject": 0.46.5
Expand All @@ -84,7 +84,7 @@ __metadata:
rollup-plugin-typescript2: 0.31.2
typescript: 4.9.5
peerDependencies:
"@gear-js/api": 0.33.2
"@gear-js/api": 0.33.4
"@polkadot/api": 10.9.1
"@polkadot/extension-dapp": 0.46.5
react: ^18.2.0
Expand Down
Loading