Skip to content

Commit ae47c71

Browse files
committedAug 1, 2019
fix missing dependency
1 parent 9a53d8d commit ae47c71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/plugins/typescript/typescript/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"test": "jest --config ../../../../jest.config.js"
1010
},
1111
"dependencies": {
12+
"auto-bind": "2.0.0",
1213
"@graphql-codegen/plugin-helpers": "1.4.0",
1314
"@graphql-codegen/visitor-plugin-common": "1.4.0",
1415
"tslib": "1.10.0"

0 commit comments

Comments
 (0)
Please sign in to comment.