diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 3f5c6ea..ab842af 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -25,7 +25,7 @@ jobs: apk add --no-cache nodejs npm git - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c06505..27072f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up QEMU uses: docker/setup-qemu-action@v3 diff --git a/.node-version b/.node-version index 0fc49f5..722c689 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -v25.4.0 +25.5.0 diff --git a/Dockerfile b/Dockerfile index c5e8cad..fd4dead 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the Next.js frontend -FROM docker.io/library/node:24-alpine AS frontend-builder +FROM docker.io/library/node:25-alpine AS frontend-builder LABEL authors="lucasoskorep" WORKDIR /build/mta-sign-ui diff --git a/mta-sign-ui/.nvmrc b/mta-sign-ui/.nvmrc index 85aee5a..cabf43b 100644 --- a/mta-sign-ui/.nvmrc +++ b/mta-sign-ui/.nvmrc @@ -1 +1 @@ -v20 \ No newline at end of file +24 \ No newline at end of file diff --git a/mta-sign-ui/package.json b/mta-sign-ui/package.json index 3689345..e956123 100644 --- a/mta-sign-ui/package.json +++ b/mta-sign-ui/package.json @@ -22,20 +22,20 @@ "postcss": "^8.5.1", "react": "^19.0.0", "react-dom": "^19.0.0", - "tailwindcss": "^3.4.17" + "tailwindcss": "^4.0.0" }, "devDependencies": { "@testing-library/react": "^16.1.0", - "@types/node": "^22.10.7", + "@types/node": "^25.0.0", "@types/react": "^19.0.7", "@types/react-dom": "^19.0.3", - "@vitejs/plugin-react": "^4.3.4", + "@vitejs/plugin-react": "^5.0.0", "chokidar-cli": "^3.0.0", "eslint": "^9.18.0", "eslint-config-next": "^16.1.2", - "jsdom": "^26.0.0", + "jsdom": "^27.0.0", "typescript": "^5.7.3", - "vitest": "^3.0.0" + "vitest": "^4.0.0" }, - "packageManager": "pnpm@10.28.1" + "packageManager": "pnpm@10.28.2" } diff --git a/package.json b/package.json index c1b0c2d..83d3ee1 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "packageManager": "yarn@4.1.0" + "packageManager": "yarn@4.12.0" }