Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Dec 13, 2024
1 parent 92d21bc commit d0758a5
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 215 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@types/events": "^3.0.3",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"cpy-cli": "^5.0.0",
"fs-extra": "^11.2.0",
"husky": "^9.1.7",
"lerna": "8.1.9",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"standard-version": "^9.5.0",
"typescript": "^5.7.2"
},
"packageManager": "pnpm@9.12.1"
"packageManager": "pnpm@9.15.0"
}
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
],
"dependencies": {
"@bigmi/core": "workspace:^",
"@wagmi/core": "^2.15.2",
"viem": "^2.21.54",
"wagmi": "^2.13.3"
"@wagmi/core": "^2.16.0",
"viem": "^2.21.55",
"wagmi": "^2.14.1"
},
"devDependencies": {
"cpy-cli": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"bech32": "^2.0.0",
"bitcoinjs-lib": "^7.0.0-rc.0",
"bs58": "^6.0.0",
"viem": "^2.21.54"
"viem": "^2.21.55"
},
"devDependencies": {
"cpy-cli": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"dependencies": {
"@bigmi/client": "workspace:^",
"@bigmi/core": "workspace:^",
"use-sync-external-store": "^1.2.2",
"viem": "^2.21.54",
"wagmi": "^2.13.3"
"use-sync-external-store": "^1.4.0",
"viem": "^2.21.55",
"wagmi": "^2.14.1"
},
"devDependencies": {
"@types/use-sync-external-store": "^0.0.6",
Expand Down
Loading

0 comments on commit d0758a5

Please sign in to comment.