Add ioredis, update deps

This commit is contained in:
Darren Clarke 2025-01-20 11:17:37 +01:00
parent 9e5ea2fc41
commit def602c05e
10 changed files with 231 additions and 142 deletions

View file

@ -24,14 +24,15 @@
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/material-nextjs": "^6",
"@mui/x-data-grid-pro": "^7.23.6",
"@mui/x-date-pickers": "^7.23.6",
"@mui/x-date-pickers-pro": "^7.23.6",
"@mui/x-license": "^7.23.6",
"@mui/x-data-grid-pro": "^7.24.0",
"@mui/x-date-pickers": "^7.24.0",
"@mui/x-date-pickers-pro": "^7.24.0",
"@mui/x-license": "^7.24.0",
"date-fns": "^4.1.0",
"graphql-request": "^7.1.2",
"ioredis": "^5.4.2",
"mui-chips-input": "^4.0.1",
"next": "15.1.4",
"next": "15.1.5",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react-cookie": "^7.2.2",
@ -42,7 +43,7 @@
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@types/node": "^22.10.6",
"@types/node": "^22.10.7",
"@types/react": "19.0.7",
"@types/uuid": "^10.0.0"
}