Critical bug fixes and recall improvements (#68)

This commit is contained in:
Eli Peter 2026-05-11 12:42:39 -04:00 committed by GitHub
parent 7d0e7320e2
commit 55247b7fcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
352 changed files with 60069 additions and 900 deletions

View file

@ -1,7 +1,7 @@
{
"name": "nyx-frontend",
"private": true,
"version": "0.6.1",
"version": "0.7.0",
"license": "GPL-3.0-or-later",
"type": "module",
"scripts": {
@ -18,11 +18,11 @@
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@tanstack/react-query": "^5.100.9",
"@tanstack/react-query": "^5.100.10",
"elkjs": "^0.11.1",
"graphology": "^0.26.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router-dom": "^7.15.0",
"sigma": "^3.0.3"
},
@ -34,7 +34,7 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "^4.1.5",
"@vitest/coverage-v8": "^4.1.6",
"eslint": "^10.3.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
@ -44,7 +44,7 @@
"prettier": "^3.8.3",
"typescript": "~6.0.3",
"typescript-eslint": "^8.59.2",
"vite": "^8.0.10",
"vitest": "^4.1.5"
"vite": "^8.0.12",
"vitest": "^4.1.6"
}
}