File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 22 "dependencies" : {
33 "babel-literal-to-ast" : " ^0.1.2" ,
44 "babel-types" : " ^6.24.1" ,
5- "debug" : " ^2.6.8" ,
6- "graphql" : " ^0.10.1" ,
7- "graphql-tag" : " ^2.2.0"
5+ "debug" : " ^2.6.8"
86 },
97 "description" : " Compiles GraphQL tagged template strings using graphql-tag" ,
108 "devDependencies" : {
1715 "eslint" : " ^3.19.0" ,
1816 "eslint-config-canonical" : " ^8.2.1" ,
1917 "flow-bin" : " ^0.47.0" ,
18+ "graphql" : " ^0.10.1" ,
19+ "graphql-tag" : " ^2.2.0" ,
2020 "husky" : " ^0.13.3" ,
2121 "mocha" : " ^3.4.2" ,
2222 "semantic-release" : " ^6.3.6"
2323 },
2424 "main" : " dist/index.js" ,
2525 "name" : " babel-plugin-graphql-tag" ,
26+ "peerDependencies" : {
27+ "graphql" : " ^0.10.1" ,
28+ "graphql-tag" : " ^2.2.0"
29+ },
2630 "repository" : {
2731 "type" : " git" ,
2832 "url" : " git+https://github.com/gajus/babel-plugin-graphql-tag.git"
You can’t perform that action at this time.
0 commit comments