Skip to content

Commit

Permalink
fix(deps): update dependency tslib to ~2.1.0 (#2443)
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 Jan 6, 2021
1 parent d19620f commit 0b8b116
Show file tree
Hide file tree
Showing 31 changed files with 35 additions and 30 deletions.
2 changes: 1 addition & 1 deletion packages/batch-delegate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@graphql-tools/delegate": "^7.0.8",
"dataloader": "2.0.0",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"devDependencies": {
"@graphql-tools/schema": "7.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/batch-execute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@graphql-tools/utils": "^7.0.0",
"dataloader": "2.0.0",
"is-promise": "4.0.0",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/delegate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@ardatan/aggregate-error": "0.0.6",
"dataloader": "2.0.0",
"is-promise": "4.0.0",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-tag-pluck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/traverse": "7.12.12",
"@babel/types": "7.12.12",
"@graphql-tools/utils": "^7.0.0",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"optionalDependencies": {
"vue-template-compiler": "^2.6.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"@graphql-tools/stitch": "^7.0.1",
"@graphql-tools/utils": "^7.0.1",
"@graphql-tools/wrap": "^7.0.0",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
},
"dependencies": {
"resolve-from": "5.0.0",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"cross-fetch": "3.0.6",
"form-data": "3.0.0",
"is-promise": "4.0.0",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/load-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"globby": "11.0.1",
"unixify": "1.0.0",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"import-from": "3.0.0",
"is-glob": "4.0.1",
"p-limit": "3.1.0",
"tslib": "~2.0.1",
"tslib": "~2.1.0",
"unixify": "1.0.0",
"valid-url": "1.0.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/apollo-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@graphql-tools/utils": "^7.0.0",
"cross-fetch": "3.0.6",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/code-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@graphql-tools/utils": "^7.0.0",
"@graphql-tools/graphql-tag-pluck": "^6.2.6",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@graphql-tools/utils": "^7.0.0",
"@graphql-tools/graphql-tag-pluck": "^6.2.6",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@graphql-tools/utils": "^7.0.0",
"@graphql-tools/graphql-tag-pluck": "^6.2.6",
"cross-fetch": "3.0.6",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/graphql-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@graphql-tools/import": "^6.2.5",
"@graphql-tools/utils": "^7.0.0",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/json-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@graphql-tools/utils": "^7.0.0",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@graphql-tools/utils": "^7.0.0",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lodash": "^4.17.20",
"replaceall": "^0.1.6",
"scuid": "^1.1.0",
"tslib": "~2.0.1",
"tslib": "~2.1.0",
"yaml-ast-parser": "^0.0.43"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"is-promise": "4.0.0",
"isomorphic-ws": "4.0.1",
"isomorphic-form-data": "2.0.0",
"tslib": "~2.0.1",
"tslib": "~2.1.0",
"valid-url": "1.0.9",
"graphql-ws": "3.2.0",
"ws": "7.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/merge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@graphql-tools/schema": "^7.0.0",
"@graphql-tools/utils": "^7.0.0",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@graphql-tools/schema": "^7.0.0",
"@graphql-tools/utils": "^7.0.0",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"devDependencies": {
"casual": "1.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-require/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@graphql-tools/load": "^6.2.4",
"@graphql-tools/graphql-file-loader": "^6.2.4",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/optimize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-operation-optimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@graphql-tools/utils": "^7.1.0",
"relay-compiler": "10.1.2",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"devDependencies": {
"@types/relay-compiler": "8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/resolvers-composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@graphql-tools/utils": "^7.0.0",
"lodash": "4.17.20",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@graphql-tools/utils": "^7.1.2",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/stitch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@graphql-tools/utils": "^7.1.6",
"@graphql-tools/wrap": "^7.0.3",
"is-promise": "4.0.0",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/stitching-directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@graphql-tools/delegate": "^7.0.0",
"@graphql-tools/utils": "^7.2.0",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"devDependencies": {
"@graphql-tools/schema": "^7.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@ardatan/aggregate-error": "0.0.6",
"camel-case": "4.1.2",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@graphql-tools/optimize": "1.0.1",
"@graphql-tools/webpack-loader-runtime": "^6.2.4",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/wrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@graphql-tools/schema": "^7.1.2",
"@graphql-tools/utils": "^7.2.1",
"is-promise": "4.0.0",
"tslib": "~2.0.1"
"tslib": "~2.1.0"
},
"publishConfig": {
"access": "public",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14236,6 +14236,11 @@ tslib@^2.0.3, tslib@~2.0.1, tslib@~2.0.3:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==

tslib@~2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==

tsutils@^3.17.1:
version "3.17.1"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
Expand Down

0 comments on commit 0b8b116

Please sign in to comment.