Skip to content

Commit

Permalink
fix(deps): update dependency graphiql to v3.7.2 (#1990)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 26a857c commit b51da71
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"axios": "1.7.7",
"dedent": "1.5.3",
"enumify": "2.0.0",
"graphiql": "3.7.1",
"graphiql": "3.7.2",
"graphql": "16.9.0",
"graphql-tag": "2.12.6",
"lodash-es": "4.17.21",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -757,9 +757,9 @@ __metadata:
languageName: node
linkType: hard

"@graphiql/react@npm:^0.26.2":
version: 0.26.2
resolution: "@graphiql/react@npm:0.26.2"
"@graphiql/react@npm:^0.27.0":
version: 0.27.0
resolution: "@graphiql/react@npm:0.27.0"
dependencies:
"@graphiql/toolkit": "npm:^0.11.0"
"@headlessui/react": "npm:^1.7.15"
Expand All @@ -778,10 +778,10 @@ __metadata:
markdown-it: "npm:^14.1.0"
set-value: "npm:^4.1.0"
peerDependencies:
graphql: ^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2
graphql: ^15.5.0 || ^16.0.0 || ^17.0.0
react: ^16.8.0 || ^17 || ^18
react-dom: ^16.8.0 || ^17 || ^18
checksum: 10c0/365797d16b7eb6479718699b5ff0565c6549ae78ef554cbf8d7eb31df2223e0bc5ba467574439c3010e41ba376b7ec6df5988ae3e00c387900b81d05747e9fdf
checksum: 10c0/420523cbde4332145f4709a0fe8cce79fff667eec3cb1af633cb83eef08e4427a5ac013040c0bb7cd49187d35ca15338811c622545a0000856b77c2c778c6b0a
languageName: node
linkType: hard

Expand Down Expand Up @@ -3620,7 +3620,7 @@ __metadata:
eslint-plugin-vuetify: "npm:2.4.0"
express: "npm:4.21.1"
express-ws: "npm:5.0.2"
graphiql: "npm:3.7.1"
graphiql: "npm:3.7.2"
graphql: "npm:16.9.0"
graphql-tag: "npm:2.12.6"
istanbul-lib-coverage: "npm:3.2.2"
Expand Down Expand Up @@ -5705,16 +5705,16 @@ __metadata:
languageName: node
linkType: hard

"graphiql@npm:3.7.1":
version: 3.7.1
resolution: "graphiql@npm:3.7.1"
"graphiql@npm:3.7.2":
version: 3.7.2
resolution: "graphiql@npm:3.7.2"
dependencies:
"@graphiql/react": "npm:^0.26.2"
"@graphiql/react": "npm:^0.27.0"
peerDependencies:
graphql: ^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2
graphql: ^15.5.0 || ^16.0.0 || ^17.0.0
react: ^16.8.0 || ^17 || ^18
react-dom: ^16.8.0 || ^17 || ^18
checksum: 10c0/7251fc5664d99ec7048333af1a8e5d2dff1b1df4f362f53c1c7abf47f63b307382024713371e9acd2bd2dd1f89db4c08cff30cea0ad12b16ad19781654d092c0
checksum: 10c0/7cf045415d209a7400a8c5c09c2e8cbfdde1368e416c209a4b7a71a933c7400d49a62e2fbcf412460f0be3662785384af706393a96b52db67b3520ebf1c0da55
languageName: node
linkType: hard

Expand Down

0 comments on commit b51da71

Please sign in to comment.