plugins: almost fully sync plugins with templates

This commit is contained in:
Patrik Oldsberg
2020-05-08 13:24:46 +02:00
parent c6a4d74cce
commit 7f06008496
9 changed files with 38 additions and 34 deletions
+8 -5
View File
@@ -21,9 +21,9 @@
"color": "^3.1.2",
"d3-force": "^2.0.1",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-use": "^13.0.0"
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-use": "^13.24.0"
},
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.4",
@@ -34,7 +34,10 @@
"@types/d3-force": "^1.2.1",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/testing-library__jest-dom": "5.0.4",
"@types/testing-library__jest-dom": "^5.0.4",
"jest-fetch-mock": "^3.0.3"
}
},
"files": [
"dist"
]
}