Skip to content

Commit

Permalink
remove wonka/regenerator-runtime from dependencies
Browse files Browse the repository at this point in the history
remove `regenerator-runtime/runtime` import
  • Loading branch information
dimaMachina committed Dec 2, 2022
1 parent b6bc961 commit f5bbbf0
Show file tree
Hide file tree
Showing 5 changed files with 5,845 additions and 162 deletions.
1 change: 0 additions & 1 deletion packages/graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@graphiql/toolkit": "^0.8.0",
"entities": "^2.0.0",
"graphql-language-service": "^5.1.0",
"regenerator-runtime": "0.13.11",
"markdown-it": "^12.2.0"
},
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/graphiql/src/cdn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import * as GraphiQLReact from '@graphiql/react';
import { createGraphiQLFetcher } from '@graphiql/toolkit';
import * as GraphQL from 'graphql';
import 'regenerator-runtime/runtime';
import { GraphiQL } from './components/GraphiQL';

import '@graphiql/react/font/roboto.css';
Expand Down
1 change: 0 additions & 1 deletion packages/vscode-graphql-execution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
"graphql-tag": "2.12.6",
"graphql-ws": "5.10.0",
"@whatwg-node/fetch": "0.2.8",
"wonka": "4.0.15",
"ws": "8.8.1",
"graphql": "16.6.0",
"nullthrows": "1.1.1"
Expand Down
1 change: 1 addition & 0 deletions packages/vscode-graphql-execution/src/helpers/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { gql } from 'graphql-tag';
import { fetch } from '@whatwg-node/fetch';
import { Agent } from 'https';
import * as ws from 'ws';
// eslint-disable-next-line import/no-extraneous-dependencies
import { pipe, subscribe } from 'wonka';

// eslint-disable-next-line import/no-unresolved
Expand Down
Loading

0 comments on commit f5bbbf0

Please sign in to comment.