Skip to content

Commit

Permalink
fix(deps): update dependency tslib to v2.3.0 (#6122)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 11, 2021
1 parent 2c55de4 commit fe7f15d
Show file tree
Hide file tree
Showing 47 changed files with 55 additions and 50 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"rimraf": "3.0.2",
"stencil-apollo": "0.1.6",
"ts-jest": "27.0.3",
"tslib": "2.2.0",
"tslib": "2.3.0",
"typescript": "4.3.2",
"urql": "2.0.3",
"vue": "2.6.14"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"mkdirp": "^1.0.4",
"string-env-interpolation": "^1.0.1",
"ts-log": "^2.2.3",
"tslib": "~2.2.0",
"tslib": "~2.3.0",
"valid-url": "^1.0.9",
"wrap-ansi": "^7.0.0",
"yaml": "^1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-tools/merge": "^6.2.14",
"@graphql-tools/utils": "^7.9.1",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/c-sharp/c-sharp-operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/c-sharp/c-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"tslib": "~2.2.0",
"tslib": "~2.3.0",
"unixify": "^1.0.0",
"change-case-all": "1.0.14"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/flow/flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/flow/operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/flow/resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@graphql-codegen/visitor-plugin-common": "^1.21.0",
"@graphql-tools/utils": "^7.9.1",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/java/apollo-android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"pluralize": "^8.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/java/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@graphql-codegen/visitor-plugin-common": "^1.17.20",
"auto-bind": "~4.0.0",
"min-indent": "1.0.1",
"tslib": "~2.2.0",
"tslib": "~2.3.0",
"unixify": "^1.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/java/java/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@graphql-codegen/java-common": "^1.17.9",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/java/kotlin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@graphql-codegen/java-common": "^1.17.9",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/java/resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@graphql-codegen/java-common": "^1.17.9",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/add/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.2",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/fragment-matcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.2",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/introspection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/jsdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/schema-ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-tools/utils": "^7.9.1",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/urql-introspection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.6",
"@urql/introspection": "0.3.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/visitor-plugin-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"graphql-tag": "^2.11.0",
"parse-filepath": "^1.0.2",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/apollo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/compatibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/document-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/generic-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.2",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@graphql-tools/utils": "^7.9.1",
"auto-bind": "~4.0.0",
"lodash": "~4.17.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.5",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/oclif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"devDependencies": {
"@oclif/command": "1.8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@graphql-codegen/typescript": "^1.22.1",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/react-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"@graphql-tools/utils": "^7.9.1",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/stencil-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/type-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@graphql-codegen/typescript": "^1.22.1",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/urql-graphcache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/vue-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/graphql-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"parse-filepath": "^1.0.2",
"change-case-all": "1.0.14",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/import-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@graphql-codegen/add": "^2.0.2",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/near-operation-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"parse-filepath": "^1.0.2",
"tslib": "~2.2.0"
"tslib": "~2.3.0"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
Expand Down
Loading

0 comments on commit fe7f15d

Please sign in to comment.