Update deps and Zammad version (6.4.1)

This commit is contained in:
Darren Clarke 2025-01-15 14:15:02 +01:00
parent 07ee819520
commit 9e5ea2fc41
40 changed files with 973 additions and 849 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/leafcutter-ui",
"version": "2.3.4",
"version": "2.4.0b1",
"scripts": {
"build": "tsc -p tsconfig.json"
},
@ -10,23 +10,23 @@
"@link-stack/opensearch-common": "*",
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.23.2",
"@mui/x-date-pickers-pro": "^7.23.2",
"@mui/x-data-grid-pro": "^7.23.6",
"@mui/x-date-pickers-pro": "^7.23.6",
"date-fns": "^4.1.0",
"next": "15.1.0",
"next": "15.1.4",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react-cookie": "^7.2.2",
"react-dom": "19.0.0",
"react-iframe": "^1.8.5",
"react-markdown": "^9.0.1",
"react-markdown": "^9.0.3",
"react-polyglot": "^0.7.2"
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"@types/node": "^22.10.2",
"@types/react": "19.0.1",
"typescript": "5.7.2"
"@types/node": "^22.10.6",
"@types/react": "19.0.7",
"typescript": "5.7.3"
}
}