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

chore(ops): combine package bumps #172

Merged
merged 10 commits into from
Oct 16, 2023
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@stickyjs/eslint-config": "^1.3.2",
"@stickyjs/turbo": "^1.3.2",
"@types/react": "18.2.22",
"@types/react": "18.2.28",
"@waveshq/standard-defichain-jellyfishsdk": "^2.14.0",
"@waveshq/standard-prettier": "^2.14.0",
"@waveshq/standard-web": "^2.14.0",
Expand Down
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"
}
}
4 changes: 2 additions & 2 deletions packages/walletkit-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"preset": "@stickyjs/jest"
},
"dependencies": {
"bignumber.js": "^9.1.1",
"bignumber.js": "^9.1.2",
"ethers": "^5.7.2"
},
"devDependencies": {
"@stickyjs/jest": "^1.3.2",
"@types/react": "18.2.22"
"@types/react": "18.2.28"
}
}
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"
}
}
8 changes: 4 additions & 4 deletions packages/walletkit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@waveshq/standard-web": "^2.14.0",
"@waveshq/standard-web-linter": "^2.14.0",
"@waveshq/walletkit-core": "workspace:*",
"bignumber.js": "^9.1.1",
"dayjs": "^1.11.9",
"bignumber.js": "^9.1.2",
"dayjs": "^1.11.10",
"immer": "^9.0.21",
"reselect": "^4.1.8",
"smart-buffer": "^4.2.0"
Expand All @@ -23,8 +23,8 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/react": "18.2.22",
"jest-environment-jsdom": "^29.6.4"
"@types/react": "18.2.28",
"jest-environment-jsdom": "^29.7.0"
},
"scripts": {
"build": "tsc -b ./tsconfig.build.json",
Expand Down
Loading
Loading