Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
bump(deps): update dependency bignumber.js to ^9.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent 118e603 commit 87f76ac
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/walletkit-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"dependencies": {
"@waveshq/walletkit-core": "workspace:*",
"bignumber.js": "^9.1.1"
"bignumber.js": "^9.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/walletkit-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"preset": "@stickyjs/jest"
},
"dependencies": {
"bignumber.js": "^9.1.1",
"bignumber.js": "^9.1.2",
"ethers": "^5.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/walletkit-testcontainers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"preset": "@stickyjs/jest"
},
"dependencies": {
"bignumber.js": "^9.1.1"
"bignumber.js": "^9.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/walletkit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@waveshq/standard-web": "^2.4.1",
"@waveshq/standard-web-linter": "^2.4.1",
"@waveshq/walletkit-core": "workspace:*",
"bignumber.js": "^9.1.1",
"bignumber.js": "^9.1.2",
"dayjs": "^1.11.9",
"immer": "^9.0.21",
"reselect": "^4.1.8",
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit 87f76ac

Please sign in to comment.