Commit b8eac26 1 parent 2c3602d commit b8eac26 Copy full SHA for b8eac26
File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 146
146
"@redwoodjs/auth" : " workspace:*" ,
147
147
"@redwoodjs/server-store" : " workspace:*" ,
148
148
"@whatwg-node/fetch" : " 0.9.19" ,
149
- "apollo-upload-client" : " ^ 18.0.1" ,
149
+ "apollo-upload-client" : " 18.0.1" ,
150
150
"core-js" : " 3.37.1" ,
151
151
"graphql" : " 16.9.0" ,
152
152
"graphql-sse" : " 2.5.3" ,
Original file line number Diff line number Diff line change @@ -226,7 +226,8 @@ const ApolloProviderWithFetchConfig: React.FunctionComponent<{
226
226
const uploadLink : ApolloLink = createUploadLink ( {
227
227
uri,
228
228
...httpLinkConfig ,
229
- // The upload link types don't seem to match the ApolloLink types, even though it comes from Apollo.
229
+ // The upload link types don't match the ApolloLink types, even though it comes from Apollo
230
+ // because they use ESM imports and we're using the default ones.
230
231
} ) as unknown as ApolloLink
231
232
232
233
// Our terminating link needs to be smart enough to handle subscriptions, and if the GraphQL query
Original file line number Diff line number Diff line change @@ -8829,7 +8829,7 @@ __metadata:
8829
8829
"@types/react": "npm:^18.2.55"
8830
8830
"@types/react-dom": "npm:^18.2.19"
8831
8831
"@whatwg-node/fetch": "npm:0.9.19"
8832
- apollo-upload-client: "npm:^ 18.0.1"
8832
+ apollo-upload-client: "npm:18.0.1"
8833
8833
concurrently: "npm:8.2.2"
8834
8834
core-js: "npm:3.37.1"
8835
8835
graphql: "npm:16.9.0"
@@ -12194,7 +12194,7 @@ __metadata:
12194
12194
languageName: node
12195
12195
linkType: hard
12196
12196
12197
- "apollo-upload-client@npm:^ 18.0.1":
12197
+ "apollo-upload-client@npm:18.0.1":
12198
12198
version: 18.0.1
12199
12199
resolution: "apollo-upload-client@npm:18.0.1"
12200
12200
dependencies:
You can’t perform that action at this time.
0 commit comments