Skip to content

Commit d0e8238

Browse files
chore: bump @graphql-codegen/typescript from 4.0.6 to 4.1.1
Bumps [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) from 4.0.6 to 4.1.1. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@4.1.1/packages/plugins/typescript/typescript) --- updated-dependencies: - dependency-name: "@graphql-codegen/typescript" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c80f599 commit d0e8238

File tree

7 files changed

+1649
-1062
lines changed

7 files changed

+1649
-1062
lines changed

apps/admin-panel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@graphql-codegen/add": "^5.0.2",
4545
"@graphql-codegen/cli": "^5.0.3",
4646
"@graphql-codegen/client-preset": "^4.2.4",
47-
"@graphql-codegen/typescript": "^4.0.6",
47+
"@graphql-codegen/typescript": "^4.1.1",
4848
"@graphql-codegen/typescript-operations": "^4.2.0",
4949
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
5050
"@graphql-inspector/cli": "^4.0.3",

apps/consent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@graphql-codegen/add": "^5.0.2",
4646
"@graphql-codegen/cli": "^5.0.3",
4747
"@graphql-codegen/client-preset": "^4.2.4",
48-
"@graphql-codegen/typescript": "^4.0.6",
48+
"@graphql-codegen/typescript": "^4.1.1",
4949
"@graphql-codegen/typescript-operations": "^4.2.0",
5050
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
5151
"@types/node": "20.11.24",

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@graphql-codegen/add": "^5.0.2",
5151
"@graphql-codegen/cli": "^5.0.3",
5252
"@graphql-codegen/client-preset": "^4.2.4",
53-
"@graphql-codegen/typescript": "^4.0.6",
53+
"@graphql-codegen/typescript": "^4.1.1",
5454
"@graphql-codegen/typescript-operations": "^4.2.0",
5555
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
5656
"@graphql-codegen/typescript-resolvers": "^4.0.6",

apps/map/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@graphql-codegen/add": "^5.0.2",
4141
"@graphql-codegen/cli": "^5.0.3",
4242
"@graphql-codegen/client-preset": "^4.2.4",
43-
"@graphql-codegen/typescript": "^4.0.6",
43+
"@graphql-codegen/typescript": "^4.1.1",
4444
"@graphql-codegen/typescript-operations": "^4.2.0",
4545
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
4646
"@graphql-codegen/typescript-resolvers": "^4.0.6",

apps/pay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@graphql-codegen/add": "^5.0.3",
6666
"@graphql-codegen/cli": "^5.0.3",
6767
"@graphql-codegen/client-preset": "^4.4.0",
68-
"@graphql-codegen/typescript": "^4.1.0",
68+
"@graphql-codegen/typescript": "^4.1.1",
6969
"@graphql-codegen/typescript-operations": "^4.3.0",
7070
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
7171
"@types/eslint": "^8.2.0",

apps/voucher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@graphql-codegen/cli": "5.0.3",
7373
"@graphql-codegen/client-preset": "^4.2.4",
7474
"@graphql-codegen/introspection": "4.0.0",
75-
"@graphql-codegen/typescript": "^4.0.0",
75+
"@graphql-codegen/typescript": "^4.1.1",
7676
"@graphql-codegen/typescript-operations": "^4.0.0",
7777
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
7878
"@types/jest": "^29.5.3",

0 commit comments

Comments
 (0)