Update deps and version numbers

This commit is contained in:
Darren Clarke 2025-02-20 10:56:31 +01:00
parent 6e8d3e171e
commit 05a0261355
22 changed files with 1251 additions and 1523 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/link",
"version": "2.4.0b1",
"version": "3.1.0",
"type": "module",
"scripts": {
"dev": "next dev -H 0.0.0.0",
@ -24,15 +24,15 @@
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/material-nextjs": "^6",
"@mui/x-data-grid-pro": "^7.24.1",
"@mui/x-date-pickers": "^7.24.1",
"@mui/x-date-pickers-pro": "^7.24.1",
"@mui/x-license": "^7.24.1",
"@mui/x-data-grid-pro": "^7.27.0",
"@mui/x-date-pickers": "^7.27.0",
"@mui/x-date-pickers-pro": "^7.27.0",
"@mui/x-license": "^7.26.0",
"date-fns": "^4.1.0",
"graphql-request": "^7.1.2",
"ioredis": "^5.4.2",
"ioredis": "^5.5.0",
"mui-chips-input": "^4.0.1",
"next": "15.1.6",
"next": "15.1.7",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react-cookie": "^7.2.2",
@ -43,8 +43,8 @@
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@types/node": "^22.10.10",
"@types/react": "19.0.8",
"@types/node": "^22.13.4",
"@types/react": "19.0.10",
"@types/uuid": "^10.0.0"
}
}