update to latest node and packages
This commit is contained in:
parent
e3b5d74293
commit
bb0d0170c8
4 changed files with 7885 additions and 4994 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:18-alpine AS build
|
||||
FROM node:22-alpine AS build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -11,7 +11,7 @@ COPY . /app
|
|||
ENV NODE_OPTIONS="--max-old-space-size=4096"
|
||||
RUN npm run build
|
||||
|
||||
FROM node:18-alpine AS prod
|
||||
FROM node:22-alpine AS prod
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
12859
package-lock.json
generated
12859
package-lock.json
generated
File diff suppressed because it is too large
Load diff
14
package.json
14
package.json
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "webpage-cms",
|
||||
"name": "ff-webpage-cms",
|
||||
"version": "1.2.1",
|
||||
"private": true,
|
||||
"description": "A Strapi application",
|
||||
"description": "Feuerwehr/Verein Webseite CMS",
|
||||
"scripts": {
|
||||
"build": "strapi build",
|
||||
"deploy": "strapi deploy",
|
||||
|
@ -12,11 +12,11 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@offset-dev/strapi-calendar": "^1.0.0",
|
||||
"@strapi/plugin-color-picker": "5.12.1",
|
||||
"@strapi/plugin-documentation": "5.12.1",
|
||||
"@strapi/plugin-graphql": "5.12.1",
|
||||
"@strapi/plugin-users-permissions": "5.12.1",
|
||||
"@strapi/strapi": "5.12.1",
|
||||
"@strapi/plugin-color-picker": "5.12.5",
|
||||
"@strapi/plugin-documentation": "5.12.5",
|
||||
"@strapi/plugin-graphql": "5.12.5",
|
||||
"@strapi/plugin-users-permissions": "5.12.5",
|
||||
"@strapi/strapi": "5.12.5",
|
||||
"mysql2": "3.9.8",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"name": "Apache 2.0",
|
||||
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
|
||||
},
|
||||
"x-generation-date": "2025-03-29T13:27:01.000Z"
|
||||
"x-generation-date": "2025-04-21T11:28:46.349Z"
|
||||
},
|
||||
"x-strapi-config": {
|
||||
"plugins": [
|
||||
|
|
Loading…
Add table
Reference in a new issue