⬇️(frontend) downgrading fetch-mock to 9.11.0

fetch-mock relesed the version 10, but it is
causing some issues in the frontend tests for
the moment. The adoption is still low, the
documentation is not updated, so let's
downgrade it to 9.11.0 for now.
This commit is contained in:
Anthony LC
2024-06-19 15:04:43 +02:00
committed by Anthony LC
parent 366f10689b
commit e2a682cae4
2 changed files with 47 additions and 12 deletions

View File

@@ -49,7 +49,7 @@
"@types/react-dom": "*",
"dotenv": "16.4.5",
"eslint-config-people": "*",
"fetch-mock": "10.0.6",
"fetch-mock": "9.11.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"node-fetch": "2.7.0",