[CHORE] Bump deps

This commit is contained in:
dunemask 2023-10-08 11:21:08 -06:00
parent d9ab9486d0
commit 02c3a9680f
2 changed files with 314 additions and 255 deletions

View file

@ -24,21 +24,21 @@
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.5",
"@tanstack/react-query": "^4.33.0",
"@vitejs/plugin-react": "^4.0.4",
"concurrently": "^8.2.0",
"@mui/icons-material": "^5.14.12",
"@mui/material": "^5.14.12",
"@tanstack/react-query": "^4.36.1",
"@vitejs/plugin-react": "^4.1.0",
"concurrently": "^8.2.1",
"nodemon": "^3.0.1",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"react-router-dom": "^6.16.0",
"socket.io-client": "^4.7.2",
"vite": "^4.4.9"
"vite": "^4.4.11"
},
"dependencies": {
"@kubernetes/client-node": "^0.18.1",
"@kubernetes/client-node": "^0.19.0",
"bcrypt": "^5.1.1",
"chalk": "^5.3.0",
"express": "^4.18.2",
@ -46,6 +46,6 @@
"js-yaml": "^4.1.0",
"rcon-client": "^4.2.3",
"socket.io": "^4.7.2",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
}
}