Skip to content

Commit

Permalink
update deps (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan authored Dec 5, 2023
1 parent 3097d7e commit a23b5f9
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/bodhi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "tsc --build ./tsconfig.json"
},
"peerDependencies": {
"@polkadot/api": "^10.9.1"
"@polkadot/api": "^10.11.1"
},
"dependencies": {
"@acala-network/eth-providers": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/eth-providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"test:e2e": "vitest --run --config vitest.config.e2e.ts"
},
"peerDependencies": {
"@acala-network/api": "~6.0.0",
"@polkadot/api": "^10.9.1"
"@acala-network/api": "~6.0.4",
"@polkadot/api": "^10.11.1"
},
"dependencies": {
"@acala-network/contracts": "4.3.4",
Expand All @@ -24,7 +24,7 @@
"lru-cache": "~7.8.2"
},
"devDependencies": {
"@acala-network/api": "^6.0.3",
"@acala-network/api": "~6.0.4",
"@types/bn.js": "~5.1.0",
"@types/dd-trace": "^0.9.0",
"@types/lru-cache": "~7.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-rpc-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ncc:pack": "ncc build src/index.ts -t --target es2020"
},
"peerDependencies": {
"@polkadot/api": "^10.9.1"
"@polkadot/api": "^10.11.1"
},
"dependencies": {
"@acala-network/eth-providers": "workspace:*",
Expand Down
40 changes: 20 additions & 20 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a23b5f9

Please sign in to comment.