Skip to content

Commit fe7f15d

Browse files
fix(deps): update dependency tslib to v2.3.0 (#6122)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 2c55de4 commit fe7f15d

File tree

47 files changed

+55
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+55
-50
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"rimraf": "3.0.2",
8686
"stencil-apollo": "0.1.6",
8787
"ts-jest": "27.0.3",
88-
"tslib": "2.2.0",
88+
"tslib": "2.3.0",
8989
"typescript": "4.3.2",
9090
"urql": "2.0.3",
9191
"vue": "2.6.14"

packages/graphql-codegen-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"mkdirp": "^1.0.4",
7575
"string-env-interpolation": "^1.0.1",
7676
"ts-log": "^2.2.3",
77-
"tslib": "~2.2.0",
77+
"tslib": "~2.3.0",
7878
"valid-url": "^1.0.9",
7979
"wrap-ansi": "^7.0.0",
8080
"yaml": "^1.10.0",

packages/graphql-codegen-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@graphql-codegen/plugin-helpers": "^1.18.7",
4242
"@graphql-tools/merge": "^6.2.14",
4343
"@graphql-tools/utils": "^7.9.1",
44-
"tslib": "~2.2.0"
44+
"tslib": "~2.3.0"
4545
},
4646
"main": "dist/index.cjs.js",
4747
"module": "dist/index.esm.js",

packages/plugins/c-sharp/c-sharp-operations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@graphql-codegen/visitor-plugin-common": "1.21.0",
1919
"auto-bind": "~4.0.0",
2020
"change-case-all": "1.0.14",
21-
"tslib": "~2.2.0"
21+
"tslib": "~2.3.0"
2222
},
2323
"sideEffects": false,
2424
"main": "dist/index.cjs.js",

packages/plugins/c-sharp/c-sharp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@graphql-codegen/plugin-helpers": "^1.18.7",
1414
"@graphql-codegen/visitor-plugin-common": "1.21.0",
15-
"tslib": "~2.2.0",
15+
"tslib": "~2.3.0",
1616
"unixify": "^1.0.0",
1717
"change-case-all": "1.0.14"
1818
},

packages/plugins/flow/flow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@graphql-codegen/plugin-helpers": "^1.18.7",
1818
"@graphql-codegen/visitor-plugin-common": "1.21.0",
1919
"auto-bind": "~4.0.0",
20-
"tslib": "~2.2.0"
20+
"tslib": "~2.3.0"
2121
},
2222
"peerDependencies": {
2323
"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"

packages/plugins/flow/operations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@graphql-codegen/plugin-helpers": "^1.18.7",
1919
"@graphql-codegen/visitor-plugin-common": "1.21.0",
2020
"auto-bind": "~4.0.0",
21-
"tslib": "~2.2.0"
21+
"tslib": "~2.3.0"
2222
},
2323
"peerDependencies": {
2424
"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"

packages/plugins/flow/resolvers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@graphql-codegen/visitor-plugin-common": "^1.21.0",
2020
"@graphql-tools/utils": "^7.9.1",
2121
"auto-bind": "~4.0.0",
22-
"tslib": "~2.2.0"
22+
"tslib": "~2.3.0"
2323
},
2424
"peerDependencies": {
2525
"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"

packages/plugins/java/apollo-android/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"auto-bind": "~4.0.0",
2121
"change-case-all": "1.0.14",
2222
"pluralize": "^8.0.0",
23-
"tslib": "~2.2.0"
23+
"tslib": "~2.3.0"
2424
},
2525
"peerDependencies": {
2626
"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"

packages/plugins/java/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@graphql-codegen/visitor-plugin-common": "^1.17.20",
1818
"auto-bind": "~4.0.0",
1919
"min-indent": "1.0.1",
20-
"tslib": "~2.2.0",
20+
"tslib": "~2.3.0",
2121
"unixify": "^1.0.0"
2222
},
2323
"peerDependencies": {

0 commit comments

Comments
 (0)