diff --git a/apps/client/package-lock.json b/apps/client/package-lock.json index dd40a45..10bf74d 100644 --- a/apps/client/package-lock.json +++ b/apps/client/package-lock.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@testing-library/react": "^14.2.1", - "@types/react": "^18.2.42", + "@types/react": "18.2.19", "@types/react-dom": "^18.2.19", "@typescript-eslint/eslint-plugin": "^7.0.2", "@typescript-eslint/parser": "^7.0.2", @@ -1709,9 +1709,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.58", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.58.tgz", - "integrity": "sha512-TaGvMNhxvG2Q0K0aYxiKfNDS5m5ZsoIBBbtfUorxdH4NGSXIlYvZxLJI+9Dd3KjeB3780bciLyAb7ylO8pLhPw==", + "version": "18.2.19", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.19.tgz", + "integrity": "sha512-e2S8wmY1ePfM517PqCG80CcE48Xs5k0pwJzuDZsfE8IZRRBfOMCF+XqnFxu6mWtyivum1MQm4aco+WIt6Coimw==", "devOptional": true, "dependencies": { "@types/prop-types": "*", diff --git a/apps/client/package.json b/apps/client/package.json index dbf731f..75faa24 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@testing-library/react": "^14.2.1", - "@types/react": "^18.2.42", + "@types/react": "18.2.19", "@types/react-dom": "^18.2.19", "@typescript-eslint/eslint-plugin": "^7.0.2", "@typescript-eslint/parser": "^7.0.2", diff --git a/apps/client/src/widgets/Texts/Typography.tsx b/apps/client/src/widgets/Texts/Typography.tsx index 48c5cb4..b7c6aea 100644 --- a/apps/client/src/widgets/Texts/Typography.tsx +++ b/apps/client/src/widgets/Texts/Typography.tsx @@ -4,7 +4,7 @@ import { Typography as MatTypo, type TypographyProps } from '@material-tailwind/ export type Props = TypographyProps const Typography: React.FC = ({ children, ...props }) => - + {children}