|
34 | 34 | "dependencies": {
|
35 | 35 | "chalk": "^4.1.0",
|
36 | 36 | "cli-truncate": "^2.1.0",
|
37 |
| - "commander": "^6.0.0", |
| 37 | + "commander": "^6.2.0", |
38 | 38 | "cosmiconfig": "^7.0.0",
|
39 |
| - "debug": "^4.1.1", |
| 39 | + "debug": "^4.2.0", |
40 | 40 | "dedent": "^0.7.0",
|
41 | 41 | "enquirer": "^2.3.6",
|
42 |
| - "execa": "^4.0.3", |
43 |
| - "listr2": "^2.6.0", |
| 42 | + "execa": "^4.1.0", |
| 43 | + "listr2": "^3.2.2", |
44 | 44 | "log-symbols": "^4.0.0",
|
45 | 45 | "micromatch": "^4.0.2",
|
46 | 46 | "normalize-path": "^3.0.0",
|
|
49 | 49 | "stringify-object": "^3.3.0"
|
50 | 50 | },
|
51 | 51 | "devDependencies": {
|
52 |
| - "@babel/core": "^7.11.4", |
53 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.11.0", |
54 |
| - "@babel/preset-env": "^7.11.0", |
| 52 | + "@babel/core": "^7.12.3", |
| 53 | + "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
| 54 | + "@babel/preset-env": "^7.12.1", |
55 | 55 | "babel-eslint": "10.1.0",
|
56 |
| - "babel-jest": "^26.3.0", |
| 56 | + "babel-jest": "^26.6.1", |
57 | 57 | "consolemock": "^1.1.0",
|
58 |
| - "eslint": "^7.7.0", |
59 |
| - "eslint-config-prettier": "^6.11.0", |
60 |
| - "eslint-plugin-import": "^2.22.0", |
| 58 | + "eslint": "^7.12.1", |
| 59 | + "eslint-config-prettier": "^6.15.0", |
| 60 | + "eslint-plugin-import": "^2.22.1", |
61 | 61 | "eslint-plugin-node": "^11.1.0",
|
62 | 62 | "eslint-plugin-prettier": "^3.1.4",
|
63 | 63 | "fs-extra": "^9.0.1",
|
64 |
| - "husky": "^4.2.5", |
65 |
| - "jest": "^26.4.2", |
| 64 | + "husky": "^4.3.0", |
| 65 | + "jest": "^26.6.1", |
66 | 66 | "jest-snapshot-serializer-ansi": "^1.0.0",
|
67 |
| - "prettier": "^2.1.0" |
| 67 | + "prettier": "^2.1.2" |
68 | 68 | },
|
69 | 69 | "config": {
|
70 | 70 | "commitizen": {
|
|
0 commit comments