File tree Expand file tree Collapse file tree 4 files changed +22
-18
lines changed
packages/graphql-playground-electron Expand file tree Collapse file tree 4 files changed +22
-18
lines changed Original file line number Diff line number Diff line change 14
14
15
15
electron-build :
16
16
macos :
17
- xcode : ' 10.0 '
17
+ xcode : ' 9.4.1 '
18
18
steps :
19
19
- checkout
20
20
- run : |
Original file line number Diff line number Diff line change 165
165
"tslint" : " 5.10.0" ,
166
166
"tslint-graphcool-frontend" : " 0.0.3" ,
167
167
"tslint-loader" : " 3.6.0" ,
168
- "typescript" : " 2.8.3 " ,
168
+ "typescript" : " 3.0.1 " ,
169
169
"url-loader" : " 0.6.2" ,
170
170
"wait-on" : " 2.1.0" ,
171
171
"webpack" : " 3.10.0" ,
Original file line number Diff line number Diff line change @@ -128,7 +128,8 @@ class App extends React.Component<ReduxProps, State> {
128
128
return {
129
129
endpoint : args . endpoint ,
130
130
subscriptionsEndpoint : args [ 'subscriptions-endpoint' ] ,
131
- platformToken : args [ 'platform-token' ] || localStorage . platformToken ,
131
+ platformToken :
132
+ args [ 'platform-token' ] || localStorage . getItem ( 'platformToken' ) ,
132
133
env : args . env ,
133
134
}
134
135
}
@@ -648,14 +649,17 @@ const mapStateToProps = createStructuredSelector({
648
649
endpoint : getEndpoint ,
649
650
} )
650
651
651
- export default connect ( mapStateToProps , {
652
- openSettingsTab,
653
- selectNextTab,
654
- selectPrevTab,
655
- closeSelectedTab,
656
- refetchSchema,
657
- newSession,
658
- saveFile,
659
- newFileTab,
660
- selectAppHistoryItem,
661
- } ) ( App )
652
+ export default connect (
653
+ mapStateToProps ,
654
+ {
655
+ openSettingsTab,
656
+ selectNextTab,
657
+ selectPrevTab,
658
+ closeSelectedTab,
659
+ refetchSchema,
660
+ newSession,
661
+ saveFile,
662
+ newFileTab,
663
+ selectAppHistoryItem,
664
+ } ,
665
+ ) ( App )
Original file line number Diff line number Diff line change @@ -1883,7 +1883,7 @@ code-point-at@^1.0.0:
1883
1883
version "1.1.0"
1884
1884
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
1885
1885
1886
- codemirror-graphql@^0.6.11, " codemirror-graphql@github: timsuchanek/codemirror-graphql#details-fix" :
1886
+ codemirror-graphql@^0.6.11, codemirror-graphql@timsuchanek/codemirror-graphql#details-fix:
1887
1887
version "0.6.12"
1888
1888
resolved "https://codeload.github.com/timsuchanek/codemirror-graphql/tar.gz/801ec32683c38d6dc0f8f7bc19014a111edc9ebd"
1889
1889
dependencies :
@@ -8270,9 +8270,9 @@ typedarray@^0.0.6:
8270
8270
version "0.0.6"
8271
8271
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
8272
8272
8273
- typescript@2.8.3 :
8274
- version "2.8.3 "
8275
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.3 .tgz#5d817f9b6f31bb871835f4edf0089f21abe6c170 "
8273
+ typescript@3.0.1 :
8274
+ version "3.0.1 "
8275
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.1 .tgz#43738f29585d3a87575520a4b93ab6026ef11fdb "
8276
8276
8277
8277
ua-parser-js@^0.7.9 :
8278
8278
version "0.7.18"
You can’t perform that action at this time.
0 commit comments