Skip to content
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
8 changes: 8 additions & 0 deletions .changeset/spicy-comics-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@keystonejs/app-graphql': patch
'@keystonejs/fields': patch
'@keystonejs/fields-cloudinary-image': patch
'@keystonejs/keystone': patch
---

Bump graphql-upload from 11.0.0 to 15.0.3
2 changes: 1 addition & 1 deletion packages/app-graphql/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const express = require('express');
const { graphqlUploadExpress } = require('graphql-upload');
const graphqlUploadExpress = require('graphql-upload/graphqlUploadExpress.js');
const { GraphQLPlaygroundApp } = require('@keystonejs/app-graphql-playground');
const validation = require('./validation');

Expand Down
2 changes: 1 addition & 1 deletion packages/app-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@keystonejs/session": "^8.3.2",
"@keystonejs/utils": "^6.1.2",
"graphql": "^15.5.0",
"graphql-upload": "^11.0.0",
"graphql-upload": "^15.0.2",
"nanoassert": "^2.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fields-cloudinary-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@keystonejs/file-adapters": "*",
"cloudinary": "^1.27.0",
"dotenv": "^8.6.0",
"graphql-upload": "^11.0.0",
"graphql-upload": "^15.0.2",
"mime": "^2.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@keystonejs/file-adapters": "*",
"@keystonejs/test-utils": "*",
"globby": "^11.0.3",
"graphql-upload": "^11.0.0",
"graphql-upload": "^15.0.2",
"mime": "^2.5.2"
},
"preconstruct": {
Expand Down
2 changes: 1 addition & 1 deletion packages/keystone/lib/Keystone/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const memoize = require('micro-memoize');
const falsey = require('falsey');
const createCorsMiddleware = require('cors');
const { execute, print } = require('graphql');
const { GraphQLUpload } = require('graphql-upload');
const GraphQLUpload= require('graphql-upload/GraphQLUpload.js');
const { arrayToObject, objMerge, flatten, unique, filterValues } = require('@keystonejs/utils');
const {
validateFieldAccessControl,
Expand Down
2 changes: 1 addition & 1 deletion packages/keystone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"globby": "^11.0.3",
"graphql": "^15.5.0",
"graphql-type-json": "^0.3.2",
"graphql-upload": "^11.0.0",
"graphql-upload": "^15.0.2",
"lodash.flattendeep": "^4.4.0",
"micro-memoize": "^4.0.9",
"ora": "^5.4.1",
Expand Down
1,851 changes: 1,590 additions & 261 deletions yarn.lock

Large diffs are not rendered by default.