Compare commits

..

1 Commits

Author SHA1 Message Date
7dbe31086d Update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2025-01-01 05:15:23 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:16-alpine AS base FROM node:22-alpine AS base
RUN apk add --no-cache curl \ RUN apk add --no-cache curl \
&& curl -sL https://unpkg.com/@pnpm/self-installer | node && curl -sL https://unpkg.com/@pnpm/self-installer | node
# Install dependencies only when needed # Install dependencies only when needed

View File

@ -11,7 +11,7 @@
"react-dom": "^17.0.2" "react-dom": "^17.0.2"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.10.4", "@types/node": "22.10.3",
"@types/react": "17.0.38", "@types/react": "17.0.38",
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.0",
"postcss": "^8.4.5", "postcss": "^8.4.5",