Update all dependencies
This commit is contained in:
parent
4fddbe60d5
commit
b8f0e90524
@ -1,4 +1,4 @@
|
|||||||
FROM node:16-alpine AS base
|
FROM node:21-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
|
||||||
|
@ -11,14 +11,14 @@
|
|||||||
"react-dom": "^17.0.2"
|
"react-dom": "^17.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "17.0.4",
|
"@types/node": "20.11.24",
|
||||||
"@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",
|
||||||
"prettier": "^2.6.2",
|
"prettier": "^3.0.0",
|
||||||
"prettier-plugin-tailwindcss": "^0.1.1",
|
"prettier-plugin-tailwindcss": "^0.5.0",
|
||||||
"sass": "^1.50.1",
|
"sass": "^1.50.1",
|
||||||
"tailwindcss": "^3.0.7",
|
"tailwindcss": "^3.0.7",
|
||||||
"typescript": "4.5.4"
|
"typescript": "5.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user