Update deps

This commit is contained in:
Darren Clarke 2023-07-11 14:34:11 +00:00 committed by GitHub
parent 53514d68cb
commit 302575f129
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 69 additions and 70 deletions

View file

@ -3,26 +3,26 @@
"version": "0.2.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.16",
"@apollo/client": "^3.7.17",
"@digiresilience/metamigo-config": "*",
"@hapi/boom": "^10.0.1",
"@hapi/wreck": "^18.0.1",
"@mui/icons-material": "^5",
"@mui/material": "^5",
"@mui/styles": "^5",
"@twilio/voice-sdk": "^2.6.0",
"@twilio/voice-sdk": "^2.6.1",
"http-proxy-middleware": "^2.0.6",
"jsonwebtoken": "^9.0.0",
"jsonwebtoken": "^9.0.1",
"jwks-rsa": "^3.0.1",
"next": "13.4.8",
"next": "13.4.9",
"next-auth": "4.22.1",
"ra-data-graphql": "^4.12.0",
"ra-i18n-polyglot": "^4.12.0",
"ra-input-rich-text": "^4.12.0",
"ra-language-english": "^4.12.0",
"ra-data-graphql": "^4.12.1",
"ra-i18n-polyglot": "^4.12.1",
"ra-input-rich-text": "^4.12.1",
"ra-language-english": "^4.12.1",
"ra-postgraphile": "^6.1.1",
"react": "18.2.0",
"react-admin": "^4.12.0",
"react-admin": "^4.12.1",
"react-digit-input": "^2.1.0",
"react-dom": "18.2.0",
"react-qr-code": "^2.0.11",
@ -41,7 +41,7 @@
"fmt": "prettier --ignore-path .eslintignore \"**/*.{js,jsx,ts,tsx,graphql,md}\" --write"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.8",
"@next/eslint-plugin-next": "^13.4.9",
"@types/hapi__wreck": "17.0.1",
"@types/react": "18.2.14",
"@types/react-mic": "12.4.3",