|
31 | 31 | "author": "Daniel Cook",
|
32 | 32 | "license": "MIT",
|
33 | 33 | "dependencies": {
|
34 |
| - "@testing-library/dom": "^5.2.0", |
| 34 | + "@testing-library/dom": "^5.6.0", |
35 | 35 | "@vue/test-utils": "^1.0.0-beta.29",
|
36 | 36 | "vue": "^2.6.10",
|
37 | 37 | "vue-template-compiler": "^2.6.10"
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 |
| - "@babel/cli": "^7.4.4", |
41 |
| - "@babel/core": "^7.4.5", |
42 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
43 |
| - "@babel/plugin-transform-runtime": "^7.4.4", |
44 |
| - "@babel/preset-env": "^7.4.5", |
| 40 | + "@babel/cli": "^7.5.0", |
| 41 | + "@babel/core": "^7.5.4", |
| 42 | + "@babel/plugin-proposal-object-rest-spread": "^7.5.4", |
| 43 | + "@babel/plugin-transform-runtime": "^7.5.0", |
| 44 | + "@babel/preset-env": "^7.5.4", |
| 45 | + "@testing-library/jest-dom": "^4.0.0", |
45 | 46 | "axios": "^0.19.0",
|
46 | 47 | "babel-core": "^7.0.0-bridge.0",
|
47 |
| - "babel-eslint": "^10.0.1", |
| 48 | + "babel-eslint": "^10.0.2", |
48 | 49 | "babel-jest": "^24.8.0",
|
49 |
| - "coveralls": "^3.0.3", |
| 50 | + "coveralls": "^3.0.5", |
50 | 51 | "eslint": "^5.16.0",
|
51 | 52 | "eslint-config-prettier": "^4.3.0",
|
52 | 53 | "eslint-config-standard": "^12.0.0",
|
53 |
| - "eslint-plugin-import": "^2.17.3", |
| 54 | + "eslint-plugin-import": "^2.18.0", |
54 | 55 | "eslint-plugin-node": "^9.1.0",
|
55 | 56 | "eslint-plugin-prettier": "^3.1.0",
|
56 |
| - "eslint-plugin-promise": "^4.1.1", |
| 57 | + "eslint-plugin-promise": "^4.2.1", |
57 | 58 | "eslint-plugin-standard": "^4.0.0",
|
58 |
| - "eslint-plugin-vue": "^5.2.2", |
59 |
| - "husky": "^2.4.0", |
| 59 | + "eslint-plugin-vue": "^5.2.3", |
| 60 | + "husky": "^3.0.0", |
60 | 61 | "jest": "^24.8.0",
|
61 |
| - "jest-dom": "^3.4.0", |
62 | 62 | "jest-in-case": "^1.0.2",
|
63 | 63 | "jest-serializer-vue": "^2.0.2",
|
64 |
| - "lint-staged": "^8.1.7", |
65 |
| - "prettier": "^1.17.1", |
66 |
| - "vee-validate": "^2.2.9", |
| 64 | + "lint-staged": "^9.2.0", |
| 65 | + "prettier": "^1.18.2", |
| 66 | + "vee-validate": "^2.2.13", |
67 | 67 | "vue-i18n": "^8.12.0",
|
68 | 68 | "vue-jest": "^3.0.4",
|
69 |
| - "vue-router": "^3.0.6", |
| 69 | + "vue-router": "^3.0.7", |
70 | 70 | "vuex": "^3.1.1"
|
71 | 71 | },
|
72 | 72 | "husky": {
|
|
0 commit comments