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 10
10
class GraphiQLAsset
11
11
{
12
12
public const REACT_JS_LOCAL_PATH = 'vendor/graphiql/react.production.min.js ' ;
13
- public const REACT_JS_SOURCE_URL = 'https://cdn.jsdelivr.net/npm/react@17 /umd/react.production.min.js ' ;
13
+ public const REACT_JS_SOURCE_URL = 'https://cdn.jsdelivr.net/npm/react@18 /umd/react.production.min.js ' ;
14
14
15
15
public const REACT_DOM_JS_LOCAL_PATH = 'vendor/graphiql/react-dom.production.min.js ' ;
16
- public const REACT_DOM_JS_SOURCE_URL = 'https://cdn.jsdelivr.net/npm/react-dom@17 /umd/react-dom.production.min.js ' ;
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
19
public const GRAPHIQL_CSS_SOURCE_URL = 'https://cdn.jsdelivr.net/npm/graphiql/graphiql.min.css ' ;
You can’t perform that action at this time.
0 commit comments