Skip to content

Commit

Permalink
Issue 33 fix meow (#34)
Browse files Browse the repository at this point in the history
* fix `meow` dependency

* add changeset
  • Loading branch information
raulfdm authored Aug 16, 2023
1 parent 2e593c4 commit ed1a92e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 47 deletions.
5 changes: 5 additions & 0 deletions .changeset/violet-shirts-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@codeowners-flow/cli': patch
---

move `meow` to dependency instead devDependency
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"dependencies": {
"@manypkg/find-root": "2.2.1",
"cosmiconfig": "8.2.0",
"meow": "12.0.1",
"zod": "3.21.4",
"zod-validation-error": "1.3.1"
},
Expand All @@ -59,7 +60,6 @@
"@types/node": "16",
"@vitest/coverage-v8": "0.34.1",
"eslint": "8.47.0",
"meow": "12.0.1",
"tsx": "3.12.7",
"typescript": "5.1.6",
"vite": "4.4.8",
Expand Down
72 changes: 26 additions & 46 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 ed1a92e

Please sign in to comment.