From 2fd29d811b2697576b61c9798003c7ae143073e9 Mon Sep 17 00:00:00 2001 From: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> Date: Thu, 18 Feb 2021 21:32:10 +0100 Subject: [PATCH] Fix react admin version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae5089f..3466741 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "prop-types": "^15.7.2", "ra-language-german": "^2.1.2", "react": "^16.13.1", - "react-admin": "^3.13.2", + "react-admin": "^3.12.2", "react-dom": "^16.14.0", "react-scripts": "^3.4.4" },