dependabot[bot] 3610f8c6c1
Bump graphql-playground-middleware-koa from 1.6.20 to 1.6.21 (#9041)
Bumps [graphql-playground-middleware-koa](https://github.com/graphcool/graphql-playground) from 1.6.20 to 1.6.21.
- [Release notes](https://github.com/graphcool/graphql-playground/releases)
- [Commits](https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-koa@1.6.20...graphql-playground-middleware-koa@1.6.21)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 10:08:04 +01:00

55 lines
1.3 KiB
JSON

{
"name": "strapi-plugin-graphql",
"version": "3.4.1",
"description": "Adds GraphQL endpoint with default API methods.",
"strapi": {
"name": "graphql",
"icon": "plug",
"description": "Adds GraphQL endpoint with default API methods."
},
"scripts": {
"test": "echo \"no tests yet\""
},
"dependencies": {
"@apollo/federation": "^0.20.7",
"apollo-server-koa": "2.18.2",
"dataloader": "^1.4.0",
"glob": "^7.1.6",
"graphql": "15.4.0",
"graphql-depth-limit": "^1.1.0",
"graphql-iso-date": "^3.6.1",
"graphql-playground-middleware-koa": "^1.6.21",
"graphql-tools": "4.0.8",
"graphql-type-json": "0.3.2",
"graphql-type-long": "^0.1.1",
"graphql-upload": "11.0.0",
"koa-compose": "^4.1.0",
"lodash": "4.17.20",
"pluralize": "^8.0.0",
"strapi-utils": "3.4.1"
},
"devDependencies": {
"cross-env": "^7.0.3",
"koa": "^2.13.0",
"rimraf": "3.0.2"
},
"author": {
"name": "A Strapi developer",
"email": "",
"url": ""
},
"maintainers": [
{
"name": "A Strapi developer",
"email": "",
"url": ""
}
],
"engines": {
"node": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
}