Skip to content

Commit

Permalink
chore: bump viem to 2.9.16 (#2645)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Apr 12, 2024
1 parent 1c493ac commit f8cf6c4
Show file tree
Hide file tree
Showing 31 changed files with 347 additions and 441 deletions.
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": "2.7.12"
"viem": "2.9.16"
},
"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 @@ -30,7 +30,7 @@
"happy-dom": "^12.10.3",
"postgres": "3.3.5",
"typescript": "5.4.2",
"viem": "2.7.12",
"viem": "2.9.16",
"vite": "^4.2.1",
"vitest": "0.34.6",
"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.

16 changes: 8 additions & 8 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": "2.7.12",
"viem": "2.9.16",
"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": "2.7.12"
"viem": "2.9.16"
},
"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": "2.7.12"
"viem": "2.9.16"
},
"devDependencies": {
"vite": "^4.2.1",
Expand Down
Loading

0 comments on commit f8cf6c4

Please sign in to comment.