Skip to content

Commit

Permalink
revert to node LTS, upgrade package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Oct 23, 2023
1 parent ac2e5ff commit 48207d0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion mpcontribs-portal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM materialsproject/devops:python-3.1010.15 as base
RUN apt-get update && apt-get install -y --no-install-recommends libopenblas-dev && apt-get clean
FROM node:21.0.0-slim as node
FROM node:18.18.2-slim as node

FROM node as webpack-deps
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
48 changes: 24 additions & 24 deletions mpcontribs-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,39 +17,39 @@
"webpack": "node --trace-deprecation node_modules/webpack/bin/webpack.js && if [ -e manage.py ]; then python manage.py collectstatic --no-input --clear && touch wsgi.py; fi"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.14.7",
"@fortawesome/fontawesome-free": "^6.1.1",
"@vizuaalog/bulmajs": "^0.12.1",
"babel-loader": "^9.0.1",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@fortawesome/fontawesome-free": "^6.4.2",
"@vizuaalog/bulmajs": "^0.12.2",
"babel-loader": "^9.1.3",
"babel-plugin-lodash": "^3.3.4",
"bulma": "^0.9.2",
"bulma-checkradio": "^2.1.2",
"bulma": "^0.9.4",
"bulma-checkradio": "^2.1.3",
"bulma-tooltip": "^3.0.2",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"core-js": "^3.6.4",
"css-loader": "^6.2.0",
"handsontable": "^12.0.1",
"highlight.js": "^11.1.0",
"imports-loader": "^4.0.0",
"jquery": "^3.5.1",
"core-js": "^3.33.1",
"css-loader": "^6.8.1",
"handsontable": "^13.1.0",
"highlight.js": "^11.9.0",
"imports-loader": "^4.0.1",
"jquery": "^3.7.1",
"js-sha1": "^0.6.0",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"lodash-webpack-plugin": "^0.11.6",
"mini-css-extract-plugin": "^2.1.0",
"mini-css-extract-plugin": "^2.7.6",
"parsleyjs": "^2.9.2",
"plotly.js": "^2.0.0",
"plotly.js": "^2.27.0",
"requirejs": "^2.3.6",
"sass": "^1.32.6",
"sass-loader": "^13.0.0",
"sass": "^1.69.4",
"sass-loader": "^13.3.2",
"select2": "^4.1.0-rc.0",
"terser-webpack-plugin": "^5.1.1",
"terser-webpack-plugin": "^5.3.9",
"typy": "^3.3.0",
"underscore": "^1.12.0",
"webpack": "^5.21.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^5.0.2",
"webpack4-bundle-tracker": "^0.0.1-beta"
"underscore": "^1.13.6",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^5.1.4",
"webpack4-bundle-tracker": "^0.4.3-beta"
}
}

0 comments on commit 48207d0

Please sign in to comment.