Skip to content

Commit

Permalink
fix: Cannot find package '@commander-js/extra-typings (#52)
Browse files Browse the repository at this point in the history
* fix: Cannot find package '@commander-js/extra-typings

* chore: add changeset
  • Loading branch information
heyMP authored Aug 6, 2024
1 parent 0a9006e commit e628851
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fair-parrots-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@heymp/scratchpad": patch
---

Fix cannot find package '@commander-js/extra-typings error.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"types.d.ts"
],
"dependencies": {
"@commander-js/extra-typings": "^12.1.0",
"commander": "^12.0.0",
"esbuild": "^0.23.0",
"playwright": "^1.44.1"
Expand All @@ -24,7 +25,6 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commander-js/extra-typings": "^12.1.0",
"@types/node": "^22.1.0",
"typescript": "^5.5.4"
},
Expand Down

0 comments on commit e628851

Please sign in to comment.