Update deps

This commit is contained in:
Darren Clarke 2024-05-08 07:32:29 +02:00
parent 0499287555
commit 42a5e09c94
15 changed files with 661 additions and 1989 deletions

View file

@ -11,15 +11,15 @@
"@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^7.3.1",
"@mui/x-date-pickers-pro": "^7.3.1",
"@mui/x-data-grid-pro": "^7.3.2",
"@mui/x-date-pickers-pro": "^7.3.2",
"next": "14.2.3",
"react": "18.3.0",
"react-dom": "18.3.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "18.3.0",
"@types/node": "^20.12.10",
"@types/react": "18.3.1",
"typescript": "^5.4.5"
}
}

File diff suppressed because one or more lines are too long