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 Oct 16, 2023
1 parent 92ebc7a commit 2b441b3
Show file tree
Hide file tree
Showing 5 changed files with 18 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 @@ -18,7 +18,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.14.0",
"@waveshq/standard-web-linter": "^2.14.0",
"@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
27 changes: 14 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 2b441b3

Please sign in to comment.