From a65f9b9d730187821bb2c30b55773d8022b5b07d Mon Sep 17 00:00:00 2001 From: Alexander Klein Date: Sun, 21 Feb 2021 10:54:30 +0100 Subject: [PATCH] fix(deps): add prop-types dependency Forgot to do this in the referenced PR. Refs #481 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a512a5ad..5234bf2f 100644 --- a/package.json +++ b/package.json @@ -77,6 +77,7 @@ "moment-timezone": "^0.5.32", "next": "^10.0.7", "prompts": "2.4.0", + "prop-types": "^15.7.2", "react": "^17.0.1", "react-dom": "^17.0.1", "react-intl": "^5.12.3",