Skip to content

Commit

Permalink
chore: bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Oct 28, 2024
1 parent 58b93b5 commit c1b372a
Show file tree
Hide file tree
Showing 5 changed files with 572 additions and 603 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/events": "^3.0.3",
"@types/node": "^22.7.9",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"cpy-cli": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"dependencies": {
"@bigmi/core": "workspace:^",
"@wagmi/core": "^2.14.1",
"viem": "^2.21.33",
"wagmi": "^2.12.24"
"viem": "^2.21.35",
"wagmi": "^2.12.25"
},
"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.33"
"viem": "^2.21.35"
},
"devDependencies": {
"cpy-cli": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@bigmi/client": "workspace:^",
"@bigmi/core": "workspace:^",
"use-sync-external-store": "^1.2.2",
"viem": "^2.21.33",
"wagmi": "^2.12.24"
"viem": "^2.21.35",
"wagmi": "^2.12.25"
},
"devDependencies": {
"@types/use-sync-external-store": "^0.0.6",
Expand Down
Loading

0 comments on commit c1b372a

Please sign in to comment.