feat: Upgrade husky

This commit is contained in:
dennis.ludwig
2021-09-28 11:36:15 +02:00
parent 8614314b00
commit ffd5fb5e7e
2 changed files with 11 additions and 12 deletions

View File

@@ -26,7 +26,7 @@
"dependencies": {
"@types/fs-extra": "^9.0.13",
"@types/marked": "^2.0.3",
"@types/node": "^12.0.0",
"@types/node": "^16.10.1",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.0",
@@ -52,8 +52,7 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"husky": "^6.0.0",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"prettier": "^2.4.1"
},