Skip to content

Commit b529a6c

Browse files
authored
[graphiql] update @graphiql/react dependency range to ^0.28.1 (#3840)
1 parent 53c4e13 commit b529a6c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/late-moose-visit.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'graphiql': patch
3+
---
4+
5+
update `@graphiql/react` dependency range to `^0.28.1`

packages/graphiql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"test": "vitest"
4949
},
5050
"dependencies": {
51-
"@graphiql/react": "^0.28.0"
51+
"@graphiql/react": "^0.28.1"
5252
},
5353
"peerDependencies": {
5454
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",

0 commit comments

Comments
 (0)