Skip to content

Commit

Permalink
rollback viem version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Oct 23, 2024
1 parent 9fd5426 commit 35b3abb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test:acc": "turbo run test:acc",
"test:acc:u": "turbo run test:acc -- -u",
"prepare": "husky install",
"sync-deps": "syncpack fix-mismatches",
"sync-deps": "npx syncpack fix-mismatches",
"changeset": "changeset",
"changeset:version": "changeset version && npm i --package-lock-only",
"changeset:publish": "npm run build && changeset publish"
Expand Down Expand Up @@ -68,7 +68,7 @@
"tsup": "^8.3.0",
"turbo": "^2.1.3",
"typescript": "^5.6.3",
"viem": "^2.21.29",
"viem": "^2.20.0",
"vitest": "^2.1.3"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"@polkadot/types": "^12.4.2",
"@polkadot/util": "^13.1.1",
"ethers": "^6.13.4",
"viem": "^2.21.29"
"viem": "^2.20.0"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"big.js": "^6.2.1"
},
"peerDependencies": {
"viem": "^2.21.29"
"viem": "^2.20.0"
}
}

0 comments on commit 35b3abb

Please sign in to comment.