Fixed ESLint errors

This commit is contained in:
Nir Gazit
2021-01-10 13:09:27 +02:00
parent 428a503562
commit 5a714abfb2
4 changed files with 13 additions and 6 deletions
+8 -1
View File
@@ -31,14 +31,21 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"helmet": "^4.0.0",
"@backstage/backend-common": "^0.4.1",
"@backstage/catalog-model": "^0.6.0",
"@backstage/config": "^0.1.2",
"kafkajs": "^1.16.0-beta.6",
"winston": "^3.2.1"
"winston": "^3.2.1",
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.4.2",
"@types/express": "^4.17.6",
"supertest": "^4.0.2"
},
"files": [