⬇️(frontend) downgrading fetch-mock to 9.11.0

fetch-mock released the version 10, but it is
causing some issues with jest because of
esm support.
This commit is contained in:
Anthony LC
2024-08-01 10:06:57 +02:00
committed by Anthony LC
parent a07be7ecd7
commit b413d8a915
3 changed files with 630 additions and 1634 deletions

View File

@@ -13,7 +13,13 @@
"enabled": false,
"groupName": "ignored js dependencies",
"matchManagers": ["npm"],
"matchPackageNames": ["node", "node-fetch", "i18next-parser", "eslint"]
"matchPackageNames": [
"fetch-mock",
"node",
"node-fetch",
"i18next-parser",
"eslint"
]
}
]
}

View File

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

File diff suppressed because it is too large Load Diff