added packages: d3-force, colors, prop-types

This commit is contained in:
Bilawal Hameed
2020-04-23 12:46:40 +02:00
parent 822701684b
commit 1660be5f84
2 changed files with 58 additions and 2 deletions
+5
View File
@@ -16,6 +16,8 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/color": "^3.0.1",
"@types/d3-force": "^1.2.1",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/testing-library__jest-dom": "5.0.2",
@@ -27,6 +29,9 @@
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
"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"