Skip to content

Commit

Permalink
chore: bump to viem 1.3.1 (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Jul 20, 2023
1 parent eeb15cc commit 353b9aa
Show file tree
Hide file tree
Showing 27 changed files with 49 additions and 93 deletions.
5 changes: 0 additions & 5 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,5 @@
"engines": {
"node": "18.x",
"pnpm": "8.x"
},
"pnpm": {
"overrides": {
"abitype": "0.9.3"
}
}
}
2 changes: 1 addition & 1 deletion e2e/packages/client-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react": "^18.2.0",
"rxjs": "7.5.5",
"threads": "^1.7.0",
"viem": "1.3.0"
"viem": "1.3.1"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion e2e/packages/sync-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"execa": "^7.1.1",
"jsdom": "^22.0.0",
"typescript": "5.1.6",
"viem": "1.3.0",
"viem": "1.3.1",
"vite": "^4.2.1",
"vitest": "^0.31.0"
}
Expand Down
15 changes: 6 additions & 9 deletions e2e/pnpm-lock.yaml

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

5 changes: 0 additions & 5 deletions examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,5 @@
"engines": {
"node": "18.x",
"pnpm": "8.x"
},
"pnpm": {
"overrides": {
"abitype": "0.9.3"
}
}
}
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 @@ -38,7 +38,7 @@
"styled-components": "^5.3.10",
"threads": "^1.7.0",
"use-resize-observer": "^9.1.0",
"viem": "1.3.0",
"viem": "1.3.1",
"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 @@ -34,7 +34,7 @@
"react-dom": "^18.2.0",
"rxjs": "7.5.5",
"threads": "^1.7.0",
"viem": "1.3.0"
"viem": "1.3.1"
},
"devDependencies": {
"@types/react": "^18.2.6",
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 @@ -32,7 +32,7 @@
"react": "^18.2.0",
"rxjs": "7.5.5",
"threads": "^1.7.0",
"viem": "1.3.0"
"viem": "1.3.1"
},
"devDependencies": {
"vite": "^4.2.1",
Expand Down
19 changes: 8 additions & 11 deletions examples/minimal/pnpm-lock.yaml

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

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,5 @@
"engines": {
"node": "18.x",
"pnpm": "8.x"
},
"pnpm": {
"overrides": {
"abitype": "0.9.3"
}
}
}
2 changes: 1 addition & 1 deletion packages/block-logs-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"abitype": "0.9.3",
"debug": "^4.3.4",
"rxjs": "7.5.5",
"viem": "1.3.0"
"viem": "1.3.1"
},
"devDependencies": {
"@types/debug": "^4.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"execa": "^7.0.0",
"prettier": "^2.8.4",
"prettier-plugin-solidity": "^1.1.2",
"viem": "1.3.0"
"viem": "1.3.1"
},
"devDependencies": {
"@types/node": "^18.15.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"rxjs": "7.5.5",
"tailwind-merge": "^1.12.0",
"use-local-storage-state": "^18.3.2",
"viem": "1.3.0",
"viem": "1.3.1",
"zustand": "^4.3.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"nice-grpc-web": "^2.0.1",
"rxjs": "7.5.5",
"threads": "^1.7.0",
"viem": "1.3.0"
"viem": "1.3.1"
},
"devDependencies": {
"@types/debug": "^4.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@latticexyz/common": "workspace:*",
"@latticexyz/schema-type": "workspace:*",
"abitype": "0.9.3",
"viem": "1.3.0"
"viem": "1.3.1"
},
"devDependencies": {
"tsup": "^6.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"abitype": "0.9.3",
"viem": "1.3.0"
"viem": "1.3.1"
},
"devDependencies": {
"@latticexyz/gas-report": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/std-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"mobx": "^6.7.0",
"react": "^18.2.0",
"rxjs": "7.5.5",
"viem": "1.3.0"
"viem": "1.3.1"
},
"devDependencies": {
"@types/jest": "^27.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/store-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@latticexyz/store-cache": "workspace:*",
"@latticexyz/utils": "workspace:*",
"debug": "^4.3.4",
"viem": "1.3.0"
"viem": "1.3.1"
},
"devDependencies": {
"@types/debug": "^4.1.7",
Expand Down
39 changes: 18 additions & 21 deletions pnpm-lock.yaml

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

5 changes: 0 additions & 5 deletions templates/phaser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,5 @@
"engines": {
"node": "18.x",
"pnpm": "8.x"
},
"pnpm": {
"overrides": {
"abitype": "0.9.3"
}
}
}
2 changes: 1 addition & 1 deletion templates/phaser/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"simplex-noise": "^4.0.1",
"styled-components": "^5.3.10",
"use-resize-observer": "^9.1.0",
"viem": "1.3.0",
"viem": "1.3.1",
"zustand": "^4.3.8"
},
"devDependencies": {
Expand Down
5 changes: 0 additions & 5 deletions templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,5 @@
"engines": {
"node": "18.x",
"pnpm": "8.x"
},
"pnpm": {
"overrides": {
"abitype": "0.9.3"
}
}
}
2 changes: 1 addition & 1 deletion templates/react/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ethers": "^5.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "1.3.0"
"viem": "1.3.1"
},
"devDependencies": {
"@types/react": "^18.2.6",
Expand Down
Loading

0 comments on commit 353b9aa

Please sign in to comment.