Updated package.json in plugin to include missing deps

This commit is contained in:
ebarrios
2020-09-25 15:18:14 +02:00
parent 96a0194d99
commit 804e93071a
+3 -1
View File
@@ -48,7 +48,9 @@
"@testing-library/user-event": "^12.0.7",
"@types/jest": "^26.0.7",
"@types/node": "^12.0.0",
"jest-fetch-mock": "^3.0.3"
"jest-fetch-mock": "^3.0.3",
"msw": "^0.20.5",
"node-fetch": "^2.6.1"
},
"files": [
"dist"