Update deps, the safe ones

This commit is contained in:
Jamie Curnow
2025-10-26 00:39:06 +10:00
parent bb6c9c8daf
commit c303b69649
4 changed files with 384 additions and 317 deletions

View File

@@ -18,7 +18,7 @@
"dependencies": {
"@tabler/core": "^1.4.0",
"@tabler/icons-react": "^3.35.0",
"@tanstack/react-query": "^5.90.3",
"@tanstack/react-query": "^5.90.5",
"@tanstack/react-table": "^8.21.3",
"@uiw/react-textarea-code-editor": "^3.1.1",
"classnames": "^2.5.1",
@@ -39,7 +39,7 @@
"rooks": "^9.3.0"
},
"devDependencies": {
"@biomejs/biome": "^2.2.6",
"@biomejs/biome": "^2.3.0",
"@formatjs/cli": "^6.7.4",
"@tanstack/react-query-devtools": "^5.90.2",
"@testing-library/dom": "^10.4.1",
@@ -50,16 +50,16 @@
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/react-table": "^7.7.20",
"@vitejs/plugin-react": "^5.0.4",
"happy-dom": "^20.0.2",
"@vitejs/plugin-react": "^5.1.0",
"happy-dom": "^20.0.8",
"postcss": "^8.5.6",
"postcss-simple-vars": "^7.0.1",
"sass": "^1.93.2",
"tmp": "^0.2.5",
"typescript": "5.9.3",
"vite": "^7.1.10",
"vite": "^7.1.12",
"vite-plugin-checker": "^0.11.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
"vitest": "^4.0.3"
}
}