Skip to content

Commit

Permalink
fix(graphql): move graphql to dependencies (open-telemetry#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored Jan 27, 2022
1 parent 08b5615 commit 18e4f93
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"@types/mocha": "8.2.3",
"@types/node": "14.17.9",
"codecov": "3.8.3",
"graphql": "15.5.1",
"gts": "3.1.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
Expand All @@ -63,6 +62,7 @@
"typescript": "4.3.5"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.27.0"
"@opentelemetry/instrumentation": "^0.27.0",
"graphql": "^15.5.1"
}
}

0 comments on commit 18e4f93

Please sign in to comment.