From 510b09c517132cc6cc945c89d58c2fa76c98bc49 Mon Sep 17 00:00:00 2001 From: Ludea Date: Wed, 5 Feb 2025 11:11:22 +0000 Subject: [PATCH] install types for prop-types --- package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index a646348..6a9f24c 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/prop-types": "^15.7.14", "@types/react": "^19.0.8", "eslint": "^9.19.0", "eslint-config-prettier": "^10.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 798021f..bde2311 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/prop-types': + specifier: ^15.7.14 + version: 15.7.14 '@types/react': specifier: ^19.0.8 version: 19.0.8