Skip to content

Commit

Permalink
⬆️ Update blockchain dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
srod committed Jan 7, 2025
1 parent ebafff7 commit 93b84d9
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion example/news-interactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-router-dom": "^7.1.1",
"remix-utils": "^8.0.0",
"swiper": "^11.2.0",
"viem": "^2.21.55"
"viem": "^2.22.3"
},
"devDependencies": {
"@react-router/dev": "^7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion example/wallet-ethcc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-router-dom": "^7.1.1",
"remix-utils": "^8.0.0",
"use-dehydrated-state": "^0.1.0",
"viem": "^2.21.55"
"viem": "^2.22.3"
},
"devDependencies": {
"@react-router/dev": "^7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"module": "src/index.ts",
"main": "./src/index.ts",
"dependencies": {
"viem": "^2.21.55"
"viem": "^2.22.3"
},
"devDependencies": {
"bun-types": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-elysia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"radash": "^12.1.0",
"solady": "^0.0.282",
"sst": "3.4.16",
"viem": "^2.21.55",
"viem": "^2.22.3",
"web-push": "^3.6.7",
"whatwg-url": "^14.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react-day-picker": "^9.5.0",
"react-dom": "^19",
"react-hook-form": "^7.54.2",
"viem": "^2.21.55"
"viem": "^2.22.3"
},
"devDependencies": {
"@types/node": "^22",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"next": "15.1.3",
"react-hook-form": "^7.54.2",
"react-loading-skeleton": "^3.5.0",
"viem": "^2.21.55"
"viem": "^2.22.3"
},
"devDependencies": {
"@frak-labs/app-essentials": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@tanstack/react-query": "^5.62.16",
"@tanstack/react-query-devtools": "^5.62.16",
"@tanstack/react-query-persist-client": "^5.62.16",
"@wagmi/core": "^2.16.0",
"@wagmi/core": "^2.16.3",
"class-variance-authority": "^0.7.1",
"dexie": "^4.0.10",
"i18next": "^24.2.1",
Expand All @@ -60,8 +60,8 @@
"react-router-dom": "^7.1.1",
"remix-utils": "^8.0.0",
"vaul": "^1.1.2",
"viem": "^2.21.55",
"wagmi": "^2.14.3"
"viem": "^2.22.3",
"wagmi": "^2.14.6"
},
"devDependencies": {
"@frak-labs/backend-elysia": "workspace:*",
Expand Down

0 comments on commit 93b84d9

Please sign in to comment.