Skip to content

Commit a044a0a

Browse files
Merge pull request #95 from byte-fe/greenkeeper/react-hooks-testing-library-0.5.0
Update react-hooks-testing-library to the latest version 🚀
2 parents e3d1569 + d6bdc6d commit a044a0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
"devDependencies": {
2727
"@commitlint/cli": "^7.5.2",
2828
"@commitlint/config-conventional": "^7.5.0",
29+
"@types/babel__core": "^7.1.1",
30+
"@types/babel__template": "^7.0.2",
2931
"@types/jest": "^24.0.5",
3032
"@types/node": "^11.9.4",
3133
"@types/react": "^16.8.2",
@@ -37,7 +39,8 @@
3739
"prettier": "^1.16.4",
3840
"react": "^16.8.4",
3941
"react-dom": "^16.8.4",
40-
"react-hooks-testing-library": "^0.4.0",
42+
"react-hooks-testing-library": "^0.5.0",
43+
"react-test-renderer": "^16.8.6",
4144
"react-testing-library": "^7.0.0",
4245
"remark-cli": "^6.0.1",
4346
"remark-lint": "^6.0.4",

0 commit comments

Comments
 (0)