Skip to content

Commit

Permalink
update polkadot api to 10.1.4 (subquery#1580)
Browse files Browse the repository at this point in the history
* update polkadot api to 10.1.4

* update rest of dep
  • Loading branch information
jiqiang90 authored Mar 28, 2023
1 parent a06e9be commit 3c21594
Show file tree
Hide file tree
Showing 10 changed files with 346 additions and 350 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"@octokit/request": "^5.6.3",
"@types/cron-converter": "^1",
"@types/node": "^14.18.10",
"@types/node-fetch": "2.6.2",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"babel-jest": "^27.4.6",
Expand All @@ -33,8 +34,8 @@
"typescript": "^4.4.4"
},
"resolutions": {
"@polkadot/api": "9.11.1",
"@polkadot/util": "10.2.3",
"@polkadot/api": "10.1.4",
"@polkadot/util": "11.1.1",
"@terra-money/terra.js": "^3.0.11",
"node-fetch": "2.6.7",
"sequelize": "6.28.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Ian He & Jay Ji",
"license": "Apache-2.0",
"devDependencies": {
"@polkadot/api": "^9",
"@polkadot/api": "^10",
"@subql/types": "latest",
"typescript": "^4.1.3",
"@subql/cli": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@nestjs/common": "^8.2.6",
"@nestjs/event-emitter": "^1.3.0",
"@nestjs/schedule": "^1.0.2",
"@polkadot/api": "9.11.1",
"@polkadot/api": "10.1.4",
"@subql/apollo-links": "0.2.1-9",
"@subql/common": "workspace:*",
"@subql/types": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-core/test/v1.0.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Ian He & Jay Ji",
"license": "Apache-2.0",
"devDependencies": {
"@polkadot/api": "^9",
"@polkadot/api": "^10",
"@subql/types": "latest",
"typescript": "^4.1.3",
"@subql/cli": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nestjs/event-emitter": "^1.3.0",
"@nestjs/platform-express": "^8.2.6",
"@nestjs/schedule": "^1.0.2",
"@polkadot/api": "9.11.1",
"@polkadot/api": "10.1.4",
"@subql/common": "workspace:*",
"@subql/common-substrate": "workspace:*",
"@subql/node-core": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Ian He & Jay Ji",
"license": "Apache-2.0",
"devDependencies": {
"@polkadot/api": "^9",
"@polkadot/api": "^10",
"@subql/types": "latest",
"typescript": "^4.1.3",
"@subql/cli": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/node/test/projectFixture/v1.0.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Ian He & Jay Ji",
"license": "Apache-2.0",
"devDependencies": {
"@polkadot/api": "^9",
"@polkadot/api": "^10",
"@subql/types": "latest",
"typescript": "^4.1.3",
"@subql/cli": "latest"
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"/dist"
],
"peerDependencies": {
"@polkadot/api": "^9"
"@polkadot/api": "^10"
},
"devDependencies": {
"@polkadot/api": "^9",
"@polkadot/api": "^10",
"@types/app-module-path": "^2.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"main": "dist/index.js",
"license": "Apache-2.0",
"dependencies": {
"@polkadot/util": "^10.2.3",
"@polkadot/util-crypto": "^10.2.3",
"@polkadot/util": "^11.1.1",
"@polkadot/util-crypto": "^11.1.1",
"ansi-styles": "^6.1.0",
"axios": "^0.27.1",
"chalk": "^4.1.2",
Expand Down
Loading

0 comments on commit 3c21594

Please sign in to comment.