Skip to content

Commit cd0fa57

Browse files
authored
chore: bump viem, wagmi, abitype (#3804)
1 parent 3266693 commit cd0fa57

35 files changed

Lines changed: 1023 additions & 377 deletions

File tree

.changeset/tiny-masks-attend.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
"@latticexyz/block-logs-stream": patch
3+
"@latticexyz/cli": patch
4+
"@latticexyz/common": patch
5+
"@latticexyz/config": patch
6+
"@latticexyz/dev-tools": patch
7+
"@latticexyz/entrykit": patch
8+
"@latticexyz/explorer": patch
9+
"@latticexyz/faucet": patch
10+
"@latticexyz/id.place": patch
11+
"@latticexyz/protocol-parser": patch
12+
"@latticexyz/schema-type": patch
13+
"@latticexyz/stash": patch
14+
"@latticexyz/store-indexer": patch
15+
"@latticexyz/store-sync": patch
16+
"@latticexyz/store": patch
17+
"@latticexyz/world": patch
18+
"create-mud": patch
19+
---
20+
21+
Bumped to viem v2.35.1, wagmi v2.16.5, abitype v1.0.9.

apps/id.place/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"react-dom": "^19.1.0",
3131
"react-router": "^7.6.3",
3232
"tailwind-merge": "^3.3.1",
33-
"viem": "2.30.6",
34-
"wagmi": "2.15.5",
33+
"viem": "2.35.1",
34+
"wagmi": "2.16.5",
3535
"zustand": "^5.0.6"
3636
},
3737
"devDependencies": {

e2e/packages/client-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"react": "^18.2.0",
2828
"rxjs": "7.5.5",
2929
"threads": "^1.7.0",
30-
"viem": "2.30.6"
30+
"viem": "2.35.1"
3131
},
3232
"devDependencies": {
3333
"vite": "^4.2.1",

e2e/packages/sync-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"@latticexyz/world-module-callwithsignature": "link:../../../packages/world-module-callwithsignature",
2525
"@latticexyz/world-modules": "link:../../../packages/world-modules",
2626
"@viem/anvil": "^0.0.6",
27-
"abitype": "1.0.6",
27+
"abitype": "1.0.9",
2828
"chalk": "^5.2.0",
2929
"dotenv": "^16.0.3",
3030
"drizzle-orm": "^0.28.5",
3131
"execa": "^7.1.1",
3232
"happy-dom": "^12.10.3",
3333
"postgres": "3.3.5",
3434
"typescript": "5.4.2",
35-
"viem": "2.30.6",
35+
"viem": "2.35.1",
3636
"vite": "^4.2.1",
3737
"vitest": "0.34.6",
3838
"zod": "3.23.8"

e2e/packages/test-data/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/pnpm-lock.yaml

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/local-explorer/packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0",
2424
"rxjs": "7.5.5",
25-
"viem": "2.30.6"
25+
"viem": "2.35.1"
2626
},
2727
"devDependencies": {
2828
"@types/react": "18.2.22",

examples/minimal/packages/client-phaser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"styled-components": "^5.3.10",
3636
"threads": "^1.7.0",
3737
"use-resize-observer": "^9.1.0",
38-
"viem": "2.30.6",
38+
"viem": "2.35.1",
3939
"vite": "^4.2.1",
4040
"zustand": "^4.3.8"
4141
},

examples/minimal/packages/client-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react-dom": "^18.2.0",
3131
"rxjs": "7.5.5",
3232
"threads": "^1.7.0",
33-
"viem": "2.30.6"
33+
"viem": "2.35.1"
3434
},
3535
"devDependencies": {
3636
"@types/react": "18.2.22",

examples/minimal/packages/client-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"react": "^18.2.0",
2828
"rxjs": "7.5.5",
2929
"threads": "^1.7.0",
30-
"viem": "2.30.6"
30+
"viem": "2.35.1"
3131
},
3232
"devDependencies": {
3333
"vite": "^4.2.1",

0 commit comments

Comments
 (0)