Skip to content

Commit 28ae223

Browse files
fix(deps): update dependency tslib to v2.8.1
1 parent a962b60 commit 28ae223

File tree

45 files changed

+53
-48
lines changed

Some content is hidden

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

45 files changed

+53
-48
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"rimraf": "6.0.1",
5858
"ts-jest": "28.0.8",
5959
"ts-node": "10.9.2",
60-
"tslib": "2.6.3",
60+
"tslib": "2.8.1",
6161
"typescript": "4.9.5"
6262
},
6363
"resolutions": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@graphql-codegen/visitor-plugin-common": "^5.3.1",
4141
"auto-bind": "~4.0.0",
4242
"change-case-all": "1.0.15",
43-
"tslib": "~2.6.0"
43+
"tslib": "~2.8.0"
4444
},
4545
"publishConfig": {
4646
"directory": "dist",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@graphql-codegen/visitor-plugin-common": "^5.3.1",
4343
"auto-bind": "~4.0.0",
4444
"change-case-all": "1.0.15",
45-
"tslib": "~2.6.0"
45+
"tslib": "~2.8.0"
4646
},
4747
"devDependencies": {
4848
"@graphql-codegen/testing": "1.18.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@graphql-codegen/plugin-helpers": "^5.0.4",
4141
"@graphql-codegen/visitor-plugin-common": "^5.3.1",
4242
"change-case-all": "1.0.15",
43-
"tslib": "~2.6.0",
43+
"tslib": "~2.8.0",
4444
"unixify": "^1.0.0"
4545
},
4646
"devDependencies": {

packages/plugins/dart/flutter-freezed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@graphql-codegen/visitor-plugin-common": "2.13.1",
5151
"auto-bind": "~4.0.0",
5252
"change-case-all": "1.0.15",
53-
"tslib": "~2.6.0"
53+
"tslib": "~2.8.0"
5454
},
5555
"publishConfig": {
5656
"directory": "dist",

packages/plugins/flow/flow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@graphql-codegen/plugin-helpers": "^3.0.0",
4444
"@graphql-codegen/visitor-plugin-common": "2.13.1",
4545
"auto-bind": "~4.0.0",
46-
"tslib": "~2.6.0"
46+
"tslib": "~2.8.0"
4747
},
4848
"devDependencies": {
4949
"@graphql-codegen/testing": "1.18.0"

packages/plugins/flow/operations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@graphql-codegen/plugin-helpers": "^3.0.0",
4545
"@graphql-codegen/visitor-plugin-common": "2.13.1",
4646
"auto-bind": "~4.0.0",
47-
"tslib": "~2.6.0"
47+
"tslib": "~2.8.0"
4848
},
4949
"devDependencies": {
5050
"@graphql-codegen/testing": "1.18.0"

packages/plugins/flow/resolvers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@graphql-codegen/visitor-plugin-common": "2.13.1",
4646
"@graphql-tools/utils": "^10.0.0",
4747
"auto-bind": "~4.0.0",
48-
"tslib": "~2.6.0"
48+
"tslib": "~2.8.0"
4949
},
5050
"devDependencies": {
5151
"@graphql-codegen/testing": "1.18.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"auto-bind": "~4.0.0",
4747
"change-case-all": "1.0.15",
4848
"pluralize": "^8.0.0",
49-
"tslib": "~2.6.0"
49+
"tslib": "~2.8.0"
5050
},
5151
"devDependencies": {
5252
"@graphql-codegen/testing": "1.18.0",

packages/plugins/java/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@graphql-codegen/visitor-plugin-common": "2.13.1",
4444
"auto-bind": "~4.0.0",
4545
"min-indent": "1.0.1",
46-
"tslib": "~2.6.0",
46+
"tslib": "~2.8.0",
4747
"unixify": "^1.0.0"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)