Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-tools/utils to v10.8.1 (#3745)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @graphql-tools/utils to v10.8.1

* No cache

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <[email protected]>
  • Loading branch information
renovate[bot] and ardatan authored Feb 10, 2025
1 parent 6c00088 commit ba549c0
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 386 deletions.
2 changes: 1 addition & 1 deletion examples/egg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"transpile": "tsc"
},
"dependencies": {
"@graphql-tools/utils": "10.7.2",
"@graphql-tools/utils": "10.8.1",
"egg": "3.30.1",
"egg-cors": "3.0.1",
"graphql": "16.10.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/live-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@envelop/live-query": "7.0.0",
"@graphql-tools/utils": "10.7.2",
"@graphql-tools/utils": "10.8.1",
"@n1ru4l/graphql-live-query": "0.10.0",
"@n1ru4l/in-memory-live-query-store": "0.10.0",
"graphql": "16.10.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"postchangeset": "pnpm install --no-frozen-lockfile",
"postinstall": "husky install",
"prebuild": "rimraf packages/*/dist",
"prettier": "prettier --ignore-path .prettierignore --write --list-different --cache .",
"prettier": "prettier --ignore-path .prettierignore --write --list-different .",
"prettier:check": "prettier --ignore-path .prettierignore --check .",
"release": "pnpm build && changeset publish",
"start:docs": "pnpm --filter=website dev",
Expand Down
Loading

0 comments on commit ba549c0

Please sign in to comment.