|
47 | 47 | "author": "Daniel Cook",
|
48 | 48 | "license": "MIT",
|
49 | 49 | "dependencies": {
|
50 |
| - "@babel/runtime": "^7.12.1", |
51 |
| - "@testing-library/dom": "^7.28.1", |
52 |
| - "@vue/test-utils": "^2.0.0-beta.12" |
| 50 | + "@babel/runtime": "^7.12.13", |
| 51 | + "@testing-library/dom": "^7.29.4", |
| 52 | + "@vue/test-utils": "^2.0.0-rc.0" |
53 | 53 | },
|
54 | 54 | "devDependencies": {
|
55 | 55 | "@apollo/client": "3.3.6",
|
56 |
| - "@babel/plugin-transform-runtime": "^7.12.1", |
57 |
| - "@testing-library/jest-dom": "^5.11.5", |
58 |
| - "@testing-library/user-event": "^12.4.0", |
| 56 | + "@babel/plugin-transform-runtime": "^7.12.15", |
| 57 | + "@testing-library/jest-dom": "^5.11.9", |
| 58 | + "@testing-library/user-event": "^12.7.0", |
59 | 59 | "@types/estree": "0.0.45",
|
60 | 60 | "@vue/apollo-composable": "^4.0.0-alpha.12",
|
61 | 61 | "@vue/compiler-sfc": "^3.0.4",
|
62 | 62 | "apollo-boost": "^0.4.9",
|
63 | 63 | "axios": "^0.20.0",
|
64 |
| - "dtslint": "^4.0.6", |
65 |
| - "element-plus": "^1.0.1-beta.7", |
66 |
| - "eslint-plugin-vue": "^7.1.0", |
67 |
| - "graphql": "^15.4.0", |
| 64 | + "dtslint": "^4.0.7", |
| 65 | + "element-plus": "^1.0.1-beta.27", |
| 66 | + "eslint-plugin-vue": "^7.5.0", |
| 67 | + "graphql": "^15.5.0", |
68 | 68 | "graphql-tag": "^2.11.0",
|
69 | 69 | "isomorphic-unfetch": "^3.1.0",
|
70 | 70 | "jest-serializer-vue": "^2.0.2",
|
71 |
| - "kcd-scripts": "^7.5.1", |
| 71 | + "kcd-scripts": "^7.6.0", |
72 | 72 | "lodash.merge": "^4.6.2",
|
73 | 73 | "msw": "^0.21.3",
|
74 |
| - "typescript": "^4.1.2", |
75 |
| - "vee-validate": "^4.0.2", |
| 74 | + "typescript": "^4.1.5", |
| 75 | + "vee-validate": "^4.1.18", |
76 | 76 | "vue": "^3.0.4",
|
77 | 77 | "vue-apollo": "^3.0.5",
|
78 |
| - "vue-i18n": "^9.0.0-beta.10", |
79 |
| - "vue-jest": "^5.0.0-alpha.7", |
80 |
| - "vue-router": "^4.0.1", |
81 |
| - "vuetify": "^2.3.19", |
82 |
| - "vuex": "^4.0.0-rc.2" |
| 78 | + "vue-i18n": "^9.0.0-rc.6", |
| 79 | + "vue-jest": "^5.0.0-alpha.8", |
| 80 | + "vue-router": "^4.0.3", |
| 81 | + "vuetify": "^2.4.4", |
| 82 | + "vuex": "^4.0.0" |
83 | 83 | },
|
84 | 84 | "peerDependencies": {
|
85 | 85 | "@vue/compiler-sfc": ">= 3",
|
|
0 commit comments