Installed loadash to plugin

Signed-off-by: Daniel Doberenz <daniel.doberenz@lichtblick.de>
This commit is contained in:
Daniel Doberenz
2024-01-15 10:09:45 +01:00
parent 133858966b
commit 1dcaccf5d3
2 changed files with 3 additions and 2 deletions
@@ -28,10 +28,10 @@
"@backstage/plugin-auth-node": "workspace:^",
"express": "^4.18.2",
"jose": "^4.6.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"passport": "^0.6.0",
"passport-microsoft": "^1.0.0",
"lodash": "^4.17.21"
"passport-microsoft": "^1.0.0"
},
"devDependencies": {
"@backstage/backend-defaults": "workspace:^",
+1
View File
@@ -4994,6 +4994,7 @@ __metadata:
"@types/passport-microsoft": ^1.0.0
express: ^4.18.2
jose: ^4.6.0
lodash: ^4.17.21
msw: ^1.0.0
node-fetch: ^2.6.7
passport: ^0.6.0