|
2 | 2 | "name": "@testing-library/vue", |
3 | 3 | "version": "0.0.0-semantically-released", |
4 | 4 | "description": "Simple and complete Vue DOM testing utilities that encourage good testing practices.", |
5 | | - "main": "dist/vue-testing-library.js", |
| 5 | + "main": "dist/index.js", |
| 6 | + "types": "types/index.d.ts", |
6 | 7 | "scripts": { |
7 | 8 | "format": "kcd-scripts format", |
8 | 9 | "build": "kcd-scripts build", |
|
16 | 17 | "node": ">10.18" |
17 | 18 | }, |
18 | 19 | "files": [ |
| 20 | + "types", |
19 | 21 | "dist", |
20 | 22 | "cleanup-after-each.js" |
21 | 23 | ], |
|
45 | 47 | "license": "MIT", |
46 | 48 | "dependencies": { |
47 | 49 | "@babel/runtime": "^7.12.1", |
48 | | - "@testing-library/dom": "^7.26.3", |
49 | | - "@vue/test-utils": "^2.0.0-beta.10", |
| 50 | + "@testing-library/dom": "^7.28.1", |
| 51 | + "@vue/test-utils": "^2.0.0-beta.12", |
50 | 52 | "lodash.merge": "^4.6.2" |
51 | 53 | }, |
52 | 54 | "devDependencies": { |
53 | 55 | "@babel/plugin-transform-runtime": "^7.12.1", |
54 | 56 | "@testing-library/jest-dom": "^5.11.5", |
55 | | - "@testing-library/user-event": "^12.2.2", |
56 | | - "@vue/compiler-sfc": "^3.0.2", |
| 57 | + "@testing-library/user-event": "^12.4.0", |
| 58 | + "@types/estree": "0.0.45", |
| 59 | + "@vue/compiler-sfc": "^3.0.4", |
57 | 60 | "apollo-boost": "^0.4.9", |
58 | 61 | "apollo-cache-inmemory": "^1.6.6", |
59 | 62 | "apollo-client": "^2.6.10", |
60 | 63 | "axios": "^0.20.0", |
| 64 | + "dtslint": "^4.0.6", |
61 | 65 | "eslint-plugin-vue": "^7.1.0", |
62 | 66 | "graphql": "^15.4.0", |
63 | 67 | "graphql-tag": "^2.11.0", |
64 | 68 | "isomorphic-unfetch": "^3.1.0", |
65 | 69 | "jest-serializer-vue": "^2.0.2", |
66 | | - "kcd-scripts": "^7.0.3", |
| 70 | + "kcd-scripts": "^7.5.1", |
67 | 71 | "msw": "^0.21.3", |
68 | 72 | "portal-vue": "^2.1.7", |
69 | 73 | "typescript": "^4.1.2", |
70 | | - "vee-validate": "^4.0.0-beta.16", |
71 | | - "vue": "^3.0.2", |
| 74 | + "vee-validate": "^4.0.2", |
| 75 | + "vue": "^3.0.4", |
72 | 76 | "vue-apollo": "^3.0.5", |
73 | 77 | "vue-i18n": "^9.0.0-beta.6", |
74 | | - "vue-jest": "^5.0.0-alpha.5", |
75 | | - "vue-router": "^4.0.0-rc.1", |
76 | | - "vuetify": "^2.3.16", |
77 | | - "vuex": "^4.0.0-rc.1" |
| 78 | + "vue-jest": "^5.0.0-alpha.7", |
| 79 | + "vue-router": "^4.0.0-rc.6", |
| 80 | + "vuetify": "^2.3.19", |
| 81 | + "vuex": "^4.0.0-rc.2" |
78 | 82 | }, |
79 | 83 | "peerDependencies": { |
80 | 84 | "vue": ">= 3", |
|
0 commit comments