|
31 | 31 | </style> |
32 | 32 | <link |
33 | 33 | rel="stylesheet" |
34 | | - href=" https://esm.sh/[email protected].0/dist/style.css" |
| 34 | + href=" https://esm.sh/[email protected].1/dist/style.css" |
35 | 35 | /> |
36 | 36 | <link |
37 | 37 | rel="stylesheet" |
38 | | - href=" https://esm.sh/@graphiql/[email protected].5/dist/style.css" |
| 38 | + href=" https://esm.sh/@graphiql/[email protected].6/dist/style.css" |
39 | 39 | /> |
40 | 40 | <!-- Note: the ?standalone flag bundles the module along with all of its `dependencies`, excluding `peerDependencies`, into a single JavaScript file. --> |
41 | 41 | <script type="importmap"> |
|
47 | 47 | "react-dom": "https://esm.sh/[email protected]", |
48 | 48 | "react-dom/client": "https://esm.sh/[email protected]/client", |
49 | 49 |
|
50 | | - "graphiql": "https://esm.sh/[email protected].0?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react", |
51 | | - "@graphiql/plugin-explorer": "https://esm.sh/@graphiql/[email protected].5?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react,graphql", |
52 | | - "@graphiql/react": "https://esm.sh/@graphiql/[email protected].0?standalone&external=react,react/jsx-runtime,react-dom,graphql,@graphiql/toolkit", |
| 50 | + "graphiql": "https://esm.sh/[email protected].1?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react", |
| 51 | + "@graphiql/plugin-explorer": "https://esm.sh/@graphiql/[email protected].6?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react,graphql", |
| 52 | + "@graphiql/react": "https://esm.sh/@graphiql/[email protected].1?standalone&external=react,react/jsx-runtime,react-dom,graphql,@graphiql/toolkit", |
53 | 53 |
|
54 | | - "@graphiql/toolkit": "https://esm.sh/@graphiql/[email protected].2?standalone&external=graphql", |
| 54 | + "@graphiql/toolkit": "https://esm.sh/@graphiql/[email protected].3?standalone&external=graphql", |
55 | 55 | "graphql": "https://esm.sh/[email protected]" |
56 | 56 | } |
57 | 57 | } |
|
0 commit comments