Skip to content

Commit 39cfdaf

Browse files
committed
fix(deps): update dependency graphql-2-json-schema to v0.2.0
1 parent fa5c4e5 commit 39cfdaf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"apollo-client": "^2.3.1",
1717
"apollo-codegen": "^0.19.1",
18-
"graphql-2-json-schema": "0.1.0-1",
18+
"graphql-2-json-schema": "0.2.0",
1919
"json-schema": "^0.2.3",
2020
"lodash": "^4.17.10",
2121
"react": "^16.4.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3895,9 +3895,9 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
38953895
version "4.1.11"
38963896
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
38973897

3898-
graphql-2-json-schema@0.1.0-1:
3899-
version "0.1.0-1"
3900-
resolved "https://registry.yarnpkg.com/graphql-2-json-schema/-/graphql-2-json-schema-0.1.0-1.tgz#1624fcc4c6c3ef3a7ef3fd00c666381abde01ed6"
3898+
graphql-2-json-schema@0.2.0:
3899+
version "0.2.0"
3900+
resolved "https://registry.yarnpkg.com/graphql-2-json-schema/-/graphql-2-json-schema-0.2.0.tgz#ef02d7d422071be199bfb4d3c6719f3431005661"
39013901
dependencies:
39023902
functional-json-schema "0.0.2-3"
39033903
lodash "^4.17.10"

0 commit comments

Comments
 (0)