Update dependencies

This commit is contained in:
Darren Clarke 2023-07-19 14:11:47 +00:00 committed by GitHub
parent 8256c22e86
commit 12e1311d1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 424 additions and 75 deletions

View file

@ -21,18 +21,18 @@
"@fontsource/poppins": "^5.0.5",
"@fontsource/roboto": "^5.0.5",
"@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.136",
"@mui/lab": "^5.0.0-alpha.137",
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^6.10.0",
"@mui/x-date-pickers-pro": "^6.10.0",
"@opensearch-project/opensearch": "^2.3.0",
"@opensearch-project/opensearch": "^2.3.1",
"date-fns": "^2.30.0",
"http-proxy-middleware": "^2.0.6",
"material-ui-popup-state": "^5.0.9",
"next": "13.4.10",
"next-auth": "^4.22.1",
"next-auth": "^4.22.3",
"next-http-proxy-middleware": "^1.2.5",
"nodemailer": "^6.9.3",
"nodemailer": "^6.9.4",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-cookie-consent": "^8.0.1",

View file

@ -19,7 +19,7 @@
"@fontsource/poppins": "^5.0.5",
"@fontsource/roboto": "^5.0.5",
"@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.136",
"@mui/lab": "^5.0.0-alpha.137",
"@mui/material": "^5",
"@mui/x-data-grid-pro": "^6.10.0",
"@mui/x-date-pickers-pro": "^6.10.0",
@ -28,7 +28,7 @@
"material-ui-popup-state": "^5.0.9",
"mui-chips-input": "^2.0.2",
"next": "13.4.10",
"next-auth": "^4.22.1",
"next-auth": "^4.22.3",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",

View file

@ -43,7 +43,7 @@
"remeda": "^1.24.0",
"twilio": "^4.14.0",
"typeorm": "^0.3.17",
"@whiskeysockets/baileys": "^6.3.1"
"@whiskeysockets/baileys": "^6.4.0"
},
"devDependencies": {
"@types/long": "^4.0.2",

View file

@ -15,7 +15,7 @@
"jsonwebtoken": "^9.0.1",
"jwks-rsa": "^3.0.1",
"next": "13.4.10",
"next-auth": "4.22.1",
"next-auth": "4.22.3",
"ra-data-graphql": "^4.12.1",
"ra-i18n-polyglot": "^4.12.1",
"ra-input-rich-text": "^4.12.1",