API lib cleanup, 404 hosts WIP

This commit is contained in:
Jamie Curnow
2025-09-21 17:16:46 +10:00
parent 17f40dd8b2
commit 553178aa6b
78 changed files with 1375 additions and 647 deletions

View File

@@ -16,44 +16,45 @@
},
"dependencies": {
"@tabler/core": "^1.4.0",
"@tabler/icons-react": "^3.34.1",
"@tanstack/react-query": "^5.85.6",
"@tabler/icons-react": "^3.35.0",
"@tanstack/react-query": "^5.89.0",
"@tanstack/react-table": "^8.21.3",
"classnames": "^2.5.1",
"country-flag-icons": "^1.5.19",
"country-flag-icons": "^1.5.20",
"date-fns": "^4.1.0",
"formik": "^2.4.6",
"generate-password-browser": "^1.1.0",
"humps": "^2.0.1",
"query-string": "^9.2.2",
"query-string": "^9.3.1",
"react": "^19.1.1",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.1.1",
"react-intl": "^7.1.11",
"react-router-dom": "^7.8.2",
"react-router-dom": "^7.9.1",
"react-select": "^5.10.2",
"react-toastify": "^11.0.5",
"rooks": "^9.2.0"
"rooks": "^9.3.0"
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@formatjs/cli": "^6.7.2",
"@tanstack/react-query-devtools": "^5.85.6",
"@tanstack/react-query-devtools": "^5.89.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@types/country-flag-icons": "^1.2.2",
"@types/humps": "^2.0.6",
"@types/react": "^19.1.12",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/react-table": "^7.7.20",
"@vitejs/plugin-react": "^5.0.2",
"@vitejs/plugin-react": "^5.0.3",
"happy-dom": "^18.0.1",
"postcss": "^8.5.6",
"postcss-simple-vars": "^7.0.1",
"sass": "^1.91.0",
"sass": "^1.93.0",
"tmp": "^0.2.5",
"typescript": "5.9.2",
"vite": "^7.1.4",
"vite": "^7.1.6",
"vite-plugin-checker": "^0.10.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"