From 73112979ce65ff6e2c30f2f380304e24acfbfc92 Mon Sep 17 00:00:00 2001 From: Jonathan Roebuck Date: Thu, 7 Nov 2024 15:09:00 +0000 Subject: [PATCH] add uuid package Signed-off-by: Jonathan Roebuck --- plugins/search-react/package.json | 3 ++- yarn.lock | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/plugins/search-react/package.json b/plugins/search-react/package.json index e4bab1caac..06468336a6 100644 --- a/plugins/search-react/package.json +++ b/plugins/search-react/package.json @@ -68,7 +68,8 @@ "@material-ui/lab": "4.0.0-alpha.61", "lodash": "^4.17.21", "qs": "^6.9.4", - "react-use": "^17.3.2" + "react-use": "^17.3.2", + "uuid": "^11.0.2" }, "devDependencies": { "@backstage/cli": "workspace:^", diff --git a/yarn.lock b/yarn.lock index 0dc19b6721..d5dfe9e93e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7797,6 +7797,7 @@ __metadata: react-dom: ^18.0.2 react-router-dom: ^6.3.0 react-use: ^17.3.2 + uuid: ^11.0.2 peerDependencies: "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 react: ^16.13.1 || ^17.0.0 || ^18.0.0 @@ -44213,6 +44214,15 @@ __metadata: languageName: node linkType: hard +"uuid@npm:^11.0.2": + version: 11.0.2 + resolution: "uuid@npm:11.0.2" + bin: + uuid: dist/esm/bin/uuid + checksum: 9b322963db18623d22f46cf98f51b45830f956715577fb24d272ec29324fe919bedbedc6e29627aced490ac3f982ee53c80441651daf4a6ef74f2af58689f2e0 + languageName: node + linkType: hard + "uuid@npm:^3.3.2, uuid@npm:^3.4.0": version: 3.4.0 resolution: "uuid@npm:3.4.0"