Bum @testing-library dependencies

This commit is contained in:
Deluan
2020-06-05 13:34:46 -04:00
parent 42ee8b64cb
commit 12d5d9573e
2 changed files with 81 additions and 92 deletions
+3 -3
View File
@@ -20,9 +20,9 @@
"react-scripts": "^3.4.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
"@testing-library/user-event": "^10.1.0",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.0",
"@testing-library/user-event": "^10.4.1",
"prettier": "^2.0.5"
},
"scripts": {