|
32 | 32 | "url": "https://github.com/tusharmath/ts-codemod.git"
|
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 |
| - "@types/debug": "^0.0.30", |
| 35 | + "@types/debug": "^0.0.31", |
36 | 36 | "@types/fs-extra": "^5.0.4",
|
37 |
| - "@types/json5": "^0.0.29", |
| 37 | + "@types/json5": "^0.0.30", |
38 | 38 | "@types/mocha": "^5.2.5",
|
39 |
| - "@types/node": "^10.5.4", |
40 |
| - "@types/ramda": "^0.25.35", |
41 |
| - "@types/yargs": "^11.1.1", |
| 39 | + "@types/node": "^10.12.18", |
| 40 | + "@types/ramda": "^0.25.46", |
| 41 | + "@types/yargs": "^12.0.5", |
42 | 42 | "cz-conventional-changelog": "^2.1.0",
|
43 | 43 | "mocha": "^5.2.0",
|
44 |
| - "prettier": "^1.13.7", |
45 |
| - "semantic-release": "^15.8.1", |
46 |
| - "travis-deploy-once": "^5.0.1" |
| 44 | + "prettier": "^1.15.3", |
| 45 | + "semantic-release": "^15.13.2", |
| 46 | + "travis-deploy-once": "^5.0.11" |
47 | 47 | },
|
48 | 48 | "dependencies": {
|
49 | 49 | "chalk": "^2.4.1",
|
50 |
| - "debug": "^3.1.0", |
51 |
| - "fs-extra": "^7.0.0", |
52 |
| - "json5": "^1.0.1", |
53 |
| - "ramda": "^0.25.0", |
| 50 | + "debug": "^4.1.1", |
| 51 | + "fs-extra": "^7.0.1", |
| 52 | + "json5": "^2.1.0", |
| 53 | + "ramda": "^0.26.1", |
54 | 54 | "ts-curry": "^1.0.4",
|
55 |
| - "ts-node": "^7.0.0", |
56 |
| - "typescript": "^3.0.1", |
57 |
| - "yargs": "^12.0.1" |
| 55 | + "ts-node": "^7.0.1", |
| 56 | + "typescript": "^3.2.2", |
| 57 | + "yargs": "^12.0.5" |
58 | 58 | }
|
59 | 59 | }
|
0 commit comments