build: add jscpd as direct dependency for duplicate code detection
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
parent
7287490cfd
commit
d3ff8efb22
2 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
|||
git
|
||||
just
|
||||
libsecret
|
||||
nodePackages.jscpd
|
||||
pkg-config
|
||||
protobuf
|
||||
rust-analyzer
|
||||
|
|
|
|||
|
|
@ -164,6 +164,7 @@
|
|||
"@vitest/coverage-v8": "^4.1.5",
|
||||
"esbuild": "^0.27.4",
|
||||
"jiti": "^2.6.1",
|
||||
"jscpd": "^4.0.9",
|
||||
"typescript": "^5.4.0",
|
||||
"typescript-language-server": "^5.1.3",
|
||||
"vitest": "^4.1.5"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue