Update deps, fix build errors

This commit is contained in:
Darren Clarke 2023-08-07 09:27:51 +02:00
parent c47514d2f0
commit e9379fd1fb
20 changed files with 5120 additions and 2012 deletions

View file

@ -10,23 +10,23 @@
"@mui/icons-material": "^5",
"@mui/material": "^5",
"@mui/styles": "^5",
"@twilio/voice-sdk": "^2.6.1",
"@twilio/voice-sdk": "^2.7.1",
"http-proxy-middleware": "^2.0.6",
"jsonwebtoken": "^9.0.1",
"jwks-rsa": "^3.0.1",
"next": "13.4.12",
"next-auth": "4.22.3",
"next-auth": "4.22.4",
"ra-data-graphql": "^4.12.2",
"ra-i18n-polyglot": "^4.12.2",
"ra-input-rich-text": "^4.12.2",
"ra-input-rich-text": "^4.12.3",
"ra-language-english": "^4.12.2",
"ra-postgraphile": "^6.1.1",
"react": "18.2.0",
"react-admin": "^4.12.2",
"react-admin": "^4.12.3",
"react-digit-input": "^2.1.0",
"react-dom": "18.2.0",
"react-qr-code": "^2.0.11",
"react-redux": "^8.1.1",
"react-redux": "^8.1.2",
"react-timer-hook": "^3.0.7",
"swr": "^2.2.0",
"twilio-client": "^1.15.0"
@ -43,7 +43,7 @@
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.12",
"@types/hapi__wreck": "17.0.1",
"@types/react": "18.2.15",
"@types/react": "18.2.18",
"@types/react-mic": "12.4.3",
"babel-preset-link": "*",
"eslint-config-link": "*",