Update dependencies

This commit is contained in:
Darren Clarke 2023-07-05 06:56:01 +00:00 committed by GitHub
parent d404901583
commit 9b05288b40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 83 additions and 84 deletions

View file

@ -14,15 +14,15 @@
"http-proxy-middleware": "^2.0.6",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.0.1",
"next": "13.4.7",
"next": "13.4.8",
"next-auth": "4.22.1",
"ra-data-graphql": "^4.11.3",
"ra-i18n-polyglot": "^4.11.4",
"ra-input-rich-text": "^4.11.4",
"ra-language-english": "^4.11.4",
"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-postgraphile": "^6.1.1",
"react": "18.2.0",
"react-admin": "^4.11.4",
"react-admin": "^4.12.0",
"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.7",
"@next/eslint-plugin-next": "^13.4.8",
"@types/hapi__wreck": "17.0.1",
"@types/react": "18.2.14",
"@types/react-mic": "12.4.3",
@ -49,7 +49,7 @@
"eslint-config-link": "*",
"jest-config-link": "*",
"tsconfig-link": "*",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"overrides": {
"@mui/styles": {