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
+4 -1
View File
@@ -20,13 +20,17 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-model": "^0.6.0",
"@backstage/core": "^0.4.1",
"@backstage/theme": "^0.2.2",
"@backstage/plugin-catalog": "^0.2.7",
"@backstage/plugin-kafka-backend": "^0.1.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "4.0.0-alpha.45",
"lodash": "^4.17.20",
"react": "^16.13.1",
"react-router": "6.0.0-beta.0",
"react-dom": "^16.13.1",
"react-use": "^15.3.3"
},
@@ -34,7 +38,6 @@
"@backstage/cli": "^0.4.2",
"@backstage/dev-utils": "^0.1.6",
"@backstage/test-utils": "^0.1.5",
"@backstage/plugin-kafka-backend": "^0.1.0",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.4.1",
"@testing-library/user-event": "^12.0.7",