File tree Expand file tree Collapse file tree 6 files changed +15
-14
lines changed Expand file tree Collapse file tree 6 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 1
1
accounts-base@1.2.8
2
2
akryum:npm-check@0.0.3
3
3
akryum:vue@1.0.3
4
- akryum:vue-apollo@0.0.6
4
+ akryum:vue-apollo@0.0.7
5
5
akryum:vue-coffee@0.0.2
6
6
akryum:vue-component@0.6.2
7
7
akryum:vue-component-dev-client@0.0.6
Original file line number Diff line number Diff line change 1
1
// Fake word generator
2
- import casual from 'casual ' ;
2
+ import faker from 'faker ' ;
3
3
4
4
// Let's generate some tags
5
5
var id = 0 ;
6
6
var tags = [ ] ;
7
7
for ( let i = 0 ; i < 42 ; i ++ ) {
8
- addTag ( casual . word ) ;
8
+ addTag ( faker . random . word ( ) ) ;
9
9
}
10
10
11
11
function addTag ( label ) {
Original file line number Diff line number Diff line change 1
1
<template lang="jade">
2
2
.app-layout
3
3
locale-select.lang-select
4
- span(slot="arrow") v
5
4
links-menu(:links="links")
6
5
router-view
7
6
</template >
Original file line number Diff line number Diff line change 5
5
"meteor-node-stubs" : " ~0.2.0"
6
6
},
7
7
"devDependencies" : {
8
- "casual" : " ^1.5.3" ,
9
- "express" : " ^4.13.4" ,
8
+ "apollo-client" : " ^0.3.30" ,
10
9
"apollo-server" : " ^0.1.5" ,
10
+ "express" : " ^4.13.4" ,
11
+ "faker" : " ^3.1.0" ,
12
+ "graphql" : " ^0.6.1" ,
13
+ "graphql-tag" : " ^0.1.9" ,
11
14
"graphql-tools" : " ^0.6.0" ,
15
+ "js-cookie" : " ^2.1.2" ,
16
+ "locale" : " ^0.1.0" ,
12
17
"vue" : " ^1.0.24" ,
13
- "apollo-client" : " ^0.3.13" ,
14
- "vue-router" : " ^0.7.13" ,
15
18
"vue-i18n" : " ^4.0.1" ,
16
- "locale" : " ^0.1.0" ,
17
- "js-cookie" : " ^2.1.2" ,
18
- "graphql-tag" : " ^0.1.7" ,
19
+ "vue-router" : " ^0.7.13" ,
19
20
"vuex" : " ^1.0.0-rc.2"
20
21
}
21
22
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"devDependencies" : {
3
- "apollo-client" : " ^0.3.13" ,
4
- "graphql-tag" : " ^0.1.7"
3
+ "apollo-client" : " ^0.3.30" ,
4
+ "graphql" : " ^0.6.1" ,
5
+ "graphql-tag" : " ^0.1.9"
5
6
}
6
7
}
Original file line number Diff line number Diff line change 1
1
Package . describe ( {
2
2
name : 'akryum:vue-apollo' ,
3
- version : '0.0.6 ' ,
3
+ version : '0.0.7 ' ,
4
4
summary : 'Support for apollo client in vue components' ,
5
5
git : 'https://github.com/Akryum/meteor-vue-component' ,
6
6
documentation : 'README.md'
You can’t perform that action at this time.
0 commit comments