File tree Expand file tree Collapse file tree 11 files changed +22
-22
lines changed Expand file tree Collapse file tree 11 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
3
"useWorkspaces" : true ,
4
- "version" : " 4.0.0-alpha.1 " ,
4
+ "version" : " 4.0.0-alpha.2 " ,
5
5
"packages" : [
6
6
" packages/*"
7
7
]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " private-vue-apollo-docs" ,
3
- "version" : " 3 .0.1 " ,
3
+ "version" : " 4 .0.0-alpha.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " vuepress dev src" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " private-vue-apollo-test-e2e-composable" ,
3
- "version" : " 3 .0.1 " ,
3
+ "version" : " 4 .0.0-alpha.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"serve" : " vue-cli-service serve" ,
15
15
"test:e2e:dev:client" : " vue-cli-service test:e2e --mode development"
16
16
},
17
17
"dependencies" : {
18
- "@vue/apollo-composable" : " ^4.0.0-alpha.1 " ,
19
- "@vue/apollo-util" : " ^4.0.0-alpha.1 " ,
18
+ "@vue/apollo-composable" : " ^4.0.0-alpha.2 " ,
19
+ "@vue/apollo-util" : " ^4.0.0-alpha.2 " ,
20
20
"@vue/composition-api" : " ^0.3.2" ,
21
21
"core-js" : " ^3.1.2" ,
22
22
"graphql-type-json" : " ^0.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " private-vue-apollo-test-e2e" ,
3
- "version" : " 3 .0.1 " ,
3
+ "version" : " 4 .0.0-alpha.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"serve" : " vue-cli-service serve" ,
15
15
"test:e2e:dev:client" : " vue-cli-service test:e2e --mode development"
16
16
},
17
17
"dependencies" : {
18
- "@vue/apollo-option " : " ^4.0.0-alpha.1 " ,
19
- "@vue/apollo-components " : " ^4.0.0-alpha.1 " ,
18
+ "@vue/apollo-components " : " ^4.0.0-alpha.2 " ,
19
+ "@vue/apollo-option " : " ^4.0.0-alpha.2 " ,
20
20
"core-js" : " ^3.1.2" ,
21
21
"graphql-type-json" : " ^0.3.0" ,
22
22
"marked" : " ^0.7.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " private-vue-apollo-test-ssr-composition" ,
3
- "version" : " 3 .0.1 " ,
3
+ "version" : " 4 .0.0-alpha.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"serve" : " vue-cli-service serve" ,
22
22
"test:e2e:dev:client" : " vue-cli-service test:e2e --mode development --url http://localhost:8000"
23
23
},
24
24
"dependencies" : {
25
- "@vue/apollo-composable" : " ^4.0.0-alpha.1 " ,
25
+ "@vue/apollo-composable" : " ^4.0.0-alpha.2 " ,
26
26
"@vue/composition-api" : " ^0.3.3" ,
27
27
"core-js" : " ^3.1.2" ,
28
28
"graphql-type-json" : " ^0.2.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " private-vue-apollo-test-ssr" ,
3
- "version" : " 3 .0.1 " ,
3
+ "version" : " 4 .0.0-alpha.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"serve" : " vue-cli-service serve" ,
22
22
"test:e2e:dev:client" : " vue-cli-service test:e2e --mode development --url http://localhost:8000"
23
23
},
24
24
"dependencies" : {
25
- "@vue/apollo-option " : " ^4.0.0-alpha.1 " ,
26
- "@vue/apollo-components " : " ^4.0.0-alpha.1 " ,
25
+ "@vue/apollo-components " : " ^4.0.0-alpha.2 " ,
26
+ "@vue/apollo-option " : " ^4.0.0-alpha.2 " ,
27
27
"core-js" : " ^3.1.2" ,
28
28
"graphql-type-json" : " ^0.2.1" ,
29
29
"isomorphic-fetch" : " ^2.2.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/apollo-components" ,
3
- "version" : " 4.0.0-alpha.1 " ,
3
+ "version" : " 4.0.0-alpha.2 " ,
4
4
"description" : " Apollo GraphQL components for Vue.js" ,
5
5
"main" : " dist/vue-apollo-components.umd.js" ,
6
6
"module" : " dist/vue-apollo-components.esm.js" ,
35
35
"access" : " public"
36
36
},
37
37
"dependencies" : {
38
- "@vue/apollo-option" : " ^4.0.0-alpha.1 "
38
+ "@vue/apollo-option" : " ^4.0.0-alpha.2 "
39
39
},
40
40
"devDependencies" : {
41
41
"@babel/core" : " ^7.1.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/apollo-composable" ,
3
- "version" : " 4.0.0-alpha.1 " ,
3
+ "version" : " 4.0.0-alpha.2 " ,
4
4
"description" : " Apollo GraphQL for Vue Composition API" ,
5
5
"repository" : {
6
6
"type" : " git" ,
47
47
"@vue/composition-api" : " ^0.3.4" ,
48
48
"typescript" : " ^3.7.2"
49
49
}
50
- }
50
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/apollo-option" ,
3
- "version" : " 4.0.0-alpha.1 " ,
3
+ "version" : " 4.0.0-alpha.2 " ,
4
4
"description" : " Use Apollo and GraphQL with Vue.js using the `apollo` option" ,
5
5
"main" : " dist/vue-apollo-option.umd.js" ,
6
6
"module" : " dist/vue-apollo-option.esm.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/apollo-ssr" ,
3
- "version" : " 4.0.0-alpha.1 " ,
3
+ "version" : " 4.0.0-alpha.2 " ,
4
4
"description" : " Apollo GraphQL for Vue - Server Side Rendering utilities" ,
5
5
"repository" : {
6
6
"type" : " git" ,
37
37
"devDependencies" : {
38
38
"typescript" : " ^3.7.2"
39
39
}
40
- }
40
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/apollo-util" ,
3
- "version" : " 4.0.0-alpha.1 " ,
3
+ "version" : " 4.0.0-alpha.2 " ,
4
4
"description" : " Apollo GraphQL for Vue - Utilities" ,
5
5
"repository" : {
6
6
"type" : " git" ,
34
34
"devDependencies" : {
35
35
"typescript" : " ^3.7.2"
36
36
}
37
- }
37
+ }
You can’t perform that action at this time.
0 commit comments