Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#4481)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] committed Sep 13, 2022
1 parent 80013a3 commit add1020
Show file tree
Hide file tree
Showing 10 changed files with 240 additions and 205 deletions.
7 changes: 7 additions & 0 deletions .changeset/@graphql-mesh_cli-4481-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@graphql-mesh/cli": patch
---

dependencies updates:

- Updated dependency [`graphql-ws@5.10.2` ↗︎](https://www.npmjs.com/package/graphql-ws/v/5.10.2) (from `5.10.1`, in `dependencies`)
7 changes: 7 additions & 0 deletions .changeset/@graphql-mesh_neo4j-4481-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@graphql-mesh/neo4j": patch
---

dependencies updates:

- Updated dependency [`neo4j-driver@5.0.1` ↗︎](https://www.npmjs.com/package/neo4j-driver/v/5.0.1) (from `5.0.0`, in `dependencies`)
7 changes: 7 additions & 0 deletions .changeset/@graphql-mesh_store-4481-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@graphql-mesh/store": patch
---

dependencies updates:

- Updated dependency [`@graphql-inspector/core@3.4.0` ↗︎](https://www.npmjs.com/package/@graphql-inspector/core/v/3.4.0) (from `3.3.0`, in `dependencies`)
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"graphql": "16.6.0"
},
"devDependencies": {
"wrangler": "2.0.29"
"wrangler": "2.1.1"
}
}
2 changes: 1 addition & 1 deletion examples/spacex-cfw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"graphql": "16.6.0"
},
"devDependencies": {
"wrangler": "2.0.29"
"wrangler": "2.1.1"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"@theguild/prettier-config": "0.0.3",
"@types/jest": "29.0.1",
"@types/node": "18.6.5",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"@typescript-eslint/eslint-plugin": "5.37.0",
"@typescript-eslint/parser": "5.37.0",
"babel-jest": "29.0.3",
"bob-the-bundler": "1.7.3",
"eslint": "8.23.0",
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"dotenv": "16.0.2",
"dnscache": "1.0.2",
"graphql-import-node": "0.0.5",
"graphql-ws": "5.10.1",
"graphql-ws": "5.10.2",
"change-case": "4.1.2",
"json-bigint-patch": "0.0.8",
"json5": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/neo4j/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@graphql-mesh/store": "0.8.42",
"@graphql-mesh/utils": "0.41.9",
"@graphql-mesh/types": "0.83.4",
"neo4j-driver": "5.0.0",
"neo4j-driver": "5.0.1",
"tslib": "^2.4.0",
"@graphql-tools/utils": "8.12.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"definition": "dist/index.d.ts"
},
"dependencies": {
"@graphql-inspector/core": "3.3.0",
"@graphql-inspector/core": "3.4.0",
"@graphql-mesh/cross-helpers": "0.2.6",
"@graphql-mesh/utils": "0.41.9",
"@graphql-tools/utils": "8.12.0",
Expand Down
408 changes: 211 additions & 197 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit add1020

Please sign in to comment.