diff --git a/package-lock.json b/package-lock.json index a63a9ff..658c550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,6 +33,7 @@ "husky": "7.0.4", "jest": "29.3.1", "jest-chain": "1.1.6", + "prop-types": "15.8.1", "react": "16.14.0", "react-dom": "16.14.0", "react-redux": "7.2.9", diff --git a/package.json b/package.json index 6f56721..65f38db 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "enzyme-adapter-react-16": "1.15.7", "husky": "7.0.4", "jest": "29.3.1", + "prop-types": "15.8.1", "jest-chain": "1.1.6", "react": "16.14.0", "react-dom": "16.14.0",