Skip to content

Commit

Permalink
Update @subql deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Oct 25, 2023
1 parent adb7832 commit a8e3933
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/common-ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"main": "dist/index.js",
"license": "GPL-3.0",
"dependencies": {
"@subql/common": "3.1.3",
"@subql/common": "^3.1.3",
"@subql/types-ethereum": "workspace:*",
"@typechain/ethers-v5": "^11.1.1",
"js-yaml": "^4.1.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@subql/common": "3.1.3",
"@subql/common": "^3.1.3",
"@subql/common-ethereum": "workspace:*",
"@subql/node-core": "^6.1.0",
"@subql/testing": "^2.0.2",
"@subql/types-core": "^0.2.0",
"@subql/types-ethereum": "workspace:*",
"cacheable-lookup": "6",
"cron-converter": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
],
"dependencies": {
"@ethersproject/abstract-provider": "^5.6.1",
"@subql/types-core": "0.2.0"
"@subql/types-core": "^0.2.0"
}
}
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3172,7 +3172,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@subql/common-ethereum@workspace:packages/common-ethereum"
dependencies:
"@subql/common": 3.1.3
"@subql/common": ^3.1.3
"@subql/types-ethereum": "workspace:*"
"@typechain/ethers-v5": ^11.1.1
"@types/ejs": ^3.1.2
Expand All @@ -3192,7 +3192,7 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:3.1.3":
"@subql/common@npm:3.1.3, @subql/common@npm:^3.1.3":
version: 3.1.3
resolution: "@subql/common@npm:3.1.3"
dependencies:
Expand Down Expand Up @@ -3253,10 +3253,11 @@ __metadata:
"@nestjs/schedule": ^3.0.1
"@nestjs/schematics": ^9.2.0
"@nestjs/testing": ^9.4.0
"@subql/common": 3.1.3
"@subql/common": ^3.1.3
"@subql/common-ethereum": "workspace:*"
"@subql/node-core": ^6.1.0
"@subql/testing": ^2.0.2
"@subql/types-core": ^0.2.0
"@subql/types-ethereum": "workspace:*"
"@types/express": ^4.17.13
"@types/jest": ^27.4.0
Expand Down Expand Up @@ -3313,7 +3314,7 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:0.2.0":
"@subql/types-core@npm:0.2.0, @subql/types-core@npm:^0.2.0":
version: 0.2.0
resolution: "@subql/types-core@npm:0.2.0"
dependencies:
Expand All @@ -3327,7 +3328,7 @@ __metadata:
resolution: "@subql/types-ethereum@workspace:packages/types"
dependencies:
"@ethersproject/abstract-provider": ^5.6.1
"@subql/types-core": 0.2.0
"@subql/types-core": ^0.2.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit a8e3933

Please sign in to comment.