Yarn upgrade (#2749)

* yarn upgrade front and docs

* upgrade yarn server

* Revert change not needed
This commit is contained in:
Félix Malfait
2023-11-28 16:48:02 +01:00
committed by GitHub
parent 8f03ba88a7
commit aeccc87ac5
11 changed files with 7242 additions and 7571 deletions

View File

@ -136,7 +136,7 @@ export class ApolloFactory<TCacheShape> implements ApolloManager<TCacheShape> {
[
errorLink,
authLink,
...(extraLinks ? extraLinks : []),
...(extraLinks || []),
isDebugMode ? logger : null,
retryLink,
httpLink,