Skip to content

Commit e8d89d3

Browse files
fix(deps): update dependency @graphql-mesh/types to v0.103.8
1 parent a6e970f commit e8d89d3

File tree

12 files changed

+315
-11
lines changed

12 files changed

+315
-11
lines changed

packages/datasources/contentful/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@graphql-mesh/graphql": "^0.17.0"
1111
},
1212
"devDependencies": {
13-
"@graphql-mesh/types": "0.42.0"
13+
"@graphql-mesh/types": "0.103.8"
1414
},
1515
"publishConfig": {
1616
"access": "public"

packages/datasources/crunchbase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@graphql-mesh/openapi": "0.16.10"
1111
},
1212
"devDependencies": {
13-
"@graphql-mesh/types": "0.42.0"
13+
"@graphql-mesh/types": "0.103.8"
1414
},
1515
"publishConfig": {
1616
"access": "public"

packages/datasources/fusion-creator-account-information-psd2-stet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"graphql": "^15.4.0"
1212
},
1313
"devDependencies": {
14-
"@graphql-mesh/types": "0.42.0"
14+
"@graphql-mesh/types": "0.103.8"
1515
},
1616
"publishConfig": {
1717
"access": "public"

packages/datasources/fusion-creator-account-information-us/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"graphql": "^15.4.0"
1212
},
1313
"devDependencies": {
14-
"@graphql-mesh/types": "0.42.0"
14+
"@graphql-mesh/types": "0.103.8"
1515
},
1616
"publishConfig": {
1717
"access": "public"

packages/datasources/ip-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"graphql": "^15.4.0"
1212
},
1313
"devDependencies": {
14-
"@graphql-mesh/types": "0.42.0"
14+
"@graphql-mesh/types": "0.103.8"
1515
},
1616
"publishConfig": {
1717
"access": "public"

packages/datasources/salesforce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@graphql-mesh/openapi": "0.16.10"
1111
},
1212
"devDependencies": {
13-
"@graphql-mesh/types": "0.42.0"
13+
"@graphql-mesh/types": "0.103.8"
1414
},
1515
"publishConfig": {
1616
"access": "public"

packages/datasources/slack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"graphql": "^15.4.0"
1212
},
1313
"devDependencies": {
14-
"@graphql-mesh/types": "0.42.0"
14+
"@graphql-mesh/types": "0.103.8"
1515
},
1616
"publishConfig": {
1717
"access": "public"

packages/datasources/stripe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@graphql-mesh/openapi": "0.16.10"
1111
},
1212
"devDependencies": {
13-
"@graphql-mesh/types": "0.42.0"
13+
"@graphql-mesh/types": "0.103.8"
1414
},
1515
"publishConfig": {
1616
"access": "public"

packages/datasources/twitter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@graphql-mesh/openapi": "0.16.10",
11-
"@graphql-mesh/types": "0.42.0"
11+
"@graphql-mesh/types": "0.103.8"
1212
},
1313
"publishConfig": {
1414
"access": "public"

packages/datasources/weatherbit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@graphql-mesh/openapi": "0.16.10"
1111
},
1212
"devDependencies": {
13-
"@graphql-mesh/types": "0.42.0"
13+
"@graphql-mesh/types": "0.103.8"
1414
},
1515
"publishConfig": {
1616
"access": "public"

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@graphql-mesh/transform-rename": "^0.8.5",
4949
"@graphql-mesh/transform-resolvers-composition": "^0.10.0",
5050
"@graphql-mesh/transform-snapshot": "^0.10.0",
51-
"@graphql-mesh/types": "0.42.0",
51+
"@graphql-mesh/types": "0.103.8",
5252
"@graphql-mesh/utils": "0.13.0",
5353
"@graphql-portal/config": "^0.12.0",
5454
"@graphql-portal/dashboard": "^0.1.14",

0 commit comments

Comments
 (0)