Skip to content

Commit

Permalink
GraphiQL 1.7.0 (#11331)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard authored Mar 8, 2022
1 parent 165d0c7 commit e1d88af
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 deletions src/OrchardCore.Modules/OrchardCore.Apis.GraphQL/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/OrchardCore.Modules/OrchardCore.Apis.GraphQL/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"description": "A GraphiQL module for OrchardCore.",
"dependencies": {
"graphiql": "^1.6.0",
"graphiql": "^1.7.0",
"graphiql-explorer": "^0.9.0",
"graphql": "^15.5.0",
"graphql": "^15.8.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/docs/resources/libraries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ The below table lists the different Client side libraries:
| Library | Usage | Version | License |
|--- | --- | --- | --- |
| [EasyMDE](https://github.com/Ionaru/easy-markdown-editor) | A simple, beautiful, and embeddable JavaScript Markdown editor. | 2.16.1 | [MIT](https://github.com/Ionaru/easy-markdown-editor/blob/master/LICENSE) |
| [GraphiQL](https://github.com/graphql/graphiql) | GraphQL editor. | 1.4.2 | [MIT](https://github.com/graphql/graphiql/blob/main/LICENSE) |
| [GraphiQL](https://github.com/graphql/graphiql) | GraphQL editor. | 1.7.0 | [MIT](https://github.com/graphql/graphiql/blob/main/LICENSE) |
| [GraphiQL explorer](https://github.com/onegraph/graphiql-explorer) | Explorer plugin for GraphiQL. | 0.6.3 | [MIT](https://github.com/OneGraph/graphiql-explorer/blob/master/LICENSE) |
| [GraphQL](https://github.com/graphql/graphql-js) | A reference implementation of GraphQL for JavaScript. | 15.5.1 | [MIT](https://github.com/graphql/graphql-js/blob/main/LICENSE) |
| [GraphQL](https://github.com/graphql/graphql-js) | A reference implementation of GraphQL for JavaScript. | 15.8.0 | [MIT](https://github.com/graphql/graphql-js/blob/main/LICENSE) |
| [Gulp](https://github.com/gulpjs/gulp) | A toolkit to automate & enhance your workflow. | 4.0.2 | [MIT](https://github.com/gulpjs/gulp/blob/master/LICENSE) |
| [Gulp](https://github.com/gulpjs/gulp-cli) | Command Line Interface for gulp. | 2.3.0 | [MIT](https://github.com/gulpjs/gulp-cli/blob/master/LICENSE) |
| [jQuery-File-Upload](https://github.com/blueimp/jQuery-File-Upload) | File Upload widget for jQuery. | 10.32.0 | [MIT](https://github.com/blueimp/jQuery-File-Upload/blob/master/LICENSE.txt) |
Expand Down

0 comments on commit e1d88af

Please sign in to comment.