Skip to content

Commit

Permalink
upgrade deps (#817)
Browse files Browse the repository at this point in the history
* use latest yarn

* update all deps

* update deps

* fix
  • Loading branch information
shunjizhan authored Sep 4, 2023
1 parent eb51224 commit 0f844dd
Show file tree
Hide file tree
Showing 7 changed files with 938 additions and 1,094 deletions.
801 changes: 0 additions & 801 deletions .yarn/releases/yarn-3.2.4.cjs

This file was deleted.

874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'

yarnPath: .yarn/releases/yarn-3.2.4.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repository": "[email protected]:AcalaNetwork/bodhi.js.git",
"author": "Acala Developers <[email protected]>",
"license": "Apache-2.0",
"packageManager": "yarn@3.2.4",
"packageManager": "yarn@3.6.3",
"private": true,
"engines": {
"node": ">=v16"
Expand Down Expand Up @@ -51,7 +51,7 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.0.4",
"unplugin-swc": "^1.3.2",
"unplugin-swc": "^1.4.2",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.34.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/lru-cache": "~7.6.1",
"dotenv": "~10.0.0",
"jsdom": "^22.0.0",
"vitest": "^0.31.0"
"vitest": "^0.34.3"
},
"files": [
"lib"
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 @@ -51,7 +51,7 @@
"pino-pretty": "~7.0.1",
"ts-node": "~10.7.0",
"typescript": "~4.6.3",
"vitest": "^0.31.0"
"vitest": "^0.34.3"
},
"files": [
"lib",
Expand Down
Loading

0 comments on commit 0f844dd

Please sign in to comment.