Skip to content

Commit

Permalink
Update dependencies (#400)
Browse files Browse the repository at this point in the history
* Update dependencies

* Add changeset
  • Loading branch information
andreogle authored Aug 6, 2024
1 parent ce3f608 commit abe127d
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 88 deletions.
5 changes: 5 additions & 0 deletions .changeset/slow-hotels-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/chains': patch
---

Update dependencies
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"validate:chains": "ts-node scripts/validate-chains.ts"
},
"dependencies": {
"viem": "^2.18.7",
"viem": "^2.18.8",
"zod": "^3.23.8"
},
"devDependencies": {
"@api3/promise-utils": "^0.4.0",
"@changesets/cli": "^2.27.7",
"@slack/web-api": "^7.3.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.13",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
Expand All @@ -52,7 +52,7 @@
"jest": "^29.7.0",
"prettier": "^3.3.3",
"prettier-plugin-sort-json": "^4.0.0",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
Expand Down
Loading

0 comments on commit abe127d

Please sign in to comment.