Skip to content

Commit 3d418dd

Browse files
fix(deps): update all non-major dependencies (#126)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a0462b5 commit 3d418dd

File tree

7 files changed

+163
-110
lines changed

7 files changed

+163
-110
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@changesets/cli": "2.21.1",
4848
"@types/babel__core": "7.1.19",
4949
"@types/babel__preset-env": "7.9.2",
50-
"@types/jest": "28.1.2",
50+
"@types/jest": "28.1.3",
5151
"babel-jest": "28.1.1",
5252
"babel-plugin-parameter-decorator": "1.0.16",
5353
"babel-plugin-transform-typescript-metadata": "0.3.2",

packages/add-source-name/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"access": "public"
4040
},
4141
"dependencies": {
42-
"@graphql-tools/delegate": "8.7.11",
43-
"@graphql-tools/wrap": "8.4.20",
44-
"@graphql-tools/utils": "8.6.13",
42+
"@graphql-tools/delegate": "8.7.12",
43+
"@graphql-tools/wrap": "8.4.21",
44+
"@graphql-tools/utils": "8.7.0",
4545
"lodash": "4.17.21",
4646
"tslib": "2.4.0"
4747
},
@@ -50,6 +50,6 @@
5050
},
5151
"peerDependencies": {
5252
"graphql": "^15.2.0 || ^16.0.0",
53-
"@graphql-mesh/types": "^0.75.0"
53+
"@graphql-mesh/types": "^0.76.0"
5454
}
5555
}

packages/auto-pagination/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"access": "public"
4040
},
4141
"dependencies": {
42-
"@graphql-tools/delegate": "8.7.11",
43-
"@graphql-tools/wrap": "8.4.20",
44-
"@graphql-tools/utils": "8.6.13",
42+
"@graphql-tools/delegate": "8.7.12",
43+
"@graphql-tools/wrap": "8.4.21",
44+
"@graphql-tools/utils": "8.7.0",
4545
"lodash": "4.17.21",
4646
"tslib": "2.4.0"
4747
},
@@ -50,6 +50,6 @@
5050
},
5151
"peerDependencies": {
5252
"graphql": "^15.2.0 || ^16.0.0",
53-
"@graphql-mesh/types": "^0.75.0"
53+
"@graphql-mesh/types": "^0.76.0"
5454
}
5555
}

packages/auto-type-merging/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"access": "public"
4040
},
4141
"dependencies": {
42-
"@graphql-tools/delegate": "8.7.11",
43-
"@graphql-mesh/transform-type-merging": "0.4.7",
42+
"@graphql-tools/delegate": "8.7.12",
43+
"@graphql-mesh/transform-type-merging": "0.4.8",
4444
"tslib": "2.4.0"
4545
},
4646
"peerDependencies": {
4747
"graphql": "^15.2.0 || ^16.0.0",
48-
"@graphql-mesh/types": "^0.75.0"
48+
"@graphql-mesh/types": "^0.76.0"
4949
}
5050
}

packages/block-tracking/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"access": "public"
4040
},
4141
"dependencies": {
42-
"@graphql-tools/utils": "8.6.13",
42+
"@graphql-tools/utils": "8.7.0",
4343
"tslib": "2.4.0"
4444
},
4545
"peerDependencies": {
4646
"graphql": "^15.2.0 || ^16.0.0",
47-
"@graphql-mesh/types": "^0.75.0"
47+
"@graphql-mesh/types": "^0.76.0"
4848
}
4949
}

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"access": "public"
5050
},
5151
"dependencies": {
52-
"@graphql-mesh/cli": "0.73.2",
53-
"@graphql-mesh/graphql": "0.27.3",
52+
"@graphql-mesh/cli": "0.73.3",
53+
"@graphql-mesh/graphql": "0.28.0",
5454
"tslib": "2.4.0",
5555
"@graphprotocol/client-auto-pagination": "1.0.1",
5656
"@graphprotocol/client-auto-type-merging": "1.0.0",

0 commit comments

Comments
 (0)