Skip to content

Commit

Permalink
chore(idea): bump @gear-js/api and @polkadot/api (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitayutanov authored May 22, 2024
1 parent 41a1b3d commit 8615eaf
Show file tree
Hide file tree
Showing 8 changed files with 269 additions and 214 deletions.
4 changes: 2 additions & 2 deletions idea/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"build": "tsc"
},
"dependencies": {
"@gear-js/api": "0.36.7",
"@polkadot/api": "10.11.2",
"@gear-js/api": "0.38.1",
"@polkadot/api": "11.0.2",
"winston": "3.7.2"
},
"license": "ISC",
Expand Down
6 changes: 3 additions & 3 deletions idea/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"preview": "vite preview"
},
"dependencies": {
"@gear-js/api": "0.36.7",
"@gear-js/api": "0.38.1",
"@gear-js/react-hooks": "workspace:^",
"@gear-js/ui": "workspace:^",
"@hcaptcha/react-hcaptcha": "1.8.1",
"@hookform/resolvers": "3.3.2",
"@polkadot/api": "10.11.2",
"@polkadot/api": "11.0.2",
"@polkadot/extension-dapp": "0.46.5",
"@polkadot/react-identicon": "3.6.3",
"@polkadot/types": "10.11.2",
"@polkadot/types": "11.0.2",
"@polkadot/util": "12.6.2",
"@react-aria/utils": "3.21.0",
"@tanstack/react-query": "5.29.0",
Expand Down
6 changes: 3 additions & 3 deletions idea/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"license": "GPL-3.0",
"dependencies": {
"@gear-js/api": "^0.36.7",
"@gear-js/api": "^0.38.1",
"@gear-js/common": "workspace:^",
"@polkadot/api": "10.11.2",
"@polkadot/api": "11.0.2",
"amqplib": "0.10.3",
"class-transformer": "0.5.1",
"cron": "^3.1.6",
Expand All @@ -26,7 +26,7 @@
"winston": "3.8.2"
},
"devDependencies": {
"@polkadot/types": "10.11.2",
"@polkadot/types": "11.0.2",
"@types/amqplib": "0.10.1",
"@types/node": "18.15.11",
"jest": "29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions idea/meta-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@gear-js/api": "0.36.7",
"@gear-js/api": "0.38.1",
"@gear-js/common": "workspace:^",
"@polkadot/api": "10.11.2",
"@polkadot/api": "11.0.2",
"amqplib": "0.10.3",
"dotenv": "^16.3.1",
"pg": "8.10.0",
Expand Down
4 changes: 2 additions & 2 deletions idea/test-balance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"@gear-js/api": "0.36.7",
"@gear-js/api": "0.38.1",
"@gear-js/common": "workspace:^",
"@polkadot/api": "10.11.2",
"@polkadot/api": "11.0.2",
"@types/amqplib": "0.8.2",
"amqplib": "0.10.3",
"chalk": "4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions idea/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@babel/plugin-transform-typescript": "7.20.2",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.18.6",
"@gear-js/api": "0.36.7",
"@gear-js/api": "0.38.1",
"@gear-js/common": "workspace:^",
"@polkadot/api": "10.11.2",
"@polkadot/api": "11.0.2",
"babel-jest": "28.1.3",
"dotenv": "16.0.3",
"jest": "^29.1.2",
Expand Down
16 changes: 8 additions & 8 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.10.6",
"version": "0.10.7",
"description": "React hooks used across Gear applications",
"author": "Gear Technologies",
"license": "GPL-3.0",
Expand All @@ -21,26 +21,26 @@
"prepare": "yarn build"
},
"peerDependencies": {
"@gear-js/api": "0.36.3",
"@polkadot/api": "10.11.2",
"@gear-js/api": "0.38.1",
"@polkadot/api": "11.0.2",
"@polkadot/extension-dapp": "0.46.5",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"dependencies": {
"@polkadot/api-derive": "10.11.2",
"@polkadot/api-derive": "11.0.2",
"@polkadot/extension-inject": "0.46.5",
"@polkadot/util": "12.6.2",
"@substrate/connect": "0.7.33",
"@substrate/connect": "0.8.10",
"bignumber.js": "9.1.2",
"nanoid": "5.0.1",
"react-transition-group": "4.4.5"
},
"devDependencies": {
"@gear-js/api": "0.36.7",
"@polkadot/api": "10.11.2",
"@gear-js/api": "0.38.1",
"@polkadot/api": "11.0.2",
"@polkadot/extension-dapp": "0.46.5",
"@polkadot/types": "10.11.2",
"@polkadot/types": "11.0.2",
"@rollup/plugin-commonjs": "25.0.5",
"@rollup/plugin-node-resolve": "15.2.3",
"@types/react": "18.2.28",
Expand Down
Loading

0 comments on commit 8615eaf

Please sign in to comment.