Skip to content

Commit

Permalink
Merge pull request #201 from akofman/master
Browse files Browse the repository at this point in the history
Support GraphQL.js v15.
  • Loading branch information
jaydenseric committed May 23, 2020
2 parents 8af0685 + 06905da commit 1a7ab6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -9,6 +9,7 @@

### Patch

- Updated the [`graphql`](https://npm.im/graphql) peer dependency to `0.13.1 - 15`, via [#201](https://github.com/jaydenseric/graphql-upload/pull/201).
- Updated Prettier related package scripts.
- Configured Prettier option `semi` to the default, `true`.
- Ensure GitHub Actions run on pull request.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -30,7 +30,7 @@
"node": "^10.13.0 || ^12.0.0 || >= 13.7.0"
},
"peerDependencies": {
"graphql": "0.13.1 - 14"
"graphql": "0.13.1 - 15"
},
"dependencies": {
"busboy": "^0.3.1",
Expand All @@ -50,7 +50,7 @@
"eslint-plugin-prettier": "^3.1.3",
"express": "^4.17.1",
"form-data": "^3.0.0",
"graphql": "^14.5.8",
"graphql": "^15.0.0",
"hard-rejection": "^2.1.0",
"jsdoc-md": "^6.0.0",
"koa": "^2.12.0",
Expand Down

0 comments on commit 1a7ab6c

Please sign in to comment.