Skip to content

Commit 914dc0a

Browse files
authored
Merge pull request #1657 from joreilly/pin-graphiql
Pin the graphiql version
2 parents 6ff71bc + d4ff472 commit 914dc0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

landing-page/public/graphiql/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"react-dom": "https://esm.sh/[email protected]",
4848
"react-dom/": "https://esm.sh/[email protected]/",
4949

50-
"graphiql": "https://esm.sh/graphiql?standalone&external=react,react-dom,@graphiql/react,graphql",
51-
"graphiql/": "https://esm.sh/graphiql/",
50+
"graphiql": "https://esm.sh/graphiql@5?standalone&external=react,react-dom,@graphiql/react,graphql",
51+
"graphiql/": "https://esm.sh/graphiql@5/",
5252
"@graphiql/plugin-explorer": "https://esm.sh/@graphiql/plugin-explorer?standalone&external=react,@graphiql/react,graphql",
5353
"@graphiql/react": "https://esm.sh/@graphiql/react?standalone&external=react,react-dom,graphql,@graphiql/toolkit,@emotion/is-prop-valid",
5454

0 commit comments

Comments
 (0)