Update deps

This commit is contained in:
Darren Clarke 2025-03-24 12:13:31 +01:00
parent f79a0023dc
commit bcecf61a46
8 changed files with 1895 additions and 2446 deletions

View file

@ -11,15 +11,15 @@
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^7.18.0",
"kysely": "0.26.1",
"next": "^14.2.23",
"next": "^14.2.25",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-qr-code": "^2.0.15"
},
"devDependencies": {
"@types/node": "^22.7.3",
"@types/react": "18.3.9",
"@types/react-dom": "^18.3.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "5.6.2"
}
}