Skip to content

Commit

Permalink
export exact desired version
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Sep 10, 2024
1 parent 76b3cc8 commit bc2250c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"express": "^4.19.2",
"fork-ts-checker-webpack-plugin": "7.3.0",
"graphql": "^17.0.0-alpha.7",
"graphql-for-export": "npm:graphql@^16.9.0",
"graphql-helix": "^1.13.0",
"graphql-subscriptions": "^2.0.0",
"html-webpack-plugin": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql/src/cdn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
import * as GraphiQLReact from '@graphiql/react';
import { createGraphiQLFetcher, createLocalStorage } from '@graphiql/toolkit';
import * as GraphQL from 'graphql';
import * as GraphQL from 'graphql-for-export';
import { GraphiQL } from './components/GraphiQL';

import '@graphiql/react/font/roboto.css';
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10509,6 +10509,11 @@ [email protected]:
string-env-interpolation "^1.0.1"
tslib "^2.4.0"

"graphql-for-export@npm:graphql@^16.9.0":
version "16.9.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0.tgz#1c310e63f16a49ce1fbb230bd0a000e99f6f115f"
integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==

graphql-helix@^1.13.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/graphql-helix/-/graphql-helix-1.13.0.tgz#e64dad5ef5f622ef38c97fa033f56f3d953c0104"
Expand Down

0 comments on commit bc2250c

Please sign in to comment.