Skip to content

Commit

Permalink
build: bump viem and abitype (#1684)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Oct 3, 2023
1 parent b37c8cc commit f99e889
Show file tree
Hide file tree
Showing 25 changed files with 187 additions and 256 deletions.
15 changes: 15 additions & 0 deletions .changeset/large-nails-suffer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@latticexyz/block-logs-stream": patch
"@latticexyz/cli": patch
"@latticexyz/common": patch
"@latticexyz/dev-tools": patch
"@latticexyz/faucet": patch
"@latticexyz/protocol-parser": patch
"@latticexyz/schema-type": patch
"@latticexyz/store-indexer": patch
"@latticexyz/store-sync": patch
"@latticexyz/store": patch
"create-mud": patch
---

Bump viem to 1.14.0 and abitype to 0.9.8
2 changes: 1 addition & 1 deletion e2e/packages/client-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react": "^18.2.0",
"rxjs": "7.5.5",
"threads": "^1.7.0",
"viem": "1.6.0"
"viem": "1.14.0"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions e2e/packages/sync-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"@latticexyz/store-sync": "link:../../../packages/store-sync",
"@latticexyz/utils": "link:../../../packages/utils",
"@viem/anvil": "^0.0.6",
"abitype": "0.9.3",
"abitype": "0.9.8",
"chalk": "^5.2.0",
"dotenv": "^16.0.3",
"execa": "^7.1.1",
"jsdom": "^22.0.0",
"typescript": "5.1.6",
"viem": "1.6.0",
"viem": "1.14.0",
"vite": "^4.2.1",
"vitest": "^0.31.0",
"zod": "^3.22.2"
Expand Down
2 changes: 1 addition & 1 deletion e2e/packages/test-data/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

109 changes: 40 additions & 69 deletions e2e/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/minimal/packages/client-phaser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"styled-components": "^5.3.10",
"threads": "^1.7.0",
"use-resize-observer": "^9.1.0",
"viem": "1.6.0",
"viem": "1.14.0",
"vite": "^4.2.1",
"zustand": "^4.3.8"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/packages/client-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-dom": "^18.2.0",
"rxjs": "7.5.5",
"threads": "^1.7.0",
"viem": "1.6.0"
"viem": "1.14.0"
},
"devDependencies": {
"@types/react": "18.2.22",
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/packages/client-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react": "^18.2.0",
"rxjs": "7.5.5",
"threads": "^1.7.0",
"viem": "1.6.0"
"viem": "1.14.0"
},
"devDependencies": {
"vite": "^4.2.1",
Expand Down
Loading

1 comment on commit f99e889

@vercel
Copy link

@vercel vercel bot commented on f99e889 Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.