From 380cf5ed9d31f83de07303f70f19e1ff45a49ce1 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 27 May 2021 10:55:12 +0200 Subject: [PATCH] plugin-api: tweak @types dependencies Signed-off-by: Patrik Oldsberg --- packages/plugin-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-api/package.json b/packages/plugin-api/package.json index 1eb4f30c90..c81a56e29b 100644 --- a/packages/plugin-api/package.json +++ b/packages/plugin-api/package.json @@ -32,7 +32,6 @@ "@backstage/config": "^0.1.3", "@backstage/theme": "^0.2.3", "@types/react": "^16.9", - "@types/prop-types": "^15.7.3", "history": "^5.0.0", "prop-types": "^15.7.2", "react": "^16.12.0", @@ -50,6 +49,7 @@ "@testing-library/user-event": "^13.1.8", "@types/jest": "^26.0.7", "@types/node": "^14.14.32", + "@types/prop-types": "^15.7.3", "@types/zen-observable": "^0.8.0", "cross-fetch": "^3.0.6", "msw": "^0.21.3"