|
32 | 32 | "url": "https://github.com/tusharmath/ts-codemod.git"
|
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 |
| - "@types/debug": "^0.0.31", |
36 |
| - "@types/fs-extra": "^5.0.4", |
| 35 | + "@types/debug": "^4.1.2", |
| 36 | + "@types/fs-extra": "^5.0.5", |
37 | 37 | "@types/json5": "^0.0.30",
|
38 |
| - "@types/mocha": "^5.2.5", |
39 |
| - "@types/node": "^10.12.18", |
40 |
| - "@types/ramda": "^0.25.46", |
41 |
| - "@types/yargs": "^12.0.5", |
| 38 | + "@types/mocha": "^5.2.6", |
| 39 | + "@types/node": "^11.9.5", |
| 40 | + "@types/ramda": "^0.25.50", |
| 41 | + "@types/yargs": "^12.0.9", |
42 | 42 | "cz-conventional-changelog": "^2.1.0",
|
43 |
| - "mocha": "^5.2.0", |
44 |
| - "prettier": "^1.15.3", |
45 |
| - "semantic-release": "^15.13.2", |
| 43 | + "mocha": "^6.0.1", |
| 44 | + "prettier": "^1.16.4", |
| 45 | + "semantic-release": "^15.13.3", |
46 | 46 | "travis-deploy-once": "^5.0.11"
|
47 | 47 | },
|
48 | 48 | "dependencies": {
|
49 |
| - "chalk": "^2.4.1", |
| 49 | + "chalk": "^2.4.2", |
50 | 50 | "debug": "^4.1.1",
|
51 | 51 | "fs-extra": "^7.0.1",
|
52 | 52 | "json5": "^2.1.0",
|
53 | 53 | "ramda": "^0.26.1",
|
54 | 54 | "ts-curry": "^1.0.4",
|
55 |
| - "ts-node": "^7.0.1", |
56 |
| - "typescript": "^3.2.2", |
57 |
| - "yargs": "^12.0.5" |
| 55 | + "ts-node": "^8.0.2", |
| 56 | + "typescript": "^3.3.3333", |
| 57 | + "yargs": "^13.2.1" |
58 | 58 | }
|
59 | 59 | }
|
0 commit comments