Middleware proxy updates

This commit is contained in:
Darren Clarke 2023-07-21 12:26:02 +00:00 committed by GitHub
parent 282808583b
commit 38d3e9349c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 329 additions and 224 deletions

View file

@ -14,7 +14,7 @@
"http-proxy-middleware": "^2.0.6",
"jsonwebtoken": "^9.0.1",
"jwks-rsa": "^3.0.1",
"next": "13.4.10",
"next": "13.4.11",
"next-auth": "4.22.3",
"ra-data-graphql": "^4.12.1",
"ra-i18n-polyglot": "^4.12.1",
@ -27,7 +27,7 @@
"react-dom": "18.2.0",
"react-qr-code": "^2.0.11",
"react-redux": "^8.1.1",
"react-timer-hook": "^3.0.6",
"react-timer-hook": "^3.0.7",
"swr": "^2.2.0",
"twilio-client": "^1.15.0"
},
@ -41,7 +41,7 @@
"fmt": "prettier --ignore-path .eslintignore \"**/*.{js,jsx,ts,tsx,graphql,md}\" --write"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.10",
"@next/eslint-plugin-next": "^13.4.11",
"@types/hapi__wreck": "17.0.1",
"@types/react": "18.2.15",
"@types/react-mic": "12.4.3",