|
40 | 40 | "author": "Daniel Cook",
|
41 | 41 | "license": "MIT",
|
42 | 42 | "dependencies": {
|
43 |
| - "@babel/runtime": "^7.9.6", |
44 |
| - "@testing-library/dom": "^7.5.7", |
45 |
| - "@types/testing-library__vue": "^2.0.1", |
46 |
| - "@vue/test-utils": "^1.0.3" |
| 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 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 |
| - "@babel/plugin-transform-runtime": "^7.9.6", |
50 |
| - "@testing-library/jest-dom": "^5.7.0", |
| 49 | + "@babel/plugin-transform-runtime": "^7.11.5", |
| 50 | + "@testing-library/jest-dom": "^5.11.4", |
51 | 51 | "apollo-boost": "^0.4.9",
|
52 | 52 | "apollo-cache-inmemory": "^1.6.6",
|
53 |
| - "axios": "^0.19.2", |
| 53 | + "axios": "^0.20.0", |
54 | 54 | "eslint-plugin-vue": "^6.2.2",
|
55 |
| - "graphql": "^15.0.0", |
56 |
| - "graphql-tag": "^2.10.3", |
| 55 | + "graphql": "^15.3.0", |
| 56 | + "graphql-tag": "^2.11.0", |
57 | 57 | "isomorphic-unfetch": "^3.0.0",
|
58 | 58 | "jest-serializer-vue": "^2.0.2",
|
59 |
| - "kcd-scripts": "^5.11.1", |
| 59 | + "kcd-scripts": "^6.5.1", |
60 | 60 | "lodash.merge": "^4.6.2",
|
61 |
| - "msw": "^0.20.5", |
| 61 | + "msw": "^0.21.2", |
62 | 62 | "portal-vue": "^2.1.7",
|
63 | 63 | "vee-validate": "^2.2.15",
|
64 |
| - "vue": "^2.6.11", |
65 |
| - "vue-apollo": "^3.0.3", |
66 |
| - "vue-i18n": "^8.17.6", |
67 |
| - "vue-jest": "^4.0.0-beta.2", |
68 |
| - "vue-router": "^3.1.6", |
69 |
| - "vue-template-compiler": "^2.6.11", |
70 |
| - "vuetify": "^2.2.28", |
71 |
| - "vuex": "^3.4.0" |
| 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" |
72 | 72 | },
|
73 | 73 | "peerDependencies": {
|
74 | 74 | "vue": "^2.6.10",
|
|
0 commit comments