Skip to content

Commit c637235

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 86c630e commit c637235

File tree

9 files changed

+197
-185
lines changed

9 files changed

+197
-185
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@parcel/transformer-webmanifest": "2.4.1",
3737
"@types/jest": "27.4.1",
3838
"@types/node": "16.11.26",
39-
"@typescript-eslint/eslint-plugin": "5.18.0",
40-
"@typescript-eslint/parser": "5.18.0",
39+
"@typescript-eslint/eslint-plugin": "5.19.0",
40+
"@typescript-eslint/parser": "5.19.0",
4141
"babel-jest": "27.5.1",
4242
"bob-the-bundler": "1.6.1",
4343
"eslint": "8.13.0",

packages/handlers/odata/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@graphql-mesh/utils": "0.33.2",
3939
"@graphql-tools/utils": "8.6.6",
4040
"http-string-parser": "0.0.6",
41-
"cross-undici-fetch": "0.1.28",
41+
"cross-undici-fetch": "0.2.1",
4242
"dataloader": "2.0.0",
4343
"fast-xml-parser": "4.0.7",
4444
"graphql-compose": "9.0.8",

packages/handlers/openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@graphql-mesh/store": "0.7.2",
3838
"@graphql-mesh/utils": "0.33.2",
3939
"@graphql-tools/utils": "8.6.6",
40-
"cross-undici-fetch": "0.1.28",
40+
"cross-undici-fetch": "0.2.1",
4141
"deep-equal": "2.0.5",
4242
"form-urlencoded": "6.0.6",
4343
"jsonpath-plus": "6.0.1",

packages/json-machete/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@json-schema-tools/meta-schema": "1.6.19",
29-
"cross-undici-fetch": "0.1.28",
29+
"cross-undici-fetch": "0.2.1",
3030
"json-ptr": "3.1.0",
3131
"@graphql-mesh/utils": "0.33.2",
3232
"@graphql-mesh/cross-helpers": "0.1.0",

packages/loaders/json-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/qs": "6.9.7"
3434
},
3535
"dependencies": {
36-
"cross-undici-fetch": "0.1.28",
36+
"cross-undici-fetch": "0.2.1",
3737
"json-machete": "0.7.7",
3838
"@graphql-mesh/types": "0.70.2",
3939
"@graphql-mesh/utils": "0.33.2",

packages/loaders/raml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"graphql": "*"
2929
},
3030
"dependencies": {
31-
"cross-undici-fetch": "0.1.28",
31+
"cross-undici-fetch": "0.2.1",
3232
"@omnigraph/json-schema": "0.17.21",
3333
"@ardatan/raml-1-parser": "1.1.69",
3434
"json-machete": "0.7.7",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@graphql-typed-document-node/core": "3.1.1",
4040
"@graphql-mesh/cross-helpers": "0.1.0",
4141
"@graphql-mesh/types": "0.70.2",
42-
"cross-undici-fetch": "0.1.28",
42+
"cross-undici-fetch": "0.2.1",
4343
"chalk": "4.1.2",
4444
"date-fns": "2.28.0",
4545
"fetchache": "0.1.1",

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@chakra-ui/theme-tools": "1.3.6",
1919
"@guild-docs/client": "2.1.1",
2020
"@guild-docs/server": "3.0.1",
21-
"@theguild/components": "1.10.3",
21+
"@theguild/components": "1.11.0",
2222
"classnames": "2.3.1",
2323
"framer-motion": "6.2.9",
2424
"next": "12.1.4",
@@ -49,7 +49,7 @@
4949
"@types/react-dom": "17.0.15",
5050
"concurrently": "7.1.0",
5151
"cross-env": "7.0.3",
52-
"esbuild": "0.14.34",
52+
"esbuild": "0.14.35",
5353
"esbuild-register": "3.3.2",
5454
"eslint-config-next": "12.1.4",
5555
"next-remote-watch": "1.0.0",

yarn.lock

Lines changed: 187 additions & 175 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)