Skip to content

Commit 89a3b45

Browse files
committed
Regen
1 parent fdbb3cc commit 89a3b45

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

juniper/Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,11 @@ graphiql:
4646
| grep -m1 '"@graphiql/toolkit": "' | cut -d '"' -f4 | cut -d '^' -f2)))
4747
curl -fsL -o src/http/graphiql.html \
4848
https://raw.githubusercontent.com/graphql/graphiql/graphiql%40$(GRAPHIQL_VER)/examples/graphiql-cdn/index.html
49-
$(sed-i) 's|esm.sh/graphiql@5.0.0-rc.1|esm.sh/graphiql@$(GRAPHIQL_VER)|g' \
49+
$(sed-i) 's|esm.sh/graphiql|esm.sh/graphiql@$(GRAPHIQL_VER)|g' \
5050
src/http/graphiql.html
51-
$(sed-i) 's|esm.sh/[email protected]|esm.sh/graphiql@$(GRAPHIQL_VER)|g' \
51+
$(sed-i) 's|esm.sh/@graphiql/plugin-explorer|esm.sh/@graphiql/plugin-explorer@$(graphiql-plugin-explorer-ver)|g' \
5252
src/http/graphiql.html
53-
$(sed-i) 's|esm.sh/@graphiql/[email protected]|esm.sh/@graphiql/plugin-explorer@$(graphiql-plugin-explorer-ver)|g' \
54-
src/http/graphiql.html
55-
$(sed-i) 's|esm.sh/@graphiql/[email protected]|esm.sh/@graphiql/react@$(graphiql-react-ver)|g' \
53+
$(sed-i) 's|esm.sh/@graphiql/react|esm.sh/@graphiql/react@$(graphiql-react-ver)|g' \
5654
src/http/graphiql.html
5755
$(sed-i) 's|esm.sh/@graphiql/toolkit|esm.sh/@graphiql/toolkit@$(graphiql-toolkit-ver)|g' \
5856
src/http/graphiql.html

juniper/src/http/graphiql.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@
2828
font-size: 4rem;
2929
}
3030
</style>
31-
<link
32-
rel="stylesheet"
33-
href="https://esm.sh/[email protected]/dist/style.css"
34-
/>
31+
<link rel="stylesheet" href="https://esm.sh/[email protected]/dist/style.css" />
3532
<link
3633
rel="stylesheet"
3734
href="https://esm.sh/@graphiql/[email protected]/dist/style.css"
@@ -46,9 +43,9 @@
4643
"react-dom": "https://esm.sh/[email protected]",
4744
"react-dom/client": "https://esm.sh/[email protected]/client",
4845

49-
"graphiql": "https://esm.sh/[email protected].0?standalone&external=react,react-dom,@graphiql/react,graphql",
46+
"graphiql": "https://esm.sh/[email protected].2?standalone&external=react,react-dom,@graphiql/react,graphql",
5047
"@graphiql/plugin-explorer": "https://esm.sh/@graphiql/[email protected]?standalone&external=react,@graphiql/react,graphql",
51-
"@graphiql/react": "https://esm.sh/@graphiql/[email protected].0?standalone&external=react,react-dom,graphql",
48+
"@graphiql/react": "https://esm.sh/@graphiql/[email protected].3?standalone&external=react,react-dom,graphql",
5249

5350
"@graphiql/toolkit": "https://esm.sh/@graphiql/[email protected]?standalone&external=graphql",
5451
"graphql": "https://esm.sh/[email protected]"

0 commit comments

Comments
 (0)