Skip to content

Commit

Permalink
chore: bump @graphiql/plugin-explorer version to ^3 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
schwma authored Jul 31, 2024
1 parent 92f6d8e commit 53a8a80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bump `@graphiql/plugin-explorer` version to `^3`

### Fixed

### Removed
Expand Down
4 changes: 2 additions & 2 deletions app/graphiql.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</style>

<link rel="stylesheet" href="https://unpkg.com/graphiql@3/graphiql.min.css" />
<link rel="stylesheet" href="https://unpkg.com/@graphiql/plugin-explorer@1/dist/style.css" />
<link rel="stylesheet" href="https://unpkg.com/@graphiql/plugin-explorer@3/dist/style.css" />
</head>

<body>
Expand All @@ -25,7 +25,7 @@
<script crossorigin src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script>

<script crossorigin src="https://unpkg.com/graphiql@3/graphiql.min.js"></script>
<script crossorigin src="https://unpkg.com/@graphiql/plugin-explorer@1/dist/index.umd.js"></script>
<script crossorigin src="https://unpkg.com/@graphiql/plugin-explorer@3/dist/index.umd.js"></script>

<script>
const fetcher = GraphiQL.createFetcher({ url: '' })
Expand Down

0 comments on commit 53a8a80

Please sign in to comment.