Sidebar and messages updates

This commit is contained in:
Darren Clarke 2023-01-11 16:18:56 +01:00
parent 6a0cc58f60
commit 016461b549
No known key found for this signature in database
GPG key ID: E2483E6F82907488
6 changed files with 1193 additions and 634 deletions

View file

@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@chatscope/chat-ui-kit-react": "^1.9.8",
"@chatscope/chat-ui-kit-react": "^1.9.9",
"@chatscope/chat-ui-kit-styles": "^1.4.0",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
@ -19,15 +19,15 @@
"@fontsource/poppins": "^4.5.10",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.112",
"@mui/lab": "^5.0.0-alpha.115",
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^5.17.15",
"@mui/x-date-pickers-pro": "^5.0.10",
"@mui/x-data-grid-pro": "^5.17.18",
"@mui/x-date-pickers-pro": "^5.0.13",
"date-fns": "^2.29.3",
"http-proxy-middleware": "^2.0.6",
"material-ui-popup-state": "^5.0.3",
"next": "^13.0",
"next-auth": "^4.18.6",
"material-ui-popup-state": "^5.0.4",
"next": "^13.1",
"next-auth": "^4.18.8",
"next-http-proxy-middleware": "^1.2.5",
"react": "^18",
"react-dom": "^18",
@ -36,18 +36,18 @@
"swr": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/core": "^7.20.12",
"@types/react": "^18",
"@types/uuid": "^9.0.0",
"babel-loader": "^9.1.0",
"eslint": "^8.29.0",
"babel-loader": "^9.1.2",
"eslint": "^8.31.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.0.6",
"eslint-config-prettier": "^8.5.0",
"eslint-config-next": "^13.1.1",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-jsx-a11y": "^6.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react": "^7.32.0",
"typescript": "^4.9.4"
}
}