Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #4462

Merged
merged 5 commits into from
Sep 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/@graphql-mesh_runtime-4462-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@graphql-mesh/runtime": patch
---

dependencies updates:

- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/fetchache/v/0.1.4) (from `0.1.3`, in `dependencies`)
10 changes: 10 additions & 0 deletions .changeset/@graphql-mesh_utils-4462-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@graphql-mesh/utils": patch
---

dependencies updates:

- Removed dependency [`@graphql-typed-document-node/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-typed-document-node/core/v/3.1.1) (from `dependencies`)
- Removed dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/fetchache/v/0.1.3) (from `dependencies`)
- Removed dependency [`@whatwg-node/[email protected]` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.4.2) (from `dependencies`)
- Removed dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/file-uri-to-path/v/2.0.0) (from `dependencies`)
2 changes: 1 addition & 1 deletion examples/grpc-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@grpc/proto-loader": "0.7.2",
"google-protobuf": "3.21.0",
"graphql": "16.6.0",
"@grpc/grpc-js": "1.6.12"
"@grpc/grpc-js": "1.7.0"
},
"devDependencies": {
"concurrently": "5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc-reflection-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"google-protobuf": "3.21.0",
"graphql": "16.6.0",
"grpc-node-server-reflection": "1.0.2",
"@grpc/grpc-js": "1.6.12"
"@grpc/grpc-js": "1.7.0"
},
"devDependencies": {
"concurrently": "5.3.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/mongoose-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@graphql-mesh/cli": "0.78.3",
"@graphql-mesh/mongoose": "0.11.6",
"graphql": "16.6.0",
"mongoose": "6.5.5"
"mongoose": "6.6.0"
},
"devDependencies": {
"jest": "29.0.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-apollo-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@graphql-mesh/runtime": "0.44.1",
"apollo-server-micro": "2.26.0",
"graphql": "16.6.0",
"next": "12.2.5",
"next": "12.3.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-sdk-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@graphql-mesh/runtime": "0.44.1",
"apollo-server-micro": "2.26.0",
"graphql": "16.6.0",
"next": "12.2.5",
"next": "12.3.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"mongoose": "*"
},
"devDependencies": {
"mongoose": "6.5.5"
"mongoose": "6.6.0"
},
"dependencies": {
"@graphql-mesh/types": "0.83.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@graphql-tools/batch-execute": "8.5.5",
"@graphql-tools/wrap": "9.0.6",
"@graphql-tools/utils": "8.11.0",
"fetchache": "0.1.3",
"fetchache": "0.1.4",
"@whatwg-node/fetch": "0.4.2",
"@envelop/core": "2.6.0",
"@envelop/extended-validation": "1.9.0",
Expand Down
6 changes: 1 addition & 5 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,14 @@
"@graphql-mesh/string-interpolation": "0.3.2",
"@graphql-tools/delegate": "9.0.5",
"@graphql-tools/utils": "8.11.0",
"@graphql-typed-document-node/core": "3.1.1",
"@graphql-mesh/cross-helpers": "0.2.4",
"@graphql-mesh/types": "0.83.1",
"fetchache": "0.1.3",
"@whatwg-node/fetch": "0.4.2",
"lodash.get": "4.4.2",
"lodash.set": "4.3.2",
"lodash.topath": "4.5.2",
"js-yaml": "4.1.0",
"tiny-lru": "8.0.2",
"tslib": "^2.4.0",
"file-uri-to-path": "2.0.0"
"tslib": "^2.4.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@theguild/components": "3.0.3",
"guild-docs": "4.1.0",
"next": "12.2.5",
"next": "12.3.0",
"next-sitemap": "3.1.21",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand All @@ -37,7 +37,7 @@
"@types/node": "18.6.1",
"@types/react": "18.0.18",
"cross-env": "7.0.3",
"eslint-config-next": "12.2.5",
"eslint-config-next": "12.3.0",
"postcss-import": "15.0.0",
"tailwindcss": "3.1.8",
"typescript": "4.8.3"
Expand Down
9 changes: 8 additions & 1 deletion website/src/components/index-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,19 @@ export function IndexPage(): ReactElement {
src: GraphQLLogo,
loading: 'eager',
placeholder: 'empty',
alt: 'GraphQL Logo',
},
},
{
title: 'Any Data Source',
description:
'Use GraphQL as a query language to fetch data from your data-sources directly, without the need for a running gateway server, or any other bottleneck.',
image: MeshExampleLogo,
image: {
src: MeshExampleLogo,
loading: 'eager',
placeholder: 'empty',
alt: 'GraphQL Mesh Logo',
},
},
{
title: 'Open Source',
Expand All @@ -52,6 +58,7 @@ export function IndexPage(): ReactElement {
src: OpenSourceLogo,
loading: 'eager',
placeholder: 'empty',
alt: 'Open Source Logo',
},
},
]}
Expand Down
Loading