|
23 | 23 | </style> |
24 | 24 | <link |
25 | 25 | rel="stylesheet" |
26 | | - href="https://esm.sh/graphiql/dist/style.css" |
| 26 | + href="https://esm.sh/graphiql@5.2.2/dist/style.css" |
27 | 27 | > |
28 | 28 | <link |
29 | 29 | rel="stylesheet" |
30 | | - href="https://esm.sh/@graphiql/plugin-explorer/dist/style.css" |
| 30 | + href="https://esm.sh/@graphiql/plugin-explorer@5.1.1/dist/style.css" |
31 | 31 | > |
32 | 32 |
|
33 | 33 | @if (!$introspection) |
|
39 | 39 | <script type="importmap"> |
40 | 40 | { |
41 | 41 | "imports": { |
42 | | - "react": "https://esm.sh/react@19.1.0", |
43 | | - "react/": "https://esm.sh/react@19.1.0/", |
| 42 | + "react": "https://esm.sh/react@19.2.5", |
| 43 | + "react/": "https://esm.sh/react@19.2.5/", |
44 | 44 |
|
45 | | - "react-dom": "https://esm.sh/react-dom@19.1.0", |
46 | | - "react-dom/": "https://esm.sh/react-dom@19.1.0/", |
| 45 | + "react-dom": "https://esm.sh/react-dom@19.2.5", |
| 46 | + "react-dom/": "https://esm.sh/react-dom@19.2.5/", |
47 | 47 |
|
48 | | - "graphiql": "https://esm.sh/graphiql?standalone&external=react,react-dom,@graphiql/react,graphql", |
49 | | - "graphiql/": "https://esm.sh/graphiql/", |
50 | | - "@graphiql/plugin-explorer": "https://esm.sh/@graphiql/plugin-explorer?standalone&external=react,@graphiql/react,graphql", |
51 | | - "@graphiql/react": "https://esm.sh/@graphiql/react?standalone&external=react,react-dom,graphql,@graphiql/toolkit,@emotion/is-prop-valid", |
| 48 | + "graphiql": "https://esm.sh/graphiql@5.2.2?standalone&external=react,react-dom,@graphiql/react,graphql", |
| 49 | + "graphiql/": "https://esm.sh/graphiql@5.2.2/", |
| 50 | + "@graphiql/plugin-explorer": "https://esm.sh/@graphiql/plugin-explorer@5.1.1?standalone&external=react,@graphiql/react,graphql", |
| 51 | + "@graphiql/react": "https://esm.sh/@graphiql/react@0.37.3?standalone&external=react,react-dom,graphql,@graphiql/toolkit,@emotion/is-prop-valid", |
52 | 52 |
|
53 | | - "@graphiql/toolkit": "https://esm.sh/@graphiql/toolkit?standalone&external=graphql", |
54 | | - "graphql": "https://esm.sh/graphql@16.11.0", |
| 53 | + "@graphiql/toolkit": "https://esm.sh/@graphiql/toolkit@0.11.3?standalone&external=graphql", |
| 54 | + "graphql": "https://esm.sh/graphql@16.13.2", |
55 | 55 | "@emotion/is-prop-valid": "data:text/javascript," |
56 | 56 | } |
57 | 57 | } |
|
0 commit comments