add uuid package

Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
This commit is contained in:
Jonathan Roebuck
2024-11-07 15:09:00 +00:00
parent c275960e73
commit 73112979ce
2 changed files with 12 additions and 1 deletions
+2 -1
View File
@@ -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:^",