Update dependencies

This commit is contained in:
Darren Clarke 2023-06-21 06:15:55 +00:00 committed by GitHub
parent d666c22bac
commit 7aa75317f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 315 additions and 304 deletions

View file

@ -18,6 +18,7 @@
"@graphile-contrib/pg-simplify-inflector": "^6.1.0",
"@hapi/basic": "^7.0.2",
"@hapi/boom": "^10.0.1",
"@hapi/vision": "^7.0.2",
"@hapi/wreck": "^18.0.1",
"@hapipal/schmervice": "^3.0.0",
"@hapipal/toys": "^4.0.0",
@ -42,7 +43,7 @@
"postgraphile-plugin-connection-filter": "^2.3.0",
"remeda": "^1.19.0",
"twilio": "^4.12.0",
"typeorm": "^0.3.16"
"typeorm": "^0.3.17"
},
"devDependencies": {
"@types/long": "^4.0.2",

View file

@ -10,7 +10,7 @@
"@mui/icons-material": "^5",
"@mui/material": "^5",
"@mui/styles": "^5",
"@twilio/voice-sdk": "^2.5.0",
"@twilio/voice-sdk": "^2.6.0",
"http-proxy-middleware": "^2.0.6",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.0.1",
@ -26,7 +26,7 @@
"react-digit-input": "^2.1.0",
"react-dom": "18.2.0",
"react-qr-code": "^2.0.11",
"react-redux": "^8.1.0",
"react-redux": "^8.1.1",
"react-timer-hook": "^3.0.6",
"swr": "^2.1.5",
"twilio-client": "^1.15.0"