Skip to content

Commit

Permalink
chore(run-scan): add missing dependencies to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maksadbek committed Jan 8, 2025
1 parent 6a07bb3 commit fff3bdb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion run-scan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"devDependencies": {
"@types/node": "^20.10.8",
"@typescript-eslint/parser": "^6.15.0",
"@vercel/ncc": "^0.38.3"
"@vercel/ncc": "^0.38.3",
"prettier": "^3.4.2",
"husky": "^9.1.7",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0"
}
}

0 comments on commit fff3bdb

Please sign in to comment.