Skip to content

Commit

Permalink
Dependency upgrades (#163)
Browse files Browse the repository at this point in the history
* Dependency upgrades

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
gilgardosh and github-actions[bot] authored Aug 1, 2023
1 parent 651b366 commit b59d94f
Show file tree
Hide file tree
Showing 8 changed files with 136 additions and 287 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@accounter-toolkit/green-invoice-graphql": patch
---
dependencies updates:
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.86.0) (from `0.85.6-alpha-20230726100518-2fdb88ed0`, in `dependencies`)
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/json-schema/v/0.95.0) (from `0.94.9-alpha-20230726100518-2fdb88ed0`, in `dependencies`)
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-resolvers-composition/v/0.95.0) (from `0.94.6-alpha-20230726100518-2fdb88ed0`, in `dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@accounter-toolkit/hashavshevet-mesh": patch
---
dependencies updates:
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.86.0) (from `0.85.5`, in `dependencies`)
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/json-schema/v/0.95.0) (from `0.94.8`, in `dependencies`)
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-resolvers-composition/v/0.95.0) (from `0.94.5`, in `dependencies`)
7 changes: 7 additions & 0 deletions .changeset/@accounter-toolkit_payper-mesh-163-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@accounter-toolkit/payper-mesh": patch
---
dependencies updates:
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.86.0) (from `0.85.5`, in `dependencies`)
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/json-schema/v/0.95.0) (from `0.94.8`, in `dependencies`)
- Updated dependency [`@graphql-mesh/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-resolvers-composition/v/0.95.0) (from `0.94.5`, in `dependencies`)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/node": "20.4.5",
"bob-the-bundler": "7.0.1",
"concurrently": "8.2.0",
"eslint": "8.45.0",
"eslint": "8.46.0",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"patch-package": "^7.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/green-invoice-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"test": "ts-node ./dist/esm/dev-tests/e2e.js"
},
"dependencies": {
"@graphql-mesh/cli": "0.85.6-alpha-20230726100518-2fdb88ed0",
"@graphql-mesh/json-schema": "0.94.9-alpha-20230726100518-2fdb88ed0",
"@graphql-mesh/transform-resolvers-composition": "0.94.6-alpha-20230726100518-2fdb88ed0",
"@graphql-mesh/cli": "0.86.0",
"@graphql-mesh/json-schema": "0.95.0",
"@graphql-mesh/transform-resolvers-composition": "0.95.0",
"graphql": "16.7.1",
"path": "0.12.7"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/hashavshevet-mesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"test": "ts-node ./dist/esm/dev-tests/e2e.js"
},
"dependencies": {
"@graphql-mesh/cli": "0.85.5",
"@graphql-mesh/json-schema": "0.94.8",
"@graphql-mesh/transform-resolvers-composition": "0.94.5",
"@graphql-mesh/cli": "0.86.0",
"@graphql-mesh/json-schema": "0.95.0",
"@graphql-mesh/transform-resolvers-composition": "0.95.0",
"graphql": "16.7.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/payper-mesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"test": "DEBUG=1 ts-node ./dev-tests/e2e.ts"
},
"dependencies": {
"@graphql-mesh/cli": "0.85.5",
"@graphql-mesh/json-schema": "0.94.8",
"@graphql-mesh/transform-resolvers-composition": "0.94.5",
"@graphql-mesh/cli": "0.86.0",
"@graphql-mesh/json-schema": "0.95.0",
"@graphql-mesh/transform-resolvers-composition": "0.95.0",
"graphql": "16.7.1",
"path": "0.12.7"
},
Expand Down
382 changes: 105 additions & 277 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit b59d94f

Please sign in to comment.