chore: bump minor deps to latest version
Pull Request CI-Backend / Checks (pull_request) Successful in 4m5s
Pull Request CI-Frontend / Checks (pull_request) Successful in 6m30s
Pull Request CI-Backend / Build & Push (pull_request) Successful in 4m14s
staging/deploy PR #13 staging ready
Pull Request CI-Frontend / Build & Push (pull_request) Successful in 2m28s

This commit is contained in:
2026-07-20 12:18:14 -03:00
parent 7201387d40
commit 565f3893fa
3 changed files with 317 additions and 298 deletions
+1
View File
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Labels in tasks due date to use the time ago format.
- Bumped all minor deps in the frontend.
### Fixed
- Background image position in landing, login and register pages.
+299 -281
View File
File diff suppressed because it is too large Load Diff
+17 -17
View File
@@ -13,24 +13,24 @@
"private": true,
"dependencies": {
"@popperjs/core": "^2.11.8",
"@types/node": "^26.0.1",
"@types/node": "^26.1.1",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"bootstrap": "^5.3.8",
"dompurify": "^3.4.11",
"i18next": "^26.3.2",
"dompurify": "^3.4.12",
"i18next": "^26.3.6",
"react": "^19.2.7",
"react-bootstrap": "^2.10.10",
"react-bootstrap-icons": "^1.11.6",
"react-charts": "^3.0.0-beta.57",
"react-dom": "^19.2.7",
"react-i18next": "^17.0.8",
"react-i18next": "^17.0.10",
"react-markdown": "^10.1.0",
"react-router": "^8.0.1",
"react-router": "^8.2.0",
"react-router-bootstrap": "^0.26.3",
"remark-gfm": "^4.0.1",
"typescript": "^6.0.3",
"vite": "^8.1.0"
"vite": "^8.1.5"
},
"scripts": {
"start": "vite --host",
@@ -65,8 +65,8 @@
},
"devDependencies": {
"@eslint/compat": "^2.1.0",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@eslint/eslintrc": "^3.3.6",
"@eslint/js": "^9.39.5",
"@stylistic/eslint-plugin": "^5.10.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
@@ -74,21 +74,21 @@
"@types/jest": "^30.0.0",
"@types/react": "^19.2.17",
"@types/react-router-bootstrap": "^0.26.8",
"@vitest/coverage-v8": "^4.1.9",
"cypress": "^15.18.0",
"eslint": "^9.39.4",
"@vitest/coverage-v8": "^4.1.10",
"cypress": "^15.18.1",
"eslint": "^9.39.5",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import-x": "^4.17.0",
"eslint-plugin-jsdoc": "^63.0.7",
"eslint-plugin-n": "^18.1.0",
"eslint-plugin-import-x": "^4.17.1",
"eslint-plugin-jsdoc": "^63.2.0",
"eslint-plugin-n": "^18.2.2",
"eslint-plugin-promise": "^7.3.0",
"eslint-plugin-react": "^7.37.5",
"globals": "^17.7.0",
"jsdom": "^29.1.1",
"prettier": "^3.8.4",
"prettier": "^3.9.5",
"sass": "^1.101.0",
"source-map-support": "^0.5.21",
"typescript-eslint": "^8.62.0",
"vitest": "^4.1.9"
"typescript-eslint": "^8.64.0",
"vitest": "^4.1.10"
}
}