Skip to content

Commit e7e9489

Browse files
authored
Merge pull request #6 from graphql-binding/renovate/kbrandwijk-swagger-to-graphql-2.x
fix(deps): update dependency @kbrandwijk/swagger-to-graphql to v2
2 parents 6dbbecb + 5b82272 commit e7e9489

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "echo No tests yet"
1010
},
1111
"dependencies": {
12-
"@kbrandwijk/swagger-to-graphql": "1.4.2",
12+
"@kbrandwijk/swagger-to-graphql": "2.4.2",
1313
"graphql": "0.12.3",
1414
"graphql-binding": "1.2.0"
1515
},

yarn.lock

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
# yarn lockfile v1
33

44

5-
"@kbrandwijk/swagger-to-graphql@1.4.2":
6-
version "1.4.2"
7-
resolved "https://registry.yarnpkg.com/@kbrandwijk/swagger-to-graphql/-/swagger-to-graphql-1.4.2.tgz#3d15b9396cc0f519e81f156202dbb6c7147971c9"
5+
"@kbrandwijk/swagger-to-graphql@2.4.2":
6+
version "2.4.2"
7+
resolved "https://registry.yarnpkg.com/@kbrandwijk/swagger-to-graphql/-/swagger-to-graphql-2.4.2.tgz#1b1b0537cd94b31d1bd83091ac795740e231af19"
88
dependencies:
99
babel-runtime "^6.25.0"
10-
graphql "^0.12.3"
1110
isomorphic-fetch "^2.2.1"
1211
js-yaml "^3.8.4"
1312
json-schema-ref-parser "^3.1.2"
@@ -320,7 +319,7 @@ [email protected]:
320319
graphql-subscriptions "^0.5.6"
321320
uuid "^3.1.0"
322321

323-
[email protected], graphql@^0.12.3:
322+
324323
version "0.12.3"
325324
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
326325
dependencies:

0 commit comments

Comments
 (0)