|
15 | 15 | "setup": "npm install && npm run validate -s"
|
16 | 16 | },
|
17 | 17 | "engines": {
|
18 | | - "node": ">=12" |
| 18 | + "node": ">=14" |
19 | 19 | },
|
20 | 20 | "files": [
|
21 | 21 | "types",
|
|
43 | 43 | "author": "Daniel Cook",
|
44 | 44 | "license": "MIT",
|
45 | 45 | "dependencies": {
|
46 | | - "@babel/runtime": "^7.15.4", |
47 | | - "@testing-library/dom": "^8.5.0", |
48 | | - "@vue/test-utils": "^2.0.0" |
| 46 | + "@babel/runtime": "^7.21.0", |
| 47 | + "@testing-library/dom": "^9.0.1", |
| 48 | + "@vue/test-utils": "^2.3.1" |
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 | | - "@apollo/client": "^3.4.11", |
52 | | - "@babel/plugin-transform-runtime": "^7.15.0", |
53 | | - "@testing-library/jest-dom": "^5.14.1", |
54 | | - "@testing-library/user-event": "^13.2.1", |
55 | | - "@types/estree": "^0.0.50", |
56 | | - "@vue/apollo-composable": "^4.0.0-alpha.14", |
57 | | - "@vue/compiler-sfc": "^3.2.12", |
58 | | - "apollo-boost": "^0.4.9", |
59 | | - "axios": "^0.20.0", |
60 | | - "element-plus": "^1.3.0-beta.1", |
61 | | - "eslint-plugin-vue": "^8.2.0", |
62 | | - "graphql": "^15.5.3", |
63 | | - "graphql-tag": "^2.12.4", |
64 | | - "isomorphic-unfetch": "^3.1.0", |
65 | | - "jest-serializer-vue": "^2.0.2", |
66 | | - "kcd-scripts": "^10.0.0", |
| 51 | + "@babel/plugin-transform-runtime": "^7.21.0", |
| 52 | + "@element-plus/icons-vue": "^2.1.0", |
| 53 | + "@testing-library/jest-dom": "^5.16.5", |
| 54 | + "@testing-library/user-event": "^14.4.3", |
| 55 | + "@types/estree": "^1.0.0", |
| 56 | + "@vue/compiler-sfc": "^3.2.47", |
| 57 | + "@vue/server-renderer": "^3.2.47", |
| 58 | + "@vue/vue3-jest": "^29.2.3", |
| 59 | + "axios": "^1.3.4", |
| 60 | + "element-plus": "^2.2.36", |
| 61 | + "eslint-plugin-vue": "^9.9.0", |
| 62 | + "isomorphic-unfetch": "^4.0.2", |
| 63 | + "jest-environment-jsdom": "^29.5.0", |
| 64 | + "jest-serializer-vue": "^3.1.0", |
| 65 | + "kcd-scripts": "^13.0.0", |
67 | 66 | "lodash.merge": "^4.6.2",
|
68 | | - "msw": "^0.21.3", |
69 | | - "tsd": "^0.19.1", |
70 | | - "typescript": "^4.4.3", |
71 | | - "vee-validate": "^4.3.5", |
72 | | - "vue": "^3.2.12", |
73 | | - "vue-apollo": "^3.0.5", |
74 | | - "vue-i18n": "^9.2.0-beta.26", |
75 | | - "vue-jest": "^5.0.0-alpha.10", |
76 | | - "vue-router": "^4.0.3", |
77 | | - "vuetify": "^v3.0.0-alpha.12", |
78 | | - "vuex": "^4.0.0" |
| 67 | + "msw": "^1.1.0", |
| 68 | + "tsd": "^0.27.0", |
| 69 | + "typescript": "^4.9.5", |
| 70 | + "vee-validate": "^4.7.4", |
| 71 | + "vue": "^3.2.47", |
| 72 | + "vue-eslint-parser": "^9.1.0", |
| 73 | + "vue-i18n": "^9.2.2", |
| 74 | + "vue-router": "^4.1.6", |
| 75 | + "vuex": "^4.1.0" |
79 | 76 | },
|
80 | 77 | "peerDependencies": {
|
81 | 78 | "@vue/compiler-sfc": ">= 3",
|
|
0 commit comments