|
33 | 33 | "url": "https://github.com/tusharmath/ts-codemod.git"
|
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 |
| - "@types/debug": "^4.1.2", |
37 |
| - "@types/fs-extra": "^5.0.5", |
| 36 | + "@types/debug": "^4.1.5", |
| 37 | + "@types/fs-extra": "^8.0.0", |
38 | 38 | "@types/json5": "^0.0.30",
|
39 |
| - "@types/mocha": "^5.2.6", |
40 |
| - "@types/node": "^11.9.5", |
41 |
| - "@types/ramda": "^0.25.50", |
42 |
| - "@types/yargs": "^12.0.9", |
43 |
| - "cz-conventional-changelog": "^2.1.0", |
44 |
| - "mocha": "^6.0.1", |
45 |
| - "prettier": "^1.16.4", |
46 |
| - "semantic-release": "^15.13.3", |
| 39 | + "@types/mocha": "^5.2.7", |
| 40 | + "@types/node": "^12.7.12", |
| 41 | + "@types/ramda": "^0.26.29", |
| 42 | + "@types/yargs": "^13.0.3", |
| 43 | + "cz-conventional-changelog": "^3.0.2", |
| 44 | + "mocha": "^6.2.1", |
| 45 | + "prettier": "^1.18.2", |
| 46 | + "semantic-release": "^15.13.24", |
47 | 47 | "travis-deploy-once": "^5.0.11",
|
48 |
| - "tslint": "^5.13.0", |
| 48 | + "tslint": "^5.20.0", |
49 | 49 | "tslint-config-prettier": "^1.18.0"
|
50 | 50 | },
|
51 | 51 | "dependencies": {
|
52 | 52 | "chalk": "^2.4.2",
|
53 | 53 | "debug": "^4.1.1",
|
54 |
| - "fs-extra": "^7.0.1", |
55 |
| - "json5": "^2.1.0", |
| 54 | + "fs-extra": "^8.1.0", |
| 55 | + "json5": "^2.1.1", |
56 | 56 | "ramda": "^0.26.1",
|
57 | 57 | "ts-curry": "^1.0.4",
|
58 |
| - "ts-node": "^8.0.2", |
59 |
| - "typescript": "^3.3.3333", |
60 |
| - "yargs": "^13.2.1" |
| 58 | + "ts-node": "^8.4.1", |
| 59 | + "typescript": "^3.6.4", |
| 60 | + "yargs": "^14.2.0" |
61 | 61 | }
|
62 | 62 | }
|
0 commit comments