📌(deps) downgrade prettier versions

For now there is a conflict with the new Prettier version, so for now
we just keep the previous version to check it later during the next
renovate pull request.
This commit is contained in:
Nathan Vasse
2023-07-12 11:41:13 +02:00
committed by NathanVss
parent 6ffb537cd0
commit 72ebd56568
4 changed files with 11 additions and 17 deletions

View File

@@ -46,7 +46,7 @@
"eslint-config-custom": "*",
"jest": "29.6.1",
"nodemon": "3.0.1",
"prettier": "3.0.0",
"prettier": "2.8.8",
"ts-jest": "29.1.1",
"tsc-alias": "1.8.7",
"typescript": "5.1.6"