Update deps

This commit is contained in:
Darren Clarke 2025-02-26 08:14:16 +01:00
parent 05a0261355
commit 494404c4c1
12 changed files with 209 additions and 196 deletions

View file

@ -10,8 +10,8 @@
"@link-stack/opensearch-common": "*",
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.27.0",
"@mui/x-date-pickers-pro": "^7.27.0",
"@mui/x-data-grid-pro": "^7.27.1",
"@mui/x-date-pickers-pro": "^7.27.1",
"date-fns": "^4.1.0",
"next": "15.1.7",
"next-auth": "^4.24.11",
@ -19,13 +19,13 @@
"react-cookie": "^7.2.2",
"react-dom": "19.0.0",
"react-iframe": "^1.8.5",
"react-markdown": "^9.0.3",
"react-markdown": "^10.0.0",
"react-polyglot": "^0.7.2"
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"@types/node": "^22.13.4",
"@types/node": "^22.13.5",
"@types/react": "19.0.10",
"typescript": "5.7.3"
}