diff --git a/package.json b/package.json index 7b1a1b98e..81a763fb8 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "axios": "1.10.0", "dedent": "1.6.0", "enumify": "2.0.0", - "graphiql": "4.1.2", + "graphiql": "5.0.6", "graphql": "16.11.0", "graphql-tag": "2.12.6", "lodash-es": "4.17.21", @@ -86,6 +86,7 @@ "vite": "6.3.5", "vite-plugin-eslint": "1.8.1", "vite-plugin-istanbul": "7.1.0", + "vite-plugin-monaco-editor-esm": "2.0.2", "vite-plugin-vuetify": "2.1.1", "vitest": "3.2.4" }, diff --git a/src/views/GraphiQL.vue b/src/views/GraphiQL.vue index 2ec02cb97..ded725291 100644 --- a/src/views/GraphiQL.vue +++ b/src/views/GraphiQL.vue @@ -20,7 +20,7 @@ along with this program. If not, see .