Skip to content

Commit

Permalink
chore: Add yargs to dependencies (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasnatter authored Dec 5, 2024
1 parent dbd42ba commit c9ec01b
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.3"
"vitest": "^2.1.3",
"yargs": "^17.7.2"
},
"engines": {
"node": "^18 || ^20.11.0 || ^22.3.0",
Expand Down
57 changes: 57 additions & 0 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 c9ec01b

Please sign in to comment.