Skip to content

Commit 83e2b64

Browse files
committed
Update dependencies
Signed-off-by: Alan Cha <[email protected]>
1 parent 17a5b2d commit 83e2b64

38 files changed

+6507
-5764
lines changed

docs/tutorials/watson.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The following code shows all that's needed to create and run a GraphQL wrapper a
1414

1515
```javascript
1616
const express = require('express')
17-
const graphqlHTTP = require('express-graphql')
17+
const { graphqlHTTP } = require('express-graphql')
1818
const OtG = require('openapi-to-graphql')
1919
const bodyParser = require('body-parser')
2020

package-lock.json

+772-3,602
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
"test": "cd packages/openapi-to-graphql/ && npm test"
66
},
77
"devDependencies": {
8-
"@types/jest": "^24.0.18",
9-
"graphql": "^14.5.0",
10-
"jest": "^24.8.0",
11-
"lerna": "^3.22.1",
12-
"ts-jest": "^24.0.2",
13-
"typescript": "^3.5.3"
8+
"lerna": "^3.22.1"
149
},
1510
"engines": {
1611
"node": ">=8"

packages/openapi-to-graphql-cli/lib/openapi-to-graphql.js

100755100644
+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openapi-to-graphql-cli/lib/openapi-to-graphql.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)