From 273d4be90109f607ed7ff78151f0679b11c56d88 Mon Sep 17 00:00:00 2001 From: Christopher Diaz Date: Mon, 22 May 2023 14:11:17 -0400 Subject: [PATCH] add dev dependency Signed-off-by: Christopher Diaz --- plugins/search-backend-module-explore/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/search-backend-module-explore/package.json b/plugins/search-backend-module-explore/package.json index 6a6f92a9cc..0676a9455a 100644 --- a/plugins/search-backend-module-explore/package.json +++ b/plugins/search-backend-module-explore/package.json @@ -48,7 +48,8 @@ }, "devDependencies": { "@backstage/backend-test-utils": "workspace:^", - "@backstage/cli": "workspace:^" + "@backstage/cli": "workspace:^", + "msw": "^1.2.1" }, "files": [ "dist"