Skip to content

Commit 71b9cb6

Browse files
author
Roy Sutton
committed
Add to enact-all-samples
Enact-DCO-1.0-Signed-off-by: Roy Sutton [email protected]
1 parent d138442 commit 71b9cb6

File tree

17 files changed

+6
-0
lines changed

17 files changed

+6
-0
lines changed

enact-all-samples/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@
3434
"@enact/spotlight": "^1.1.0",
3535
"@enact/ui": "^1.1.0",
3636
"@enact/webos": "^1.1.0",
37+
"apollo-boost": "^0.1.8",
38+
"graphql": "^0.13.2",
39+
"graphql-tag": "^2.9.2",
3740
"prop-types": "^15.5.8",
3841
"react": "^15.5.4",
42+
"react-apollo": "^2.1.5",
3943
"react-dom": "^15.5.4",
4044
"react-redux": "^5.0.3",
4145
"react-router": "^4.1.1",

enact-all-samples/src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import PatternActivityPanelsDeepLinking from '../../pattern-activity-panels-deep
1111
import PatternActivityPanelsRedux from '../../pattern-activity-panels-redux/src/main';
1212
import PatternDynamicPanel from '../../pattern-dynamic-panel/src/App';
1313
import PatternExpandableList from '../../pattern-expandablelist-object/src/App';
14+
import PatternGraphQL from '../../pattern-graphql/src/App';
1415
import PatternListDetails from '../../pattern-list-details/src/App';
1516
import PatternListDetailsRedux from '../../pattern-list-details-redux/src/main';
1617
import PatternLocaleSwitching from '../../pattern-locale-switching/src/main';
@@ -29,6 +30,7 @@ export const routes = [
2930
{ path: '/PatternActivityPanelsRedux', component: PatternActivityPanelsRedux},
3031
{ path: '/PatternDynamicPanel', component: PatternDynamicPanel},
3132
{ path: '/PatternExpandableList', component: PatternExpandableList},
33+
{ path: '/PatternGraphQL', component: PatternGraphQL},
3234
{ path: '/PatternListDetails', component: PatternListDetails},
3335
{ path: '/PatternListDetailsRedux', component: PatternListDetailsRedux},
3436
{ path: '/PatternLocaleSwitching', component: PatternLocaleSwitching},
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)