Add lodash dependency

This commit is contained in:
Jorik Schellekens
2020-06-16 12:33:30 +01:00
parent a4aeefa53c
commit d951d73de8
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -7,9 +7,11 @@
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/lodash": "^4.14.155",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"lodash": "^4.17.15",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",