Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.0.0",
"@vitest/coverage-v8": "^4.0.9",
"@vitest/ui": "^4.0.9",
"@vitest/coverage-v8": "^4.0.16",
"@vitest/ui": "^4.0.16",
"esbuild": "^0.27.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The esbuild package is a transitive dependency of vite, which is already in your devDependencies. To keep the package.json file clean and avoid potential version conflicts with vite's dependencies in the future, it's recommended to only declare direct dependencies. If esbuild is not used directly in your project's scripts or configuration, consider removing it from devDependencies.

"np": "^10.2.0",
"typescript": "^5.7.2",
"vite": "^7.2.2",
"vite-plugin-dts": "^4.3.0",
"vitest": "^4.0.9"
"vitest": "^4.0.16"
},
"repository": {
"type": "git",
Expand Down