File tree Expand file tree Collapse file tree 5 files changed +16
-8248
lines changed
packages/graphql-playground-electron Expand file tree Collapse file tree 5 files changed +16
-8248
lines changed Original file line number Diff line number Diff line change 95
95
"graphcool-ui" : " ^0.0.13" ,
96
96
"graphql-config" : " ^1.1.2" ,
97
97
"graphql-config-extension-graphcool" : " 1.0.0" ,
98
- "graphql-playground-react" : " 1.3.20" ,
98
+ "graphql-playground-react" : " ^ 1.3.20" ,
99
99
"js-yaml" : " ^3.10.0" ,
100
100
"lodash.merge" : " ^4.6.0" ,
101
101
"minimist" : " ^1.2.0" ,
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import * as React from 'react'
2
2
import { remote , ipcRenderer } from 'electron'
3
3
import { Provider } from 'react-redux'
4
4
import * as cx from 'classnames'
5
- import { Playground as IPlayground } from 'graphql-playground/lib/components/Playground'
6
- import Playground from 'graphql-playground'
5
+ import { Playground as IPlayground } from 'graphql-playground-react /lib/components/Playground'
6
+ import Playground from 'graphql-playground-react '
7
7
import {
8
8
getGraphQLConfig ,
9
9
findGraphQLConfigFile ,
Original file line number Diff line number Diff line change 1
1
import { combineReducers } from 'redux'
2
- import graphiqlDocs from 'graphql-playground/lib/reducers/graphiql-docs'
2
+ import graphiqlDocs from 'graphql-playground-react /lib/reducers/graphiql-docs'
3
3
import history from './history'
4
4
5
5
const combinedReducers = combineReducers ( {
You can’t perform that action at this time.
0 commit comments