Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.20.2
22.22.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:8.3-fpm

ARG DEBIAN_FRONTEND=noninteractive
ARG NVM_VERSION="v0.40.3"
ENV NODE_VERSION="20.20.2"
ENV NODE_VERSION="22.22.2"
ARG YARN_VERSION="1.22.22"
ARG GITHUB_OAUTH_TOKEN
ARG XDEBUG_VERSION="xdebug-3.3.2"
Expand Down
15 changes: 5 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,18 @@
"babel-loader": "^8.2.4",
"babel-plugin-react-remove-properties": "^0.3.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.4.1",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"dotenv-webpack": "^1.7.0",
"file-loader": "^6.2.0",
"history": "^4.7.2",
"html-webpack-plugin": "^3.2.0",
"i18n-react": "^0.6.4",
"identity-obj-proxy": "^3.0.0",
"immutability-helper": "^2.7.1",
"jest": "^26.6.3",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.6.0",
"node-sass": "8.0.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"path": "^0.12.7",
"postcss-loader": "^6.2.1",
"react": "^17.0.2",
"react-datetime": "^2.15.0",
Expand All @@ -55,17 +50,17 @@
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.7",
"sass": "^1.77.0",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"superagent": "8.0.9",
"timesync": "^1.0.5",
"urijs": "^1.19.1",
"url-loader": "^4.1.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0"
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@emotion/core": "^10.0.17",
Expand Down
3 changes: 2 additions & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ module.exports = {
assert:false,
tls: false,
net:false,
child_process: false
child_process: false,
util: false
}
},
plugins: [
Expand Down
Loading
Loading