Update deps and Docker images

This commit is contained in:
Darren Clarke 2024-09-27 11:22:45 +02:00
parent b21efc2d50
commit a707c842be
32 changed files with 1063 additions and 981 deletions

View file

@ -9,15 +9,15 @@
"dependencies": {
"@mui/icons-material": "^5",
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^7.12.1",
"@mui/x-date-pickers-pro": "^7.12.1",
"next": "14.2.5",
"@mui/x-data-grid-pro": "^7.18.0",
"@mui/x-date-pickers-pro": "^7.18.0",
"next": "14.2.13",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "^22.2.0",
"@types/react": "18.3.3",
"typescript": "^5.5.4"
"@types/node": "^22.7.3",
"@types/react": "18.3.9",
"typescript": "^5.6.2"
}
}