Skip to content

Commit

Permalink
remove wonka from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Dec 2, 2022
1 parent b6bc961 commit 7e920a2
Show file tree
Hide file tree
Showing 3 changed files with 5,799 additions and 158 deletions.
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 7e920a2

Please sign in to comment.