Skip to content
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:coverage": "pnpm build && vitest run --coverage --pool threads --no-file-parallelism --exclude 'tests/*.e2e.test.ts'",
"verify:cli-real": "pnpm build && node tools/verify-cli-real-codebases.mjs",
"verify:cli-real:heavy": "pnpm build && CBI_REAL_PROFILE=heavy node tools/verify-cli-real-codebases.mjs",
"test:watch": "vitest",

Check warning on line 21 in package.json

View workflow job for this annotation

GitHub Actions / Quality Gates

Runtime import is declared in devDependencies%3A vitest (no-unused-deps)
"lint": "eslint src/",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist",
Expand Down Expand Up @@ -50,8 +50,8 @@
"graphology": "^0.25.4",
"graphology-communities-louvain": "^2.0.2",
"graphology-metrics": "^2.3.0",
"graphology-shortest-path": "^2.1.0",

Check warning on line 53 in package.json

View workflow job for this annotation

GitHub Actions / Quality Gates

Unused dependency%3A graphology-shortest-path (no-unused-deps)
"picocolors": "^1.1.1",

Check warning on line 54 in package.json

View workflow job for this annotation

GitHub Actions / Quality Gates

Unused dependency%3A picocolors (no-unused-deps)
"typescript": "^5.7.0",
"zod": "^3.23.0"
},
Expand All @@ -62,7 +62,7 @@
"eslint": "^10.0.0",
"tsx": "^4.21.0",
"typescript-eslint": "^8.56.0",
"vitest": "^3.0.0"
"vitest": "^4.1.11"
},
"engines": {
"node": ">=18"
Expand Down
Loading
Loading