Skip to content

Commit

Permalink
Bump idea packages polkadot api
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitayutanov committed Sep 20, 2024
1 parent e96820f commit 67c9ef7
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 220 deletions.
2 changes: 1 addition & 1 deletion idea/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@gear-js/api": "0.38.1",
"@polkadot/api": "11.0.2",
"@polkadot/api": "12.0.1",
"winston": "3.7.2"
},
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion idea/faucet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@gear-js/api": "0.38.1",
"@gear-js/common": "workspace:^",
"@polkadot/api": "11.0.2",
"@polkadot/api": "12.0.1",
"chalk": "4.1.2",
"class-transformer": "0.5.1",
"cron": "^3.1.6",
Expand Down
4 changes: 2 additions & 2 deletions idea/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-router-dom": "6.16.0",
"react-transition-group": "4.4.5",
"sails-js": "0.2.0",
"sails-js-parser": "^0.0.1",
"sails-js-parser": "0.0.1",
"simplebar-react": "3.2.4",
"yup": "1.3.2",
"zod": "3.22.4"
Expand All @@ -63,7 +63,7 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3",
"sails-js-types": "^0.0.1",
"sails-js-types": "0.0.1",
"sass": "1.69.1",
"typescript": "5.5.3",
"vite": "4.4.11",
Expand Down
4 changes: 2 additions & 2 deletions idea/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@gear-js/api": "^0.38.1",
"@gear-js/common": "workspace:^",
"@polkadot/api": "11.0.2",
"@polkadot/api": "12.0.1",
"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": "11.0.2",
"@polkadot/api": "12.0.1",
"@types/amqplib": "0.10.1",
"@types/node": "18.15.11",
"jest": "29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion idea/meta-storage-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@gear-js/api": "0.38.1",
"@gear-js/common": "workspace:^",
"@polkadot/api": "11.0.2",
"@polkadot/api": "12.0.1",
"dotenv": "^16.3.1",
"express": "4.18.1",
"pg": "8.10.0",
Expand Down
2 changes: 1 addition & 1 deletion idea/meta-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@gear-js/api": "0.38.1",
"@gear-js/common": "workspace:^",
"@polkadot/api": "11.0.2",
"@polkadot/api": "12.0.1",
"amqplib": "0.10.3",
"dotenv": "^16.3.1",
"pg": "8.10.0",
Expand Down
2 changes: 1 addition & 1 deletion idea/squid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@gear-js/api": "0.38.1",
"@polkadot/api": "11.0.2",
"@polkadot/api": "12.0.1",
"@subsquid/graphql-server": "4.5.1",
"@subsquid/ss58": "2.0.2",
"@subsquid/substrate-processor": "8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion idea/test-balance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@gear-js/api": "0.38.1",
"@gear-js/common": "workspace:^",
"@polkadot/api": "11.0.2",
"@polkadot/api": "12.0.1",
"@types/amqplib": "0.8.2",
"amqplib": "0.10.3",
"chalk": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion idea/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/preset-typescript": "7.18.6",
"@gear-js/api": "0.38.1",
"@gear-js/common": "workspace:^",
"@polkadot/api": "11.0.2",
"@polkadot/api": "12.0.1",
"babel-jest": "28.1.3",
"dotenv": "16.0.3",
"jest": "^29.1.2",
Expand Down
Loading

0 comments on commit 67c9ef7

Please sign in to comment.