Skip to content

Commit

Permalink
🐛 Fix(solc): Fix bug with dev dep that should be regular dep (#680)
Browse files Browse the repository at this point in the history
## Description

Fix bug with @evmts/resolution being listed as a dev dep rather than
runtime dep

## 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 Nov 17, 2023
1 parent 0d83a7c commit 699ae1c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-impalas-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@evmts/solc": patch
---

Fixed bug with @evmts/resolutions being listed as a dev dep instead of normal dep
3 changes: 1 addition & 2 deletions bundler/solc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
},
"dependencies": {
"@evmts/config": "workspace:^",
"@evmts/resolutions": "workspace:^",
"@evmts/tsconfig": "workspace:^",
"@types/node": "^20.8.9",
"@types/resolve": "^1.20.4",
Expand All @@ -67,8 +68,6 @@
"unplugin": "^1.5.0"
},
"devDependencies": {
"@evmts/core": "workspace:^",
"@evmts/resolutions": "workspace:^",
"@openzeppelin/contracts": "^4.9.3",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
Expand Down
9 changes: 3 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 699ae1c

Please sign in to comment.