Skip to content

Commit

Permalink
⬆️ chore(cli): Update deps (#429)
Browse files Browse the repository at this point in the history
## Description

Update deps. Doing this to make the nx cache reset since 0.7.1 doesn't
have a dist folder for some reason

## Testing

Explain the quality checks that have been done on the code changes

## Additional Information

- [ ] I read the [contributing docs](../docs/contributing.md) (if this
is your first contribution)

Your ENS/address:

Co-authored-by: Will Cory <[email protected]>
  • Loading branch information
roninjin10 and Will Cory authored Aug 6, 2023
1 parent f90d2e9 commit d4f7c4b
Show file tree
Hide file tree
Showing 3 changed files with 793 additions and 171 deletions.
5 changes: 5 additions & 0 deletions .changeset/thick-otters-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@evmts/cli": patch
---

Updated all deps to latest
14 changes: 7 additions & 7 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,21 @@
"dotenv": "^16.3.1",
"glob": "^10.3.3",
"isomorphic-fetch": "^3.0.0",
"resolve": "^1.22.2"
"resolve": "^1.22.4"
},
"devDependencies": {
"@evmts/tsconfig": "workspace:^",
"@types/isomorphic-fetch": "^0.0.36",
"@types/node": "^20.4.4",
"@vitest/coverage-v8": "^0.33.0",
"@vitest/ui": "^0.33.0",
"@types/node": "^20.4.8",
"@vitest/coverage-v8": "^0.34.1",
"@vitest/ui": "^0.34.1",
"@wagmi/cli": "^1.3.0",
"abitype": "^0.9.3",
"abitype": "^0.9.6",
"fixturez": "^1.1.0",
"rome": "^12.1.3",
"tsup": "^7.1.0",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"vitest": "^0.33.0",
"vitest": "^0.34.1",
"zod": "^3.21.4"
},
"publishConfig": {
Expand Down
Loading

1 comment on commit d4f7c4b

@vercel
Copy link

@vercel vercel bot commented on d4f7c4b Aug 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

evmts-docs – ./

evmts.dev
evmts-docs-git-main-evmts.vercel.app
evmts-docs-evmts.vercel.app

Please sign in to comment.