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 33 "version" : " 0.0.0" ,
44 "private" : true ,
55 "dependencies" : {
6- "graphiql" : " ^5.0.4 " ,
6+ "graphiql" : " ^5.0.5 " ,
77 "graphql" : " ^16.11.0" ,
88 "react" : " ^19.1.0" ,
99 "react-dom" : " ^19.1.0"
Original file line number Diff line number Diff line change 1313 "@graphiql/plugin-explorer" : " ^5.0.0" ,
1414 "@graphiql/react" : " ^0.35.5" ,
1515 "@graphiql/toolkit" : " ^0.11.3" ,
16- "graphiql" : " ^5.0.4 " ,
16+ "graphiql" : " ^5.0.5 " ,
1717 "graphql" : " ^16.9.0" ,
1818 "graphql-ws" : " ^5.5.5" ,
1919 "react" : " ^19.1.0" ,
Original file line number Diff line number Diff line change 11# Change Log
22
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+
39## 5.0.4
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " graphiql" ,
3- "version" : " 5.0.4 " ,
3+ "version" : " 5.0.5 " ,
44 "sideEffects" : [
55 " dist/setup-workers/webpack.js" ,
66 " dist/setup-workers/vite.js"
Original file line number Diff line number Diff line change @@ -12606,7 +12606,7 @@ __metadata:
1260612606 resolution: "example-graphiql-vite@workspace:examples/graphiql-vite"
1260712607 dependencies:
1260812608 "@vitejs/plugin-react": "npm:^4.4.1"
12609- graphiql: "npm:^5.0.4 "
12609+ graphiql: "npm:^5.0.5 "
1261012610 graphql: "npm:^16.11.0"
1261112611 react: "npm:^19.1.0"
1261212612 react-dom: "npm:^19.1.0"
@@ -12633,7 +12633,7 @@ __metadata:
1263312633 cross-env: "npm:^7.0.2"
1263412634 css-loader: "npm:^6.7.3"
1263512635 file-loader: "npm:^6.2.0"
12636- graphiql: "npm:^5.0.4 "
12636+ graphiql: "npm:^5.0.5 "
1263712637 graphql: "npm:^16.9.0"
1263812638 graphql-ws: "npm:^5.5.5"
1263912639 html-webpack-plugin: "npm:^5.5.0"
@@ -14350,7 +14350,7 @@ __metadata:
1435014350 languageName: unknown
1435114351 linkType: soft
1435214352
14353- "graphiql@npm:^5.0.4 , graphiql@workspace:packages/graphiql":
14353+ "graphiql@npm:^5.0.5 , graphiql@workspace:packages/graphiql":
1435414354 version: 0.0.0-use.local
1435514355 resolution: "graphiql@workspace:packages/graphiql"
1435614356 dependencies:
You can’t perform that action at this time.
0 commit comments