Update dependencies and version number, remove link tickets endpoint

This commit is contained in:
Darren Clarke 2025-10-07 11:24:00 +02:00
parent 6f0f97ab7b
commit 11563a794e
36 changed files with 2953 additions and 4655 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@link-stack/link",
"version": "3.1.0",
"version": "3.2.0b3",
"type": "module",
"scripts": {
"dev": "next dev -H 0.0.0.0",
@ -10,12 +10,12 @@
"lint": "next lint"
},
"dependencies": {
"@chatscope/chat-ui-kit-react": "^2.0.3",
"@chatscope/chat-ui-kit-react": "^2.1.1",
"@chatscope/chat-ui-kit-styles": "^1.4.0",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@link-stack/bridge-common": "*",
"@link-stack/bridge-ui": "*",
"@link-stack/leafcutter-ui": "*",
@ -25,27 +25,27 @@
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/material-nextjs": "^6",
"@mui/x-data-grid-pro": "^7.28.1",
"@mui/x-date-pickers": "^7.28.0",
"@mui/x-date-pickers-pro": "^7.28.0",
"@mui/x-license": "^7.28.0",
"@mui/x-data-grid-pro": "^7",
"@mui/x-date-pickers": "^7",
"@mui/x-date-pickers-pro": "^7",
"@mui/x-license": "^7",
"date-fns": "^4.1.0",
"graphql-request": "^7.1.2",
"ioredis": "^5.6.0",
"graphql-request": "^7.2.0",
"ioredis": "^5.8.1",
"mui-chips-input": "^6.0.0",
"next": "15.2.3",
"next": "15.5.4",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react": "19.2.0",
"react-cookie": "^8.0.1",
"react-dom": "19.0.0",
"react-dom": "19.2.0",
"react-iframe": "^1.8.5",
"react-polyglot": "^0.7.2",
"sharp": "^0.33.5"
"sharp": "^0.34.4"
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@types/node": "^22.13.12",
"@types/react": "19.0.12",
"@types/uuid": "^10.0.0"
"@types/node": "^24.7.0",
"@types/react": "19.2.2",
"@types/uuid": "^11.0.0"
}
}