Skip to content

Commit

Permalink
chore(deps-major) Update dependency apollo-upload-client to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ansmonjol committed Aug 19, 2024
1 parent 927e437 commit 9153467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/apolloClient/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ApolloClient, ApolloLink, NormalizedCacheObject } from '@apollo/client'
import { onError } from '@apollo/client/link/error'
import { LocalForageWrapper, persistCache } from 'apollo3-cache-persist'
import ApolloLinkTimeout from 'apollo-link-timeout'
import { createUploadLink } from 'apollo-upload-client'
import createUploadLink from 'apollo-upload-client/createUploadLink.mjs'
import localForage from 'localforage'

// IMPORTANT: Keep reactiveVars import before cacheUtils
Expand Down

0 comments on commit 9153467

Please sign in to comment.