From b8f0e9052479befa52f1e835da0a902e8ac212bb Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 29 Feb 2024 17:02:00 +0000 Subject: [PATCH] Update all dependencies --- Dockerfile | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index f498881..1f6f77b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-alpine AS base +FROM node:21-alpine AS base RUN apk add --no-cache curl \ && curl -sL https://unpkg.com/@pnpm/self-installer | node # Install dependencies only when needed diff --git a/package.json b/package.json index 04dd637..cdc0226 100644 --- a/package.json +++ b/package.json @@ -11,14 +11,14 @@ "react-dom": "^17.0.2" }, "devDependencies": { - "@types/node": "17.0.4", + "@types/node": "20.11.24", "@types/react": "17.0.38", "autoprefixer": "^10.4.0", "postcss": "^8.4.5", - "prettier": "^2.6.2", - "prettier-plugin-tailwindcss": "^0.1.1", + "prettier": "^3.0.0", + "prettier-plugin-tailwindcss": "^0.5.0", "sass": "^1.50.1", "tailwindcss": "^3.0.7", - "typescript": "4.5.4" + "typescript": "5.3.3" } }