chore(deps): bump @graphql-codegen/typescript-operations to 1.13.0

This commit is contained in:
Jean-Philippe Sirois
2020-03-10 22:40:21 -04:00
parent 4154ad5e68
commit c4ae9c75a9
2 changed files with 82 additions and 16 deletions
+81 -15
View File
@@ -2274,28 +2274,94 @@
}
},
"@graphql-codegen/typescript-operations": {
"version": "1.11.2",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.11.2.tgz",
"integrity": "sha512-VE24wxcv3FOPDYdmT7EA20o/oJri9bdzdT/I3O5/B5NeauxSElvW1Dv1mYPo5EsBwhxWd5ROloJf/TqBJ2FhgQ==",
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-1.13.0.tgz",
"integrity": "sha512-eLldU+jJKqKk4TjS0wyhtLifO6xhFtYRbSFqkYjrvnKFBmx2uCKoAmBsD81B/T4dLeIWVG5EyHZ7mU8xcHE5SQ==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.11.2",
"@graphql-codegen/typescript": "1.11.2",
"@graphql-codegen/visitor-plugin-common": "1.11.2",
"tslib": "1.10.0"
"@graphql-codegen/plugin-helpers": "1.13.0",
"@graphql-codegen/typescript": "1.13.0",
"@graphql-codegen/visitor-plugin-common": "1.13.0",
"auto-bind": "4.0.0",
"tslib": "1.11.1"
},
"dependencies": {
"@graphql-codegen/typescript": {
"version": "1.11.2",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-1.11.2.tgz",
"integrity": "sha512-kOEVCqFnoHnMzjlHfquy8J226nUw9u7zS0ugTIJaYcmfOLuCGN4tysZgwGgp8HXh1kNb9ARTxewQV4VfZr6uBA==",
"@graphql-codegen/plugin-helpers": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.13.0.tgz",
"integrity": "sha512-/0G0pi0MR8UjqahqZEn+VN1EBIDtsOqJU2i4a8o32RP1F9Bm4wr1upSHkJuv0GO/KVp8Y/AERq0l1LjNLuWMZA==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.11.2",
"@graphql-codegen/visitor-plugin-common": "1.11.2",
"auto-bind": "4.0.0",
"tslib": "1.10.0"
"@graphql-toolkit/common": "0.9.7",
"camel-case": "4.1.1",
"common-tags": "1.8.0",
"constant-case": "3.0.3",
"import-from": "3.0.0",
"lower-case": "2.0.1",
"param-case": "3.0.3",
"pascal-case": "3.1.1",
"tslib": "1.11.1",
"upper-case": "2.0.1"
}
},
"@graphql-codegen/visitor-plugin-common": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.13.0.tgz",
"integrity": "sha512-BHaO8ZBjS44e1EV4BtjRsOiRS3hRhfbyNVN69XLJMftKSYdV6xDoP7SrNjRdRwi8Y/g+vtElIKpmp7G/f3C0rQ==",
"dev": true,
"requires": {
"@graphql-codegen/plugin-helpers": "1.13.0",
"@graphql-toolkit/relay-operation-optimizer": "0.9.7",
"auto-bind": "4.0.0",
"dependency-graph": "0.9.0",
"graphql-tag": "2.10.3",
"pascal-case": "3.1.1",
"tslib": "1.11.1"
}
},
"@graphql-toolkit/common": {
"version": "0.9.7",
"resolved": "https://registry.npmjs.org/@graphql-toolkit/common/-/common-0.9.7.tgz",
"integrity": "sha512-dpSRBMLeIiRct2gkjj24bp0EV7hbK/7dpJAPqNgvDH2535LhOkprYiCXQJyP4N1LODAEkpN/zzlJfKMVn773MQ==",
"dev": true,
"requires": {
"@ardatan/graphql-tools": "4.1.0",
"aggregate-error": "3.0.1",
"lodash": "4.17.15"
}
},
"dependency-graph": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.9.0.tgz",
"integrity": "sha512-9YLIBURXj4DJMFALxXw9K3Y3rwb5Fk0X5/8ipCzaN84+gKxoHK43tVKRNakCQbiEx07E8Uwhuq21BpUagFhZ8w==",
"dev": true
},
"graphql-tag": {
"version": "2.10.3",
"resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.10.3.tgz",
"integrity": "sha512-4FOv3ZKfA4WdOKJeHdz6B3F/vxBLSgmBcGeAFPf4n1F64ltJUvOOerNj0rsJxONQGdhUMynQIvd6LzB+1J5oKA==",
"dev": true
},
"import-from": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz",
"integrity": "sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==",
"dev": true,
"requires": {
"resolve-from": "^5.0.0"
}
},
"resolve-from": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
"dev": true
},
"tslib": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.11.1.tgz",
"integrity": "sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==",
"dev": true
}
}
},
+1 -1
View File
@@ -60,7 +60,7 @@
"devDependencies": {
"@graphql-codegen/cli": "^1.13.0",
"@graphql-codegen/typescript": "1.13.0",
"@graphql-codegen/typescript-operations": "1.11.2",
"@graphql-codegen/typescript-operations": "1.13.0",
"@graphql-codegen/typescript-react-apollo": "1.11.2",
"@types/lodash": "^4.14.149",
"@types/prismjs": "^1.16.0",