Skip to content

Commit

Permalink
feat: upgrade version polkadot/api to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav authored and stwiname committed Nov 25, 2024
1 parent 86fa12c commit c6eab6a
Show file tree
Hide file tree
Showing 9 changed files with 404 additions and 237 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"typescript": "^5.5.4"
},
"resolutions": {
"@polkadot/api": "12.3.1",
"@polkadot/api": "14.3.1",
"@polkadot/util": "13.0.2",
"node-fetch": "2.6.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/test/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "SubQuery Team",
"license": "MIT",
"devDependencies": {
"@polkadot/api": "^11",
"@polkadot/api": "^14",
"@subql/cli": "latest",
"@subql/testing": "latest",
"@subql/types": "latest",
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": "^12.3.1",
"@polkadot/api": "^14.3.1",
"@subql/types": "latest",
"typescript": "^4.9.5",
"@subql/cli": "latest"
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": "^12.3.1",
"@polkadot/api": "^14.3.1",
"@subql/types": "latest",
"typescript": "^4.9.5",
"@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": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@polkadot/api": "^12.3.1",
"@polkadot/api": "^14.3.1",
"@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": "^12.3.1",
"@polkadot/api": "^14.3.1",
"@subql/types": "dev",
"typescript": "^4.1.3",
"@subql/cli": "dev"
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": "^12.3.1",
"@polkadot/api": "^14.3.1",
"@subql/types": "dev",
"typescript": "^4.9.5",
"@subql/cli": "dev"
Expand Down
6 changes: 3 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types",
"version": "3.11.3",
"version": "3.12.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -20,9 +20,9 @@
"@subql/types-core": "workspace:*"
},
"peerDependencies": {
"@polkadot/api": "^12"
"@polkadot/api": "^14"
},
"devDependencies": {
"@polkadot/api": "^12.3.1"
"@polkadot/api": "^14.3.1"
}
}
Loading

0 comments on commit c6eab6a

Please sign in to comment.