feat: upgrade node version & dependencies

This commit is contained in:
Benjamin Gaudé 2024-02-26 13:13:02 +01:00
parent 84759ef783
commit 30874a6de7
2 changed files with 12 additions and 12 deletions

View File

@ -7,7 +7,7 @@ ARG https_proxy=
RUN apt-get update && apt-get install -y build-essential git bash curl python2 RUN apt-get update && apt-get install -y build-essential git bash curl python2
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - \ RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -y nodejs && apt-get install -y nodejs
COPY . /src COPY . /src

View File

@ -11,21 +11,21 @@
"author": "Cadoles <contact@cadoles.com>", "author": "Cadoles <contact@cadoles.com>",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.20.7", "@babel/core": "^7.23.9",
"@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2", "@babel/preset-env": "^7.23.9",
"babel-loader": "^9.1.0", "babel-loader": "^9.1.3",
"bulma": "^0.9.4", "bulma": "^0.9.4",
"bulma-switch": "^2.0.4", "bulma-switch": "^2.0.4",
"css-loader": "^6.7.3", "css-loader": "^6.10.0",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.7.2", "mini-css-extract-plugin": "^2.8.0",
"node-sass": "~8.0", "node-sass": "~9.0",
"resolve-url-loader": "^5.0.0", "resolve-url-loader": "^5.0.0",
"sass-loader": "^13.2.0", "sass-loader": "^14.1.1",
"stimulus": "^3.2.1", "stimulus": "^3.2.2",
"style-loader": "^3.3.1", "style-loader": "^3.3.4",
"webpack": "^5.75.0", "webpack": "^5.90.3",
"webpack-cli": "^5.0.1" "webpack-cli": "^5.1.4"
} }
} }