Skip to content

Commit

Permalink
chore: require deps
Browse files Browse the repository at this point in the history
  • Loading branch information
moontai0724 committed Oct 7, 2024
1 parent 3f907fd commit 36c72e9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.11.1",
"@sinclair/typebox": "^0.32.35",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.11.0",
"@types/yargs": "^17.0.33",
"@typescript-eslint/parser": "^8.8.0",
"@vitest/coverage-v8": "^2.1.1",
"eslint": "^9.11.1",
Expand All @@ -70,6 +72,11 @@
"typescript": "~5.5",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8",
"vitest": "^2.1.1"
"vitest": "^2.1.1",
"yargs": "^17.0.0"
},
"peerDependencies": {
"@sinclair/typebox": "^0.32.35",
"yargs": "^17.0.0"
}
}
26 changes: 26 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 36c72e9

Please sign in to comment.