Skip to content

Commit

Permalink
build: fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Apr 27, 2022
1 parent 94868d3 commit e1a7827
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-trains-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@suid/codemod": patch
---

Fix dependency
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"watch": "tsc --build -w"
},
"dependencies": {
"@suid/utils": "0.2.0-next.1",
"@suid/utils": "workspace:*",
"@types/micromatch": "^4.0.2",
"commander": "^9.0.0",
"fast-glob": "^3.2.11",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit e1a7827

Please sign in to comment.