Skip to content

Commit

Permalink
fix: dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOlias committed Aug 10, 2023
1 parent f3db5fc commit 64d8ded
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 30 deletions.
5 changes: 5 additions & 0 deletions .changeset/little-carrots-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-ponder": patch
---

Fixed dependency bug.
2 changes: 1 addition & 1 deletion packages/create-ponder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"picocolors": "^1.0.0",
"prettier": "^2.6.2",
"prompts": "^2.4.2",
"rimraf": "^5.0.1",
"yaml": "^2.1.1"
},
"devDependencies": {
Expand All @@ -37,7 +38,6 @@
"@types/prompts": "^2.4.2",
"abitype": "^0.6.7",
"concurrently": "^8.2.0",
"rimraf": "^5.0.1",
"tsc-alias": "^1.8.2",
"typescript": "^5.1.3",
"vitest": "^0.29.2"
Expand Down
83 changes: 54 additions & 29 deletions pnpm-lock.yaml

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

1 comment on commit 64d8ded

@vercel
Copy link

@vercel vercel bot commented on 64d8ded Aug 10, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.