fix: husky pre-commit missing correct prettier version

This commit is contained in:
Luiz Fonseca 2023-10-04 22:08:25 +02:00
parent c50b88d60d
commit f7eb325e11

View File

@ -20,6 +20,7 @@
"@playwright/test": "^1.27.1", "@playwright/test": "^1.27.1",
"husky": "^8.0.3", "husky": "^8.0.3",
"jest": "^29.2.0", "jest": "^29.2.0",
"prettier": "^2.0.2",
"pretty-quick": "^3.1.3", "pretty-quick": "^3.1.3",
"randomstring": "^1.2.2", "randomstring": "^1.2.2",
"ts-jest": "^29.0.5", "ts-jest": "^29.0.5",