Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency graphql-upload to v16 #9124

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@keystone-6/core": "workspace:^",
"@types/express": "^4.17.14",
"graphql": "^16.8.1",
"graphql-upload": "^15.0.2"
"graphql-upload": "^16.0.0"
},
"preconstruct": {
"entrypoints": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"file-type": "^19.0.0",
"fs-extra": "^11.0.0",
"graphql": "^16.8.1",
"graphql-upload": "^15.0.2",
"graphql-upload": "^16.0.0",
"image-size": "^1.0.0",
"inflection": "^3.0.0",
"intersection-observer": "^0.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/lib/createExpressServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { ApolloServer, type ApolloServerOptions } from '@apollo/server'
import { ApolloServerPluginLandingPageDisabled } from '@apollo/server/plugin/disabled'
import { ApolloServerPluginLandingPageLocalDefault } from '@apollo/server/plugin/landingPage/default'
// @ts-expect-error
import graphqlUploadExpress from 'graphql-upload/graphqlUploadExpress.js'
import graphqlUploadExpress from 'graphql-upload/graphqlUploadExpress.mjs'
import {
type KeystoneContext,
type __ResolvedKeystoneConfig,
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/types/schema/graphql-ts-schema.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { ReadStream } from 'fs'
import * as graphqlTsSchema from '@graphql-ts/schema'
// @ts-expect-error
import GraphQLUpload from 'graphql-upload/GraphQLUpload.js'
import GraphQLUpload from 'graphql-upload/GraphQLUpload.mjs'
import { GraphQLError, GraphQLScalarType } from 'graphql'
import { Decimal as DecimalValue } from 'decimal.js'
import type { GraphQLFieldExtensions, GraphQLResolveInfo } from 'graphql'
Expand Down
40 changes: 36 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading