File tree Expand file tree Collapse file tree 6 files changed +12
-11
lines changed Expand file tree Collapse file tree 6 files changed +12
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "graphiql" : " ^5.0.4 " ,
6
+ "graphiql" : " ^5.0.5 " ,
7
7
"graphql" : " ^16.11.0" ,
8
8
"react" : " ^19.1.0" ,
9
9
"react-dom" : " ^19.1.0"
Original file line number Diff line number Diff line change 13
13
"@graphiql/plugin-explorer" : " ^5.0.0" ,
14
14
"@graphiql/react" : " ^0.35.5" ,
15
15
"@graphiql/toolkit" : " ^0.11.3" ,
16
- "graphiql" : " ^5.0.4 " ,
16
+ "graphiql" : " ^5.0.5 " ,
17
17
"graphql" : " ^16.9.0" ,
18
18
"graphql-ws" : " ^5.5.5" ,
19
19
"react" : " ^19.1.0" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 5.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #4065 ] ( https://github.com/graphql/graphiql/pull/4065 ) [ ` 962225a ` ] ( https://github.com/graphql/graphiql/commit/962225ad74c8b69101f900c63243612560ddd501 ) Thanks [ @benjie ] ( https://github.com/benjie ) ! - Expose the ` GraphiQLInterfaceProps ` type.
8
+
3
9
## 5.0.4
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphiql" ,
3
- "version" : " 5.0.4 " ,
3
+ "version" : " 5.0.5 " ,
4
4
"sideEffects" : [
5
5
" dist/setup-workers/webpack.js" ,
6
6
" dist/setup-workers/vite.js"
Original file line number Diff line number Diff line change @@ -12606,7 +12606,7 @@ __metadata:
12606
12606
resolution: "example-graphiql-vite@workspace:examples/graphiql-vite"
12607
12607
dependencies:
12608
12608
"@vitejs/plugin-react": "npm:^4.4.1"
12609
- graphiql: "npm:^5.0.4 "
12609
+ graphiql: "npm:^5.0.5 "
12610
12610
graphql: "npm:^16.11.0"
12611
12611
react: "npm:^19.1.0"
12612
12612
react-dom: "npm:^19.1.0"
@@ -12633,7 +12633,7 @@ __metadata:
12633
12633
cross-env: "npm:^7.0.2"
12634
12634
css-loader: "npm:^6.7.3"
12635
12635
file-loader: "npm:^6.2.0"
12636
- graphiql: "npm:^5.0.4 "
12636
+ graphiql: "npm:^5.0.5 "
12637
12637
graphql: "npm:^16.9.0"
12638
12638
graphql-ws: "npm:^5.5.5"
12639
12639
html-webpack-plugin: "npm:^5.5.0"
@@ -14350,7 +14350,7 @@ __metadata:
14350
14350
languageName: unknown
14351
14351
linkType: soft
14352
14352
14353
- "graphiql@npm:^5.0.4 , graphiql@workspace:packages/graphiql":
14353
+ "graphiql@npm:^5.0.5 , graphiql@workspace:packages/graphiql":
14354
14354
version: 0.0.0-use.local
14355
14355
resolution: "graphiql@workspace:packages/graphiql"
14356
14356
dependencies:
You can’t perform that action at this time.
0 commit comments