bumped dep

This commit is contained in:
elipeter 2026-06-05 12:27:16 -05:00
parent 49fa174607
commit 214bf91b63
11 changed files with 1882 additions and 820 deletions

File diff suppressed because it is too large Load diff

View file

@ -18,12 +18,12 @@
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@tanstack/react-query": "^5.100.10",
"@tanstack/react-query": "^5.101.0",
"elkjs": "^0.11.1",
"graphology": "^0.26.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router-dom": "^7.15.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router-dom": "^7.17.0",
"sigma": "^3.0.3"
},
"devDependencies": {
@ -31,20 +31,20 @@
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.2.14",
"@types/react": "^19.2.16",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "^4.1.6",
"eslint": "^10.3.0",
"@vitejs/plugin-react": "^6.0.2",
"@vitest/coverage-v8": "^4.1.8",
"eslint": "^10.4.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"jsdom": "^29.1.1",
"license-checker-rseidelsohn": "^4.4.2",
"license-checker-rseidelsohn": "^5.0.1",
"prettier": "^3.8.3",
"typescript": "~6.0.3",
"typescript-eslint": "^8.59.2",
"vite": "^8.0.12",
"vitest": "^4.1.6"
"typescript-eslint": "^8.60.1",
"vite": "^8.0.16",
"vitest": "^4.1.8"
}
}