From c7537bbc0bd433c8a8e2946336d62cbf52e46bf3 Mon Sep 17 00:00:00 2001 From: Ludea Date: Tue, 4 Feb 2025 12:20:42 +0000 Subject: [PATCH] install react type --- package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index 83563f5..cebdd5a 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,7 @@ "@eslint/js": "^9.19.0", "@mui/icons-material": "^5.15.14", "@mui/material": "^5.15.14", + "@types/react": "^19.0.8", "eslint": "^9.19.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-babel": "^5.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index df4001d..bbe1e9a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,6 +33,9 @@ importers: '@mui/material': specifier: ^5.15.14 version: 5.16.14(@types/react@19.0.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@types/react': + specifier: ^19.0.8 + version: 19.0.8 eslint: specifier: ^9.19.0 version: 9.19.0