Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @graphiql/plugin-explorer to v0.1.22 #8737

Merged
merged 1 commit into from
Jun 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/studio/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@apollo/client": "3.7.16",
"@graphiql/plugin-explorer": "0.1.21",
"@graphiql/plugin-explorer": "0.1.22",
"@graphiql/toolkit": "0.8.4",
"@headlessui/react": "1.7.15",
"@heroicons/react": "2.0.18",
Expand Down
10 changes: 5 additions & 5 deletions packages/studio/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -526,17 +526,17 @@ __metadata:
languageName: node
linkType: hard

"@graphiql/plugin-explorer@npm:0.1.21":
version: 0.1.21
resolution: "@graphiql/plugin-explorer@npm:0.1.21"
"@graphiql/plugin-explorer@npm:0.1.22":
version: 0.1.22
resolution: "@graphiql/plugin-explorer@npm:0.1.22"
dependencies:
graphiql-explorer: ^0.9.0
peerDependencies:
"@graphiql/react": ^0.18.0
graphql: ^15.5.0 || ^16.0.0
react: ^16.8.0 || ^17 || ^18
react-dom: ^16.8.0 || ^17 || ^18
checksum: 5c2c76d3921adcd37003f966ef8fe2c308cbc7b42f06809e161b1c48d7044a3164aa6f4c1c67872ed76060a57e7b4385bdf938ec5890e65e8b59c6ba580f08bc
checksum: 35c0e5ecd7c432b0177df4e09f7954e9cc0cac26424a7322ad21176b64ea4f180a3b4eaaf20a178242b4cf4e8727cd98620477318699a9242a2cb42b968de811
languageName: node
linkType: hard

Expand Down Expand Up @@ -2372,7 +2372,7 @@ __metadata:
resolution: "frontend@workspace:."
dependencies:
"@apollo/client": 3.7.16
"@graphiql/plugin-explorer": 0.1.21
"@graphiql/plugin-explorer": 0.1.22
"@graphiql/toolkit": 0.8.4
"@headlessui/react": 1.7.15
"@heroicons/react": 2.0.18
Expand Down