|
35 | 35 | "vue.js 2",
|
36 | 36 | "vue.js 2 testing",
|
37 | 37 | "vue 2",
|
38 |
| - "vue 2 testing" |
| 38 | + "vue 2 testing", |
| 39 | + "vue.js 3", |
| 40 | + "vue.js 3 testing", |
| 41 | + "vue 3", |
| 42 | + "vue 3 testing" |
39 | 43 | ],
|
40 | 44 | "author": "Daniel Cook",
|
41 | 45 | "license": "MIT",
|
42 | 46 | "dependencies": {
|
43 |
| - "@babel/runtime": "^7.11.2", |
44 |
| - "@testing-library/dom": "^7.24.3", |
45 |
| - "@types/testing-library__vue": "^5.0.0", |
46 |
| - "@vue/test-utils": "^1.1.0" |
| 47 | + "@babel/runtime": "^7.12.1", |
| 48 | + "@testing-library/dom": "^7.26.3", |
| 49 | + "@types/testing-library__vue": "*", |
| 50 | + "@vue/test-utils": "^2.0.0-beta.7", |
| 51 | + "lodash.merge": "^4.6.2" |
47 | 52 | },
|
48 | 53 | "devDependencies": {
|
49 |
| - "@babel/plugin-transform-runtime": "^7.11.5", |
50 |
| - "@testing-library/jest-dom": "^5.11.4", |
| 54 | + "@babel/plugin-transform-runtime": "^7.12.1", |
| 55 | + "@testing-library/jest-dom": "^5.11.5", |
| 56 | + "@vue/compiler-sfc": "^3.0.2", |
51 | 57 | "apollo-boost": "^0.4.9",
|
52 | 58 | "apollo-cache-inmemory": "^1.6.6",
|
| 59 | + "apollo-client": "^2.6.10", |
53 | 60 | "axios": "^0.20.0",
|
54 | 61 | "eslint-plugin-vue": "^6.2.2",
|
55 |
| - "graphql": "^15.3.0", |
| 62 | + "graphql": "^15.4.0", |
56 | 63 | "graphql-tag": "^2.11.0",
|
57 |
| - "isomorphic-unfetch": "^3.0.0", |
| 64 | + "isomorphic-unfetch": "^3.1.0", |
58 | 65 | "jest-serializer-vue": "^2.0.2",
|
59 |
| - "kcd-scripts": "^6.5.1", |
60 |
| - "lodash.merge": "^4.6.2", |
61 |
| - "msw": "^0.21.2", |
| 66 | + "kcd-scripts": "^6.6.0", |
| 67 | + "msw": "^0.21.3", |
62 | 68 | "portal-vue": "^2.1.7",
|
63 |
| - "vee-validate": "^2.2.15", |
64 |
| - "vue": "^2.6.12", |
65 |
| - "vue-apollo": "^3.0.4", |
66 |
| - "vue-i18n": "^8.21.1", |
67 |
| - "vue-jest": "^4.0.0-rc.0", |
68 |
| - "vue-router": "^3.4.5", |
69 |
| - "vue-template-compiler": "^2.6.12", |
70 |
| - "vuetify": "^2.3.10", |
71 |
| - "vuex": "^3.5.1" |
| 69 | + "typescript": "^3.8.3", |
| 70 | + "vee-validate": "^4.0.0-beta.16", |
| 71 | + "vue": "^3.0.2", |
| 72 | + "vue-apollo": "^3.0.5", |
| 73 | + "vue-i18n": "^9.0.0-beta.6", |
| 74 | + "vue-jest": "^5.0.0-alpha.5", |
| 75 | + "vue-router": "^4.0.0-rc.1", |
| 76 | + "vuetify": "^2.3.16", |
| 77 | + "vuex": "^4.0.0-rc.1" |
72 | 78 | },
|
73 | 79 | "peerDependencies": {
|
74 |
| - "vue": "^2.6.10", |
75 |
| - "vue-template-compiler": "^2.6.10" |
| 80 | + "vue": "^3.0", |
| 81 | + "@vue/compiler-sfc": "^3.0" |
76 | 82 | },
|
77 | 83 | "husky": {
|
78 | 84 | "hooks": {
|
|
0 commit comments