From 7cfa31475f2bba43399258e9d0f3950224556c78 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sun, 3 Aug 2025 12:31:38 +0200 Subject: [PATCH] fix: remove proptypes --- ui/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 4c8a36a..d24a927 100644 --- a/ui/package.json +++ b/ui/package.json @@ -16,7 +16,6 @@ "mobx-react": "^6.3.0", "mobx-utils": "^5.6.1", "notifyjs": "^3.0.0", - "prop-types": "^15.6.2", "react": "^16.4.2", "react-codemirror2": "^7.2.1", "react-dom": "^16.4.2",