chore: bump client dependencies

This commit is contained in:
2026-02-05 13:05:03 -03:00
parent d016d20850
commit da0432a734
2 changed files with 412 additions and 457 deletions
+393 -438
View File
File diff suppressed because it is too large Load Diff
+19 -19
View File
@@ -13,21 +13,21 @@
"private": true,
"dependencies": {
"@popperjs/core": "^2.11.8",
"@types/node": "^25.0.8",
"@types/node": "^25.2.1",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"@vitejs/plugin-react": "^5.1.3",
"bootstrap": "^5.3.8",
"dompurify": "^3.3.1",
"i18next": "^25.7.4",
"react": "^19.2.3",
"i18next": "^25.8.4",
"react": "^19.2.4",
"react-bootstrap": "^2.10.10",
"react-bootstrap-icons": "^1.11.6",
"react-charts": "^3.0.0-beta.57",
"react-datepicker": "^9.1.0",
"react-dom": "^19.2.3",
"react-i18next": "^16.5.3",
"react-dom": "^19.2.4",
"react-i18next": "^16.5.4",
"react-markdown": "^10.1.0",
"react-router": "^7.12.0",
"react-router": "^7.13.0",
"react-router-bootstrap": "^0.26.3",
"typescript": "^5.9.3",
"vite": "^7.3.1"
@@ -60,30 +60,30 @@
]
},
"devDependencies": {
"@eslint/compat": "^2.0.1",
"@eslint/compat": "^2.0.2",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@stylistic/eslint-plugin": "^5.7.0",
"@stylistic/eslint-plugin": "^5.7.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/react": "^19.2.8",
"@types/react": "^19.2.13",
"@types/react-router-bootstrap": "^0.26.8",
"@vitest/coverage-v8": "^4.0.17",
"@vitest/coverage-v8": "^4.0.18",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^62.0.0",
"eslint-plugin-jsdoc": "^62.5.2",
"eslint-plugin-n": "^17.23.2",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.5",
"globals": "^17.0.0",
"jsdom": "^27.4.0",
"prettier": "^3.7.4",
"sass": "^1.97.2",
"globals": "^17.3.0",
"jsdom": "^28.0.0",
"prettier": "^3.8.1",
"sass": "^1.97.3",
"source-map-support": "^0.5.21",
"typescript-eslint": "^8.53.0",
"vitest": "^4.0.17"
"typescript-eslint": "^8.54.0",
"vitest": "^4.0.18"
}
}