|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 | 13 | "js-yaml": "^3.13.1",
|
14 |
| - "json5": "^2.1.0" |
| 14 | + "json5": "^2.1.1" |
15 | 15 | },
|
16 | 16 | "devDependencies": {
|
17 |
| - "@types/jest": "^24.0.15", |
| 17 | + "@types/jest": "^24.0.25", |
18 | 18 | "@types/js-yaml": "^3.12.1",
|
19 | 19 | "@types/jsdom": "^12.2.4",
|
20 | 20 | "@types/json5": "^0.0.30",
|
21 | 21 | "@types/memory-fs": "^0.3.2",
|
22 |
| - "@types/node": "^12.6.8", |
23 |
| - "@types/webpack": "^4.4.35", |
| 22 | + "@types/node": "^13.1.4", |
| 23 | + "@types/webpack": "^4.41.1", |
24 | 24 | "@types/webpack-merge": "^4.1.5",
|
25 |
| - "@typescript-eslint/eslint-plugin": "^1.12.0", |
26 |
| - "@typescript-eslint/parser": "^1.12.0", |
27 |
| - "@typescript-eslint/typescript-estree": "^1.12.0", |
| 25 | + "@typescript-eslint/eslint-plugin": "^2.14.0", |
| 26 | + "@typescript-eslint/parser": "^2.14.0", |
| 27 | + "@typescript-eslint/typescript-estree": "^2.14.0", |
28 | 28 | "conventional-changelog-cli": "^2.0.12",
|
29 | 29 | "conventional-github-releaser": "^3.1.2",
|
30 |
| - "eslint": "^6.0.0", |
| 30 | + "eslint": "^6.8.0", |
31 | 31 | "eslint-plugin-vue-libs": "^4.0.0",
|
32 | 32 | "git-commit-message-convention": "git://github.com/kazupon/git-commit-message-convention.git",
|
33 |
| - "jest": "^24.8.0", |
34 |
| - "jsdom": "^15.1.1", |
35 |
| - "memory-fs": "^0.4.1", |
| 33 | + "jest": "^24.9.0", |
| 34 | + "jsdom": "^15.2.1", |
| 35 | + "memory-fs": "^0.5.0", |
36 | 36 | "opener": "^1.5.1",
|
37 |
| - "ts-jest": "^24.0.2", |
38 |
| - "typescript": "^3.5.3", |
39 |
| - "typescript-eslint-language-service": "^1.0.1", |
| 37 | + "ts-jest": "^24.2.0", |
| 38 | + "typescript": "^3.7.4", |
| 39 | + "typescript-eslint-language-service": "^2.0.3", |
40 | 40 | "vue-loader": "^15.7.0",
|
41 |
| - "vue-template-compiler": "^2.6.10", |
42 |
| - "webpack": "^4.35.3", |
43 |
| - "webpack-merge": "^4.2.1" |
| 41 | + "vue-template-compiler": "^2.6.11", |
| 42 | + "webpack": "^4.41.5", |
| 43 | + "webpack-merge": "^4.2.2" |
44 | 44 | },
|
45 | 45 | "engines": {
|
46 | 46 | "node": ">= 10"
|
|
0 commit comments