|
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 | 47 | "@testing-library/dom": "^7.24.3",
|
45 |
| - "@types/testing-library__vue": "^5.0.0", |
46 |
| - "@vue/test-utils": "^1.1.0" |
| 48 | + "@babel/runtime": "^7.9.6", |
| 49 | + "@types/testing-library__vue": "*", |
| 50 | + "@vue/test-utils": "^2.0.0-alpha.3" |
47 | 51 | },
|
48 | 52 | "devDependencies": {
|
49 | 53 | "@babel/plugin-transform-runtime": "^7.11.5",
|
50 | 54 | "@testing-library/jest-dom": "^5.11.4",
|
51 | 55 | "apollo-boost": "^0.4.9",
|
52 | 56 | "apollo-cache-inmemory": "^1.6.6",
|
53 | 57 | "axios": "^0.20.0",
|
| 58 | + "apollo-client": "^2.6.10", |
| 59 | + "@vue/compiler-sfc": "^3.0", |
54 | 60 | "eslint-plugin-vue": "^6.2.2",
|
55 | 61 | "graphql": "^15.3.0",
|
56 | 62 | "graphql-tag": "^2.11.0",
|
|
60 | 66 | "lodash.merge": "^4.6.2",
|
61 | 67 | "msw": "^0.21.2",
|
62 | 68 | "portal-vue": "^2.1.7",
|
| 69 | + "typescript": "^3.8.3", |
63 | 70 | "vee-validate": "^2.2.15",
|
64 |
| - "vue": "^2.6.12", |
| 71 | + "vue": "^3.0", |
65 | 72 | "vue-apollo": "^3.0.4",
|
66 | 73 | "vue-i18n": "^8.21.1",
|
67 | 74 | "vue-jest": "^4.0.0-rc.0",
|
68 | 75 | "vue-router": "^3.4.5",
|
69 |
| - "vue-template-compiler": "^2.6.12", |
| 76 | + "vue-template-compiler": "^3.0", |
70 | 77 | "vuetify": "^2.3.10",
|
71 | 78 | "vuex": "^3.5.1"
|
72 | 79 | },
|
73 | 80 | "peerDependencies": {
|
74 |
| - "vue": "^2.6.10", |
75 |
| - "vue-template-compiler": "^2.6.10" |
| 81 | + "vue": "^3.0", |
| 82 | + "@vue/compiler-sfc": "^3.0" |
76 | 83 | },
|
77 | 84 | "husky": {
|
78 | 85 | "hooks": {
|
|
0 commit comments