|
28 | 28 | font-size: 4rem; |
29 | 29 | } |
30 | 30 | </style> |
| 31 | + <link rel="stylesheet" href="https://esm.sh/graphiql/dist/style.css" /> |
31 | 32 | <link |
32 | 33 | rel="stylesheet" |
33 | | - href=" https://esm.sh/[email protected]/dist/style.css" |
34 | | - /> |
35 | | - <link |
36 | | - rel="stylesheet" |
37 | | - href=" https://esm.sh/@graphiql/[email protected]/dist/style.css" |
| 34 | + href="https://esm.sh/@graphiql/plugin-code-exporter/dist/style.css" |
38 | 35 | /> |
39 | 36 | <!-- Note: the ?standalone flag bundles the module along with all of its `dependencies`, excluding `peerDependencies`, into a single JavaScript file. --> |
40 | 37 | <script type="importmap"> |
|
46 | 43 | "react-dom": "https://esm.sh/[email protected]", |
47 | 44 | "react-dom/client": "https://esm.sh/[email protected]/client", |
48 | 45 |
|
49 | | - "graphiql": "https://esm.sh/graphiql@6.0.0-canary-b26dcda1.0?standalone&external=react,react-dom,@graphiql/react,graphql", |
50 | | - "@graphiql/plugin-code-exporter": "https://esm.sh/@graphiql/plugin-code-exporter@4.0.6-rc.0?standalone&external=react,@graphiql/react,graphql&[email protected]", |
51 | | - "@graphiql/react": "https://esm.sh/@graphiql/react@0.36.0-canary-b26dcda1.0?standalone&external=react,react-dom,graphql", |
| 46 | + "graphiql": "https://esm.sh/graphiql?standalone&external=react,react-dom,@graphiql/react,graphql", |
| 47 | + "@graphiql/plugin-code-exporter": "https://esm.sh/@graphiql/plugin-code-exporter?standalone&external=react,@graphiql/react,graphql&[email protected]", |
| 48 | + "@graphiql/react": "https://esm.sh/@graphiql/react?standalone&external=react,react-dom,graphql", |
52 | 49 |
|
53 | 50 | "@graphiql/toolkit": "https://esm.sh/@graphiql/toolkit?standalone&external=graphql", |
54 | 51 | "graphql": "https://esm.sh/[email protected]", |
|
0 commit comments