Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
fix(deps): correct graphql peer dependency.
Browse files Browse the repository at this point in the history
Last npm-check-updates update upgraded the peer dependency instead of dev dependency.
  • Loading branch information
yaacovCR committed Oct 20, 2019
1 parent bc53398 commit bd2bc0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ sudo: false

env:
- GRAPHQL_VERSION='^14.0' TYPES_GRAPHQL_VERSION='^14.0'
- GRAPHQL_VERSION='~14.5' TYPES_GRAPHQL_VERSION='~14.5'
- GRAPHQL_VERSION='~14.4' TYPES_GRAPHQL_VERSION='~14.2'
- GRAPHQL_VERSION='~14.3' TYPES_GRAPHQL_VERSION='~14.2'
- GRAPHQL_VERSION='~14.2' TYPES_GRAPHQL_VERSION='~14.2'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"uuid": "^3.3.3"
},
"peerDependencies": {
"graphql": "^14.5.8"
"graphql": "^14.2.0"
},
"devDependencies": {
"@types/chai": "^4.2.3",
Expand All @@ -71,7 +71,7 @@
"chai": "^4.2.0",
"dateformat": "^3.0.3",
"express": "^4.17.1",
"graphql": "^14.5.3",
"graphql": "^14.5.8",
"graphql-subscriptions": "^1.1.0",
"graphql-type-json": "^0.3.0",
"istanbul": "^0.4.5",
Expand Down

0 comments on commit bd2bc0f

Please sign in to comment.