This commit is contained in:
Darren Clarke 2024-04-09 11:05:40 +02:00
parent b09cc82544
commit 87c2c2f8b7
12 changed files with 1197 additions and 2852 deletions

View file

@ -9,17 +9,17 @@
"license": "ISC",
"dependencies": {
"@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.169",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^6.19.6",
"@mui/x-date-pickers-pro": "^6.19.7",
"@mui/x-data-grid-pro": "^7.1.1",
"@mui/x-date-pickers-pro": "^7.1.1",
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/react": "18.2.67",
"typescript": "^5.4.2"
"@types/node": "^20.12.6",
"@types/react": "18.2.75",
"typescript": "^5.4.4"
}
}