Updated dependencies to fix multiple issues

There's still more issues coming from various dependencies, and I'm
pretty sure this should work correctly, but for now IDC - if it doesn't
work, open an issue.
This commit is contained in:
2026-02-20 09:46:32 +11:00
parent 74050cfc27
commit a91287b34a
2 changed files with 943 additions and 718 deletions
+10 -10
View File
@@ -24,33 +24,33 @@
},
"homepage": "https://github.com/KRGameStudios/MERN-template#readme",
"dependencies": {
"@babel/core": "^7.28.6",
"@babel/preset-env": "^7.28.5",
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@babel/preset-react": "^7.28.5",
"babel-loader": "^10.0.0",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^11.1.0",
"concurrently": "^9.2.1",
"css-loader": "^7.1.2",
"css-loader": "^7.1.4",
"dateformat": "^5.0.3",
"dotenv": "^17.2.3",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"html-webpack-plugin": "^5.6.6",
"jwt-decode": "^4.0.0",
"mariadb": "^3.4.5",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "^7.12.0",
"mariadb": "^3.5.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router": "^7.13.0",
"react-select": "^5.10.2",
"sequelize": "^6.37.7",
"socket.io-client": "^4.8.3",
"style-loader": "^4.0.0",
"webpack": "^5.104.1",
"webpack": "^5.105.2",
"webpack-bundle-analyzer": "^5.2.0",
"webpack-cli": "^6.0.1"
},
"devDependencies": {
"nodemon": "^3.1.11",
"nodemon": "^3.1.12",
"webpack-dev-server": "^5.2.3"
}
}