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/link",
"version": "2.3.4",
"version": "2.4.0b1",
"type": "module",
"scripts": {
"dev": "next dev",
@ -24,14 +24,14 @@
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/material-nextjs": "^6",
"@mui/x-data-grid-pro": "^7.23.2",
"@mui/x-date-pickers": "^7.23.2",
"@mui/x-date-pickers-pro": "^7.23.2",
"@mui/x-license": "^7.23.2",
"@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",
"date-fns": "^4.1.0",
"graphql-request": "^7.1.2",
"mui-chips-input": "^4.0.1",
"next": "15.1.0",
"next": "15.1.4",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react-cookie": "^7.2.2",
@ -42,8 +42,8 @@
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@types/node": "^22.10.2",
"@types/react": "19.0.1",
"@types/node": "^22.10.6",
"@types/react": "19.0.7",
"@types/uuid": "^10.0.0"
}
}