📌(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

@@ -17,7 +17,7 @@
"eslint-plugin-formatjs": "4.10.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0"
},

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"