|
35 | 35 | "vue.js testing",
|
36 | 36 | "vue",
|
37 | 37 | "vue testing",
|
38 |
| - "vue.js 2", |
39 |
| - "vue.js 2 testing", |
40 |
| - "vue 2", |
41 |
| - "vue 2 testing", |
42 | 38 | "vue.js 3",
|
43 | 39 | "vue.js 3 testing",
|
44 | 40 | "vue 3",
|
|
49 | 45 | "dependencies": {
|
50 | 46 | "@babel/runtime": "^7.15.4",
|
51 | 47 | "@testing-library/dom": "^8.5.0",
|
52 |
| - "@vue/test-utils": "^2.0.0-rc.12" |
| 48 | + "@vue/test-utils": "^2.0.0-rc.18" |
53 | 49 | },
|
54 | 50 | "devDependencies": {
|
55 | 51 | "@apollo/client": "^3.4.11",
|
56 | 52 | "@babel/plugin-transform-runtime": "^7.15.0",
|
57 | 53 | "@testing-library/jest-dom": "^5.14.1",
|
58 | 54 | "@testing-library/user-event": "^13.2.1",
|
59 |
| - "@types/estree": "0.0.48", |
| 55 | + "@types/estree": "^0.0.50", |
60 | 56 | "@vue/apollo-composable": "^4.0.0-alpha.14",
|
61 | 57 | "@vue/compiler-sfc": "^3.2.12",
|
62 | 58 | "apollo-boost": "^0.4.9",
|
63 | 59 | "axios": "^0.20.0",
|
64 |
| - "element-plus": "^1.0.2-beta.64", |
65 |
| - "eslint-plugin-vue": "^7.18.0", |
| 60 | + "element-plus": "^1.3.0-beta.1", |
| 61 | + "eslint-plugin-vue": "^8.2.0", |
66 | 62 | "graphql": "^15.5.3",
|
67 | 63 | "graphql-tag": "^2.12.4",
|
68 | 64 | "isomorphic-unfetch": "^3.1.0",
|
69 | 65 | "jest-serializer-vue": "^2.0.2",
|
70 | 66 | "kcd-scripts": "^10.0.0",
|
71 | 67 | "lodash.merge": "^4.6.2",
|
72 | 68 | "msw": "^0.21.3",
|
73 |
| - "tsd": "^0.17.0", |
| 69 | + "tsd": "^0.19.1", |
74 | 70 | "typescript": "^4.4.3",
|
75 | 71 | "vee-validate": "^4.3.5",
|
76 | 72 | "vue": "^3.2.12",
|
77 | 73 | "vue-apollo": "^3.0.5",
|
78 |
| - "vue-i18n": "^9.1.7", |
| 74 | + "vue-i18n": "^9.2.0-beta.26", |
79 | 75 | "vue-jest": "^5.0.0-alpha.10",
|
80 | 76 | "vue-router": "^4.0.3",
|
81 |
| - "vuetify": "^2.5.8", |
| 77 | + "vuetify": "^v3.0.0-alpha.12", |
82 | 78 | "vuex": "^4.0.0"
|
83 | 79 | },
|
84 | 80 | "peerDependencies": {
|
|
0 commit comments