Skip to content

Commit

Permalink
chore(deps): update other minor updates (#426)
Browse files Browse the repository at this point in the history
* chore(deps): update other minor updates

* Fix prettier import

* Add changeset

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: André Ogle <ogleandre@gmail.com>
  • Loading branch information
renovate[bot] and andreogle authored Sep 4, 2024
1 parent b4c3bfa commit 5959c22
Show file tree
Hide file tree
Showing 4 changed files with 316 additions and 154 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-shirts-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/chains': patch
---

Fix prettier import
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dist",
"src"
],
"packageManager": "pnpm@9.8.0",
"packageManager": "pnpm@9.9.0",
"scripts": {
"build": "pnpm clean && pnpm generate:chains && tsc -p tsconfig.build.json",
"changeset": "changeset",
Expand All @@ -36,25 +36,25 @@
"validate:chains": "ts-node scripts/validate-chains.ts"
},
"dependencies": {
"viem": "^2.18.8",
"viem": "^2.21.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@api3/promise-utils": "^0.4.0",
"@changesets/cli": "^2.27.7",
"@slack/web-api": "^7.3.2",
"@slack/web-api": "^7.3.4",
"@types/jest": "^29.5.12",
"@types/node": "^22.1.0",
"@types/node": "^22.5.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"husky": "^9.1.4",
"eslint-plugin-import": "^2.30.0",
"husky": "^9.1.5",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"prettier-plugin-sort-json": "^4.0.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
Expand Down
Loading

0 comments on commit 5959c22

Please sign in to comment.