|
8 | 8 | "format": "kcd-scripts format",
|
9 | 9 | "build": "kcd-scripts build",
|
10 | 10 | "lint": "kcd-scripts lint",
|
11 |
| - "pretest": "node compatibility-scripts/vue-apollo-patch.js", |
12 | 11 | "test": "kcd-scripts test",
|
13 | 12 | "test:update": "npm test -- --updateSnapshot --coverage",
|
14 | 13 | "validate": "kcd-scripts validate",
|
|
47 | 46 | "author": "Daniel Cook",
|
48 | 47 | "license": "MIT",
|
49 | 48 | "dependencies": {
|
50 |
| - "@babel/runtime": "^7.14.6", |
| 49 | + "@babel/runtime": "^7.14.8", |
51 | 50 | "@testing-library/dom": "^7.31.2",
|
52 |
| - "@vue/test-utils": "^2.0.0-rc.0" |
| 51 | + "@vue/test-utils": "^2.0.0-rc.12" |
53 | 52 | },
|
54 | 53 | "devDependencies": {
|
55 |
| - "@apollo/client": "^3.3.20", |
| 54 | + "@apollo/client": "^3.3.21", |
56 | 55 | "@babel/plugin-transform-runtime": "^7.14.5",
|
57 | 56 | "@testing-library/jest-dom": "^5.14.1",
|
58 | 57 | "@testing-library/user-event": "^13.1.8",
|
59 | 58 | "@types/estree": "0.0.48",
|
60 |
| - "@vue/apollo-composable": "^4.0.0-alpha.12", |
| 59 | + "@vue/apollo-composable": "^4.0.0-alpha.14", |
61 | 60 | "@vue/compiler-sfc": "^3.1.1",
|
62 | 61 | "apollo-boost": "^0.4.9",
|
63 | 62 | "axios": "^0.20.0",
|
64 | 63 | "dtslint": "^4.1.0",
|
65 |
| - "element-plus": "^1.0.1-beta.27", |
66 |
| - "eslint-plugin-vue": "^7.11.1", |
| 64 | + "element-plus": "^1.0.2-beta.64", |
| 65 | + "eslint-plugin-vue": "^7.14.0", |
67 | 66 | "graphql": "^15.5.0",
|
68 | 67 | "graphql-tag": "^2.12.4",
|
69 | 68 | "isomorphic-unfetch": "^3.1.0",
|
70 | 69 | "jest-serializer-vue": "^2.0.2",
|
71 | 70 | "kcd-scripts": "^10.0.0",
|
72 | 71 | "lodash.merge": "^4.6.2",
|
73 | 72 | "msw": "^0.21.3",
|
74 |
| - "typescript": "^4.1.5", |
| 73 | + "typescript": "^4.3.5", |
75 | 74 | "vee-validate": "^4.3.5",
|
76 | 75 | "vue": "^3.0.4",
|
77 | 76 | "vue-apollo": "^3.0.5",
|
|
0 commit comments