Skip to content

Commit

Permalink
chore(deps): update viem
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeal-eth authored and saeta-eth committed Oct 2, 2024
1 parent 8f5e4d6 commit 6577aa5
Show file tree
Hide file tree
Showing 10 changed files with 83 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jspm_packages/
# local env vars
.env.local

# nx
# nx cache folder
.nx
2 changes: 1 addition & 1 deletion examples/sample-hardhat-toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"hardhat": "^2.19.2",
"hardhat-cannon": "workspace:*",
"viem": "^2.16.5"
"viem": "^2.21.15"
}
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"helmet": "^7.1.0",
"prom-client": "^15.1.2",
"redis": "^4.6.13",
"viem": "^2.16.5"
"viem": "^2.21.15"
},
"devDependencies": {
"@types/cors": "^2.8.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

export default {
testTimeout: 15000,
testTimeout: 30000,

// All imported modules in your tests should be mocked automatically
// automock: false,
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"pako": "^2.1.0",
"promise-events": "^0.2.4",
"typestub-ipfs-only-hash": "^4.0.0",
"viem": "^2.16.5",
"viem": "^2.21.15",
"zod": "^3.23.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"table": "^6.8.2",
"tildify": "3.0.0",
"untildify": "^4.0.0",
"viem": "^2.16.5",
"viem": "^2.21.15",
"znv": "^0.4.0",
"zod": "^3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-cannon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"chalk": "^4.1.2",
"debug": "^4.3.6",
"fs-extra": "^11.2.0",
"viem": "^2.16.5"
"viem": "^2.21.15"
},
"gitHead": "81979336c4cfe5f1f8ee7677b2b968f886a20a87"
}
2 changes: 1 addition & 1 deletion packages/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"envalid": "^8.0.0",
"lodash": "^4.17.21",
"redis": "^4.6.13",
"viem": "^2.16.5"
"viem": "^2.21.15"
},
"devDependencies": {
"@types/connect-busboy": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"remark-gfm": "^3.0.1",
"simple-url": "^1.1.8",
"styled-components": "^6.0.7",
"viem": "2.16.5",
"viem": "^2.21.15",
"wagmi": "^2.5.13",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.21.4",
Expand Down
120 changes: 74 additions & 46 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 6577aa5

Please sign in to comment.