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 23, 2024
1 parent b2d769e commit bd86e3b
Show file tree
Hide file tree
Showing 5 changed files with 1,124 additions and 1,285 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
}
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/events": "^3.0.3",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/node": "^22.7.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"cpy-cli": "^5.0.0",
"fs-extra": "^11.2.0",
Expand Down
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.13.8",
"viem": "^2.21.25",
"wagmi": "^2.12.16"
"@wagmi/core": "^2.14.1",
"viem": "^2.21.33",
"wagmi": "^2.12.24"
},
"devDependencies": {
"cpy-cli": "^5.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@
"typescript"
],
"dependencies": {
"@noble/curves": "^1.6.0",
"@noble/hashes": "^1.5.0",
"bech32": "^2.0.0",
"bitcoinjs-lib": "^7.0.0-rc.0",
"bs58": "^6.0.0",
"viem": "^2.21.25"
"viem": "^2.21.33"
},
"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.25",
"wagmi": "^2.12.16"
"viem": "^2.21.33",
"wagmi": "^2.12.24"
},
"devDependencies": {
"@types/use-sync-external-store": "^0.0.6",
Expand Down
Loading

0 comments on commit bd86e3b

Please sign in to comment.