Update and fix missing dependencies

This commit is contained in:
Darren Clarke 2023-06-14 06:33:06 +00:00 committed by GitHub
parent 8949b10671
commit 59ae833099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 26880 additions and 20410 deletions

View file

@ -3,7 +3,7 @@
"version": "0.2.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.14",
"@apollo/client": "^3.7.15",
"@digiresilience/metamigo-config": "*",
"@hapi/boom": "^10.0.1",
"@hapi/wreck": "^18.0.1",
@ -14,19 +14,19 @@
"http-proxy-middleware": "^2.0.6",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.0.1",
"next": "13.4.3",
"next": "13.4.5",
"next-auth": "4.22.1",
"ra-data-graphql": "^4.11.0",
"ra-i18n-polyglot": "^4.11.0",
"ra-input-rich-text": "^4.11.0",
"ra-language-english": "^4.11.0",
"ra-i18n-polyglot": "^4.11.2",
"ra-input-rich-text": "^4.11.2",
"ra-language-english": "^4.11.2",
"ra-postgraphile": "^6.1.1",
"react": "18.2.0",
"react-admin": "^4.11.0",
"react-admin": "^4.11.2",
"react-digit-input": "^2.1.0",
"react-dom": "18.2.0",
"react-qr-code": "^2.0.11",
"react-redux": "^8.0.5",
"react-redux": "^8.1.0",
"react-timer-hook": "^3.0.6",
"swr": "^2.1.5",
"twilio-client": "^1.15.0"
@ -41,15 +41,15 @@
"fmt": "prettier --ignore-path .eslintignore \"**/*.{js,jsx,ts,tsx,graphql,md}\" --write"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.4",
"@next/eslint-plugin-next": "^13.4.5",
"@types/hapi__wreck": "17.0.1",
"@types/react": "18.2.7",
"@types/react": "18.2.12",
"@types/react-mic": "12.4.3",
"babel-preset-link": "*",
"eslint-config-link": "*",
"jest-config-link": "*",
"tsconfig-link": "*",
"typescript": "5.0.4"
"typescript": "5.1.3"
},
"overrides": {
"@mui/styles": {