From c38ead8af342867ca41aec6afcfb0d81ea307ee0 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Tue, 28 Oct 2025 11:38:07 +0100 Subject: [PATCH 1/4] Pin GraphiQL CDN version --- examples/graphiql-cdn/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/graphiql-cdn/index.html b/examples/graphiql-cdn/index.html index 1fb5b7cef3..2f61dbb6c3 100644 --- a/examples/graphiql-cdn/index.html +++ b/examples/graphiql-cdn/index.html @@ -47,8 +47,8 @@ "react-dom": "https://esm.sh/react-dom@19.1.0", "react-dom/": "https://esm.sh/react-dom@19.1.0/", - "graphiql": "https://esm.sh/graphiql?standalone&external=react,react-dom,@graphiql/react,graphql", - "graphiql/": "https://esm.sh/graphiql/", + "graphiql": "https://esm.sh/graphiql@5?standalone&external=react,react-dom,@graphiql/react,graphql", + "graphiql/": "https://esm.sh/graphiql@5/", "@graphiql/plugin-explorer": "https://esm.sh/@graphiql/plugin-explorer?standalone&external=react,@graphiql/react,graphql", "@graphiql/react": "https://esm.sh/@graphiql/react?standalone&external=react,react-dom,graphql,@graphiql/toolkit,@emotion/is-prop-valid", From 3fa3708583998cd9e2261899feb52dd49b880fda Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Tue, 28 Oct 2025 11:52:50 +0100 Subject: [PATCH 2/4] Update examples/graphiql-cdn/index.html Co-authored-by: Jovi De Croock --- examples/graphiql-cdn/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/graphiql-cdn/index.html b/examples/graphiql-cdn/index.html index 2f61dbb6c3..18cca07ef2 100644 --- a/examples/graphiql-cdn/index.html +++ b/examples/graphiql-cdn/index.html @@ -50,7 +50,7 @@ "graphiql": "https://esm.sh/graphiql@5?standalone&external=react,react-dom,@graphiql/react,graphql", "graphiql/": "https://esm.sh/graphiql@5/", "@graphiql/plugin-explorer": "https://esm.sh/@graphiql/plugin-explorer?standalone&external=react,@graphiql/react,graphql", - "@graphiql/react": "https://esm.sh/@graphiql/react?standalone&external=react,react-dom,graphql,@graphiql/toolkit,@emotion/is-prop-valid", + "@graphiql/react": "https://esm.sh/@graphiql@0.37/react?standalone&external=react,react-dom,graphql,@graphiql/toolkit,@emotion/is-prop-valid", "@graphiql/toolkit": "https://esm.sh/@graphiql/toolkit?standalone&external=graphql", "graphql": "https://esm.sh/graphql@16.11.0", From 905960ccc4b52c0b4d94d662d08214e46d2b2456 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Tue, 28 Oct 2025 11:52:57 +0100 Subject: [PATCH 3/4] Update examples/graphiql-cdn/index.html Co-authored-by: Jovi De Croock --- examples/graphiql-cdn/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/graphiql-cdn/index.html b/examples/graphiql-cdn/index.html index 18cca07ef2..aaf3687c92 100644 --- a/examples/graphiql-cdn/index.html +++ b/examples/graphiql-cdn/index.html @@ -49,7 +49,7 @@ "graphiql": "https://esm.sh/graphiql@5?standalone&external=react,react-dom,@graphiql/react,graphql", "graphiql/": "https://esm.sh/graphiql@5/", - "@graphiql/plugin-explorer": "https://esm.sh/@graphiql/plugin-explorer?standalone&external=react,@graphiql/react,graphql", + "@graphiql/plugin-explorer": "https://esm.sh/@graphiql/plugin-explorer@5?standalone&external=react,@graphiql/react,graphql", "@graphiql/react": "https://esm.sh/@graphiql@0.37/react?standalone&external=react,react-dom,graphql,@graphiql/toolkit,@emotion/is-prop-valid", "@graphiql/toolkit": "https://esm.sh/@graphiql/toolkit?standalone&external=graphql", From 6b46a2466a3686a2614e383fbf7dd93d06c8e14a Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Tue, 28 Oct 2025 12:06:56 +0100 Subject: [PATCH 4/4] Update examples/graphiql-cdn/index.html --- examples/graphiql-cdn/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/graphiql-cdn/index.html b/examples/graphiql-cdn/index.html index aaf3687c92..18b138162e 100644 --- a/examples/graphiql-cdn/index.html +++ b/examples/graphiql-cdn/index.html @@ -50,7 +50,7 @@ "graphiql": "https://esm.sh/graphiql@5?standalone&external=react,react-dom,@graphiql/react,graphql", "graphiql/": "https://esm.sh/graphiql@5/", "@graphiql/plugin-explorer": "https://esm.sh/@graphiql/plugin-explorer@5?standalone&external=react,@graphiql/react,graphql", - "@graphiql/react": "https://esm.sh/@graphiql@0.37/react?standalone&external=react,react-dom,graphql,@graphiql/toolkit,@emotion/is-prop-valid", + "@graphiql/react": "https://esm.sh/@graphiql/react@0.37?standalone&external=react,react-dom,graphql,@graphiql/toolkit,@emotion/is-prop-valid", "@graphiql/toolkit": "https://esm.sh/@graphiql/toolkit?standalone&external=graphql", "graphql": "https://esm.sh/graphql@16.11.0",