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 11{
22 "npmClient" : " yarn" ,
33 "useWorkspaces" : true ,
4- "version" : " 4.0.0-alpha.1 " ,
4+ "version" : " 4.0.0-alpha.2 " ,
55 "packages" : [
66 " packages/*"
77 ]
Original file line number Diff line number Diff line change 11{
22 "name" : " private-vue-apollo-docs" ,
3- "version" : " 3 .0.1 " ,
3+ "version" : " 4 .0.0-alpha.2 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " vuepress dev src" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " private-vue-apollo-test-e2e-composable" ,
3- "version" : " 3 .0.1 " ,
3+ "version" : " 4 .0.0-alpha.2 " ,
44 "private" : true ,
55 "scripts" : {
66 "serve" : " vue-cli-service serve" ,
1515 "test:e2e:dev:client" : " vue-cli-service test:e2e --mode development"
1616 },
1717 "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 " ,
2020 "@vue/composition-api" : " ^0.3.2" ,
2121 "core-js" : " ^3.1.2" ,
2222 "graphql-type-json" : " ^0.3.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " private-vue-apollo-test-e2e" ,
3- "version" : " 3 .0.1 " ,
3+ "version" : " 4 .0.0-alpha.2 " ,
44 "private" : true ,
55 "scripts" : {
66 "serve" : " vue-cli-service serve" ,
1515 "test:e2e:dev:client" : " vue-cli-service test:e2e --mode development"
1616 },
1717 "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 " ,
2020 "core-js" : " ^3.1.2" ,
2121 "graphql-type-json" : " ^0.3.0" ,
2222 "marked" : " ^0.7.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " private-vue-apollo-test-ssr-composition" ,
3- "version" : " 3 .0.1 " ,
3+ "version" : " 4 .0.0-alpha.2 " ,
44 "private" : true ,
55 "scripts" : {
66 "serve" : " vue-cli-service serve" ,
2222 "test:e2e:dev:client" : " vue-cli-service test:e2e --mode development --url http://localhost:8000"
2323 },
2424 "dependencies" : {
25- "@vue/apollo-composable" : " ^4.0.0-alpha.1 " ,
25+ "@vue/apollo-composable" : " ^4.0.0-alpha.2 " ,
2626 "@vue/composition-api" : " ^0.3.3" ,
2727 "core-js" : " ^3.1.2" ,
2828 "graphql-type-json" : " ^0.2.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " private-vue-apollo-test-ssr" ,
3- "version" : " 3 .0.1 " ,
3+ "version" : " 4 .0.0-alpha.2 " ,
44 "private" : true ,
55 "scripts" : {
66 "serve" : " vue-cli-service serve" ,
2222 "test:e2e:dev:client" : " vue-cli-service test:e2e --mode development --url http://localhost:8000"
2323 },
2424 "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 " ,
2727 "core-js" : " ^3.1.2" ,
2828 "graphql-type-json" : " ^0.2.1" ,
2929 "isomorphic-fetch" : " ^2.2.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/apollo-components" ,
3- "version" : " 4.0.0-alpha.1 " ,
3+ "version" : " 4.0.0-alpha.2 " ,
44 "description" : " Apollo GraphQL components for Vue.js" ,
55 "main" : " dist/vue-apollo-components.umd.js" ,
66 "module" : " dist/vue-apollo-components.esm.js" ,
3535 "access" : " public"
3636 },
3737 "dependencies" : {
38- "@vue/apollo-option" : " ^4.0.0-alpha.1 "
38+ "@vue/apollo-option" : " ^4.0.0-alpha.2 "
3939 },
4040 "devDependencies" : {
4141 "@babel/core" : " ^7.1.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/apollo-composable" ,
3- "version" : " 4.0.0-alpha.1 " ,
3+ "version" : " 4.0.0-alpha.2 " ,
44 "description" : " Apollo GraphQL for Vue Composition API" ,
55 "repository" : {
66 "type" : " git" ,
4747 "@vue/composition-api" : " ^0.3.4" ,
4848 "typescript" : " ^3.7.2"
4949 }
50- }
50+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/apollo-option" ,
3- "version" : " 4.0.0-alpha.1 " ,
3+ "version" : " 4.0.0-alpha.2 " ,
44 "description" : " Use Apollo and GraphQL with Vue.js using the `apollo` option" ,
55 "main" : " dist/vue-apollo-option.umd.js" ,
66 "module" : " dist/vue-apollo-option.esm.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/apollo-ssr" ,
3- "version" : " 4.0.0-alpha.1 " ,
3+ "version" : " 4.0.0-alpha.2 " ,
44 "description" : " Apollo GraphQL for Vue - Server Side Rendering utilities" ,
55 "repository" : {
66 "type" : " git" ,
3737 "devDependencies" : {
3838 "typescript" : " ^3.7.2"
3939 }
40- }
40+ }
You can’t perform that action at this time.
0 commit comments