Skip to content

Commit ed94f36

Browse files
renovate[bot]MetRonnie
authored andcommitted
fix(deps): update dependency graphiql to v4
1 parent 918a943 commit ed94f36

File tree

3 files changed

+614
-527
lines changed

3 files changed

+614
-527
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"axios": "1.9.0",
3535
"dedent": "1.6.0",
3636
"enumify": "2.0.0",
37-
"graphiql": "3.8.3",
37+
"graphiql": "4.0.5",
3838
"graphql": "16.11.0",
3939
"graphql-tag": "2.12.6",
4040
"lodash-es": "4.17.21",

src/views/GraphiQL.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2020
</template>
2121

2222
<script>
23-
import 'graphiql/graphiql.min.css'
23+
import 'graphiql/graphiql.css'
2424
import { render, createElement } from 'preact/compat'
25-
import GraphiQL from 'graphiql'
25+
import { GraphiQL } from 'graphiql'
2626
import { fallbackGraphQLFetcher, graphQLFetcher } from '@/graphql/graphiql'
2727
2828
export default {

0 commit comments

Comments
 (0)