Skip to content

Commit

Permalink
fix(deps): update dependency graphql-helix to v1.8.0 (#6728)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
2 people authored and ardatan committed Oct 6, 2021
1 parent c4f313f commit 99be03d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Expand Up @@ -14,7 +14,7 @@
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"node_modules": true,
"node_modules": false,
"test-lib": true,
"lib": true,
"coverage": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/graphql-codegen-testing/package.json
Expand Up @@ -40,7 +40,7 @@
"@graphql-codegen/plugin-helpers": "^2.1.1",
"common-tags": "^1.8.0",
"lz-string": "^1.4.4",
"graphql-helix": "1.7.0",
"graphql-helix": "1.8.0",
"nock": "13.1.3",
"tslib": "~2.3.0"
},
Expand Down
2 changes: 2 additions & 0 deletions scripts/test-esm.mjs
@@ -1,3 +1,4 @@
/* eslint-disable no-console */
import globby from 'globby';
import { dirname } from 'path';
import { fileURLToPath } from 'url';
Expand All @@ -9,6 +10,7 @@ global.expect.extend = () => {};
async function main() {
const mjsFiles = await globby(['../packages/**/dist/*.mjs'], {
cwd: dirname(fileURLToPath(import.meta.url)),
ignore: ['../packages/utils/graphql-codegen-testing/dist/index.mjs'],
});

const ok = [];
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -8023,10 +8023,10 @@ graphql-config@^4.0.1:
minimatch "3.0.4"
string-env-interpolation "1.0.1"

graphql-helix@1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/graphql-helix/-/graphql-helix-1.7.0.tgz#452b2792447dddd259cdf4d6731da2171c8a7e49"
integrity sha512-CUqBZL0e/ivPnqFguzWCmMzPTjYXvak2465SsIiAYt0C2yZa4kjzQjB/JIF7YKHCsP8VrJwA29HXmYOJzPAe3g==
graphql-helix@1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/graphql-helix/-/graphql-helix-1.8.0.tgz#e3dc18348acb8e792243f808130606c28214c4bd"
integrity sha512-tg1tdR2PgCOn2Z/NDSnA9rUR16bLrLtE4el/NwboQ4wWaWM/Eoi3ewV0gtyzKgg61+SjywEac5mDvGgK0AfsDg==

graphql-language-service-interface@2.8.4:
version "2.8.4"
Expand Down

0 comments on commit 99be03d

Please sign in to comment.