Skip to content

Commit ae8ff97

Browse files
fix(deps): update all non-major dependencies (#119)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9dacdc5 commit ae8ff97

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

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.10",
43-
"@graphql-mesh/transform-type-merging": "0.4.2",
42+
"@graphql-tools/delegate": "8.7.11",
43+
"@graphql-mesh/transform-type-merging": "0.4.5",
4444
"tslib": "2.4.0"
4545
},
4646
"peerDependencies": {
4747
"graphql": "^15.2.0 || ^16.0.0",
48-
"@graphql-mesh/types": "^0.73.0"
48+
"@graphql-mesh/types": "^0.74.0"
4949
}
5050
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,16 +1654,16 @@
16541654
graphql-scalars "1.17.0"
16551655
tslib "^2.3.1"
16561656

1657-
"@graphql-mesh/[email protected].2":
1658-
version "0.4.2"
1659-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.2.tgz#72f74663a3a62e759ebc47d008441a05959cc6a0"
1660-
integrity sha512-UJuakq4hepwfrUZkx+u+Pf2WiYhbMlOgONzDMDn3j/VhZaJ0Wh9N4pMDccNX46lYkGppmCWq+bi55AJD7/fxkQ==
1657+
"@graphql-mesh/[email protected].5":
1658+
version "0.4.5"
1659+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.5.tgz#46bb9e37c9755843b805c05192275d02882aed17"
1660+
integrity sha512-GnXh9PsdMjtvEIC1FHe3jn0hPqjKgUkijP6NOOwhgyS7dfHszo+GWRZiFKzyyieQ120NZLshOP6XaY5nNBaQXg==
16611661
dependencies:
1662-
"@graphql-mesh/types" "0.73.2"
1663-
"@graphql-mesh/utils" "0.35.2"
1664-
"@graphql-tools/delegate" "8.7.10"
1665-
"@graphql-tools/stitching-directives" "2.2.17"
1666-
tslib "^2.3.1"
1662+
"@graphql-mesh/types" "0.74.1"
1663+
"@graphql-mesh/utils" "0.35.5"
1664+
"@graphql-tools/delegate" "8.7.11"
1665+
"@graphql-tools/stitching-directives" "2.2.18"
1666+
tslib "^2.4.0"
16671667

16681668
"@graphql-mesh/[email protected]":
16691669
version "0.73.0"

0 commit comments

Comments
 (0)