|
31 | 31 | </style>
|
32 | 32 | <link
|
33 | 33 | rel="stylesheet"
|
34 |
| - href="https://esm.sh/graphiql@4.0.5/dist/style.css" |
| 34 | + href="https://esm.sh/graphiql@4.1.0/dist/style.css" |
35 | 35 | />
|
36 | 36 | <link
|
37 | 37 | rel="stylesheet"
|
38 |
| - href="https://esm.sh/@graphiql/plugin-explorer@4.0.4/dist/style.css" |
| 38 | + href="https://esm.sh/@graphiql/plugin-explorer@4.0.5/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/react-dom@19.1.0",
|
48 | 48 | "react-dom/client": "https://esm.sh/react-dom@19.1.0/client",
|
49 | 49 |
|
50 |
| - "graphiql": "https://esm.sh/graphiql@4.0.5?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react", |
51 |
| - "@graphiql/plugin-explorer": "https://esm.sh/@graphiql/plugin-explorer@4.0.4?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react,graphql", |
52 |
| - "@graphiql/react": "https://esm.sh/@graphiql/react@0.33.0?standalone&external=react,react/jsx-runtime,react-dom,graphql,@graphiql/toolkit", |
| 50 | + "graphiql": "https://esm.sh/graphiql@4.1.0?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react", |
| 51 | + "@graphiql/plugin-explorer": "https://esm.sh/@graphiql/plugin-explorer@4.0.5?standalone&external=react,react/jsx-runtime,react-dom,@graphiql/react,graphql", |
| 52 | + "@graphiql/react": "https://esm.sh/@graphiql/react@0.34.0?standalone&external=react,react/jsx-runtime,react-dom,graphql,@graphiql/toolkit", |
53 | 53 |
|
54 | 54 | "@graphiql/toolkit": "https://esm.sh/@graphiql/toolkit@0.11.2?standalone&external=graphql",
|
55 | 55 | "graphql": "https://esm.sh/graphql@16.11.0"
|
|
0 commit comments