1 Commits

Author SHA1 Message Date
0a3cdaf975 Update dependency globals to v17
Some checks failed
Build / build (pull_request) Failing after 18s
Lint / lint (push) Failing after 5s
2026-01-02 12:06:46 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Login to Container Registry - name: Login to Container Registry
if: ${{ gitea.event_name != 'pull_request' }} if: ${{ gitea.event_name != 'pull_request' }}
uses: docker/login-action@v4 uses: docker/login-action@v3
with: with:
registry: docker.valverde.cloud registry: docker.valverde.cloud
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }} username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}

View File

@@ -44,7 +44,7 @@
"@types/react": "^19.1.13", "@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9", "@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2", "@vitejs/plugin-react": "^5.0.2",
"globals": "^16.4.0", "globals": "^17.0.0",
"tw-animate-css": "^1.3.8", "tw-animate-css": "^1.3.8",
"typescript-eslint": "^8.44.0", "typescript-eslint": "^8.44.0",
"vite": "^7.1.5" "vite": "^7.1.5"