|
10 | 10 | "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
|
11 | 11 | "version": "babel src --out-dir npm"
|
12 | 12 | },
|
| 13 | + "files": [ |
| 14 | + "npm" |
| 15 | + ], |
13 | 16 | "repository": {
|
14 | 17 | "type": "git",
|
15 | 18 | "url": "https://github.com/dfcook/vue-testing-library"
|
|
28 | 31 | "license": "MIT",
|
29 | 32 | "dependencies": {
|
30 | 33 | "@vue/test-utils": "^1.0.0-beta.27",
|
31 |
| - "dom-testing-library": "^3.15.0", |
| 34 | + "dom-testing-library": "^3.16.1", |
32 | 35 | "vue": "^2.5.21",
|
33 | 36 | "vue-template-compiler": "^2.5.21"
|
34 | 37 | },
|
35 | 38 | "devDependencies": {
|
36 |
| - "@babel/cli": "^7.2.0", |
37 |
| - "@babel/core": "^7.2.0", |
| 39 | + "@babel/cli": "^7.2.3", |
| 40 | + "@babel/core": "^7.2.2", |
38 | 41 | "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
|
39 | 42 | "@babel/plugin-transform-runtime": "^7.2.0",
|
40 |
| - "@babel/preset-env": "^7.2.0", |
| 43 | + "@babel/preset-env": "^7.2.3", |
41 | 44 | "axios": "^0.18.0",
|
42 | 45 | "babel-core": "^7.0.0-bridge.0",
|
43 | 46 | "babel-eslint": "^10.0.1",
|
44 | 47 | "babel-jest": "^23.6.0",
|
45 | 48 | "coveralls": "^3.0.2",
|
46 |
| - "eslint": "^5.10.0", |
| 49 | + "eslint": "^5.11.0", |
47 | 50 | "eslint-config-standard": "^12.0.0",
|
48 | 51 | "eslint-plugin-import": "^2.14.0",
|
49 | 52 | "eslint-plugin-node": "^8.0.0",
|
|
0 commit comments