Skip to content

Commit 2f88b7f

Browse files
renovate[bot]ardatan
authored andcommitted
fix(deps): update dependency @graphiql/plugin-explorer to v4
1 parent d1dcac1 commit 2f88b7f

File tree

4 files changed

+28
-20
lines changed

4 files changed

+28
-20
lines changed

.changeset/loud-suits-smash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-yoga/graphiql': patch
3+
---
4+
5+
Bump GraphiQL Explorer

packages/graphiql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"start": "vite"
3434
},
3535
"dependencies": {
36-
"@graphiql/plugin-explorer": "^3.0.0",
36+
"@graphiql/plugin-explorer": "4.0.4",
3737
"@graphiql/toolkit": "0.11.1",
38-
"@graphql-tools/url-loader": "^8.0.15",
38+
"@graphql-tools/url-loader": "8.0.31",
3939
"graphiql": "3.1.1",
4040
"graphql": "16.11.0",
4141
"json-bigint-patch": "0.0.8",

packages/graphiql/src/YogaGraphiQL.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { explorerPlugin } from '@graphiql/plugin-explorer';
2-
import '@graphiql/plugin-explorer/dist/style.css';
2+
import '@graphiql/plugin-explorer/style.css';
33
import { GraphiQL, GraphiQLInterface, GraphiQLProps, GraphiQLProvider } from 'graphiql';
44
import { Fetcher, FetcherOpts, FetcherParams } from '@graphiql/toolkit';
55
import { LoadFromUrlOptions, SubscriptionProtocol, UrlLoader } from '@graphql-tools/url-loader';

pnpm-lock.yaml

Lines changed: 20 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)