File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ class GraphiQLAsset
16
16
public const REACT_DOM_JS_SOURCE_URL = 'https://cdn.jsdelivr.net/npm/react-dom@18/umd/react-dom.production.min.js ' ;
17
17
18
18
public const GRAPHIQL_CSS_LOCAL_PATH = 'vendor/graphiql/graphiql.min.css ' ;
19
- public const GRAPHIQL_CSS_SOURCE_URL = 'https://cdn.jsdelivr.net/npm/graphiql/graphiql.min.css ' ;
19
+ public const GRAPHIQL_CSS_SOURCE_URL = 'https://cdn.jsdelivr.net/npm/graphiql@3 /graphiql.min.css ' ;
20
20
21
21
public const FAVICON_LOCAL_PATH = 'vendor/graphiql/favicon.ico ' ;
22
22
public const FAVICON_SOURCE_URL = 'https://raw.githubusercontent.com/graphql/graphql.github.io/source/public/favicon.ico ' ;
23
23
24
24
public const GRAPHIQL_JS_LOCAL_PATH = 'vendor/graphiql/graphiql.min.js ' ;
25
- public const GRAPHIQL_JS_SOURCE_URL = 'https://cdn.jsdelivr.net/npm/graphiql/graphiql.min.js ' ;
25
+ public const GRAPHIQL_JS_SOURCE_URL = 'https://cdn.jsdelivr.net/npm/graphiql@3 /graphiql.min.js ' ;
26
26
27
27
public const PLUGIN_EXPLORER_JS_LOCAL_PATH = 'vendor/graphiql/graphiql-plugin-explorer.umd.js ' ;
28
28
/** Pinned because the latest version broke, see https://github.com/mll-lab/laravel-graphiql/issues/25. */
You can’t perform that action at this time.
0 commit comments