Skip to content

Commit

Permalink
chore(cli): move piglet to dependencies from dev (#3078)
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed Nov 28, 2022
1 parent 6f83ddb commit 37fac3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/wicked-squids-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@pankod/refine-cli": patch
---

Fixed: `figlet` moved to `dependencies` from `devDependencies`
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"tsup": "^5.11.13",
"typescript": "^4.7.4",
"figlet": "^1.5.2"
"typescript": "^4.7.4"
},
"dependencies": {
"figlet": "^1.5.2",
"chalk": "^4.1.2",
"commander": "9.4.1",
"conf": "^10.2.0",
Expand Down

0 comments on commit 37fac3e

Please sign in to comment.