📌(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:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user