Update deps

This commit is contained in:
Darren Clarke 2025-03-24 11:52:38 +01:00
parent 13a5a03860
commit a35d18b5a9
16 changed files with 894 additions and 877 deletions

View file

@ -9,15 +9,15 @@
"dependencies": {
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.27.1",
"@mui/x-license": "^7.26.0",
"next": "15.1.7",
"@mui/x-data-grid-pro": "^7.28.1",
"@mui/x-license": "^7.28.0",
"next": "15.2.3",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "^22.13.5",
"@types/react": "19.0.10",
"typescript": "^5.7.3"
"@types/node": "^22.13.12",
"@types/react": "19.0.12",
"typescript": "^5.8.2"
}
}