1 Commits

Author SHA1 Message Date
a8a5bed63d Update dependency @vitejs/plugin-react to v6
Some checks failed
Build / build (pull_request) Failing after 20s
Lint / lint (push) Failing after 6s
2026-03-13 12:06:54 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Generate Docker metadata
id: meta
uses: docker/metadata-action@v6
uses: docker/metadata-action@v5
with:
images: |
docker.valverde.cloud/${{ gitea.repository }}

View File

@@ -43,7 +43,7 @@
"@tanstack/router-plugin": "^1.131.48",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2",
"@vitejs/plugin-react": "^6.0.0",
"globals": "^16.4.0",
"tw-animate-css": "^1.3.8",
"typescript-eslint": "^8.44.0",