Build and type fixes

This commit is contained in:
Darren Clarke 2023-05-24 20:27:57 +00:00
parent d5bd58ac3e
commit 656f3fbe71
64 changed files with 1878 additions and 1501 deletions

View file

@ -5,7 +5,7 @@ import MicIcon from "@material-ui/icons/Mic";
import StopIcon from "@material-ui/icons/Stop";
import Button from "@material-ui/core/Button";
import { makeStyles, useTheme } from "@material-ui/core/styles";
import AudioPlayer from "material-ui-audio-player";
// import AudioPlayer from "material-ui-audio-player";
import { useStopwatch } from "react-timer-hook";
import style from "./MicInput.module.css";
// import type { ReactMicProps } from "react-mic";
@ -130,7 +130,7 @@ const MicInput = (props: any) => {
)}
</div>
<div className={style.playerWrapper}>
{canPlay && (
{/* canPlay && (
<AudioPlayer
elevation={0}
src={decodedValue}
@ -138,7 +138,7 @@ const MicInput = (props: any) => {
volume={false}
useStyles={useStyles}
/>
)}
) */}
</div>
</div>
</div>

View file

@ -3,33 +3,31 @@
"version": "0.2.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.4",
"@apollo/client": "^3.7.14",
"@digiresilience/metamigo-config": "*",
"@hapi/boom": "^10.0.0",
"@hapi/wreck": "^18.0.0",
"@hapi/boom": "^10.0.1",
"@hapi/wreck": "^18.0.1",
"@mui/icons-material": "^5",
"@mui/material": "^5",
"@mui/styles": "^5",
"@twilio/voice-sdk": "^2.2.0",
"@twilio/voice-sdk": "^2.5.0",
"http-proxy-middleware": "^2.0.6",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.0.1",
"material-ui-audio-player": "^1.7.1",
"next": "12.3.4",
"next-auth": "4.18.8",
"ra-data-graphql": "^4.6.0",
"ra-i18n-polyglot": "^4.7.0",
"ra-input-rich-text": "^4.7.1",
"ra-language-english": "^4.7.0",
"next": "13.4.3",
"next-auth": "4.22.1",
"ra-data-graphql": "^4.10.1",
"ra-i18n-polyglot": "^4.10.6",
"ra-input-rich-text": "^4.10.6",
"ra-language-english": "^4.10.6",
"ra-postgraphile": "^6.1.0",
"react": "^17",
"react-admin": "^4.7.1",
"react": "^18",
"react-admin": "^4.10.6",
"react-digit-input": "^2.1.0",
"react-dom": "^17",
"react-dom": "^18",
"react-qr-code": "^2.0.11",
"react-redux": "^8.0.5",
"react-timer-hook": "^3.0.5",
"swr": "^2.0.0",
"react-timer-hook": "^3.0.6",
"swr": "^2.1.5",
"twilio-client": "^1.15.0"
},
"scripts": {
@ -42,14 +40,14 @@
"fmt": "prettier --ignore-path .eslintignore \"**/*.{js,jsx,ts,tsx,graphql,md}\" --list-different"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.1.2",
"@next/eslint-plugin-next": "^13.4.3",
"@types/hapi__wreck": "17.0.1",
"@types/react": "^17",
"@types/react": "^18",
"@types/react-mic": "12.4.3",
"babel-preset-link": "*",
"eslint-config-link": "*",
"jest-config-link": "*",
"tsconfig-link": "*",
"typescript": "^4.9.5"
"typescript": "^5.0.4"
}
}