Skip to content

Commit

Permalink
fix(hooks): account type (#1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitayutanov authored Aug 23, 2024
1 parent dc6d14e commit b525485
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.12.1",
"version": "0.12.2",
"description": "React hooks used across Gear applications",
"author": "Gear Technologies",
"license": "GPL-3.0",
Expand All @@ -23,13 +23,14 @@
"peerDependencies": {
"@gear-js/api": "0.38.1",
"@polkadot/api": "11.0.2",
"@tanstack/react-query": "5.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"@tanstack/react-query": "^5.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sails-js": "0.1.8"
},
"dependencies": {
"@polkadot/api-derive": "11.0.2",
"@polkadot/extension-inject": "0.51.1",
"@polkadot/util": "12.6.2",
"@substrate/connect": "0.8.10",
"bignumber.js": "9.1.2",
Expand All @@ -39,7 +40,6 @@
"devDependencies": {
"@gear-js/api": "0.38.1",
"@polkadot/api": "11.0.2",
"@polkadot/extension-inject": "0.51.1",
"@polkadot/types": "11.0.2",
"@rollup/plugin-commonjs": "25.0.5",
"@rollup/plugin-node-resolve": "15.2.3",
Expand Down

0 comments on commit b525485

Please sign in to comment.