Skip to content

Commit b0a4658

Browse files
committed
fix(dependencies): update package dependencies
1 parent 722882b commit b0a4658

File tree

2 files changed

+3127
-867
lines changed

2 files changed

+3127
-867
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,28 +32,28 @@
3232
"url": "https://github.com/tusharmath/ts-codemod.git"
3333
},
3434
"devDependencies": {
35-
"@types/debug": "^0.0.30",
35+
"@types/debug": "^0.0.31",
3636
"@types/fs-extra": "^5.0.4",
37-
"@types/json5": "^0.0.29",
37+
"@types/json5": "^0.0.30",
3838
"@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",
4242
"cz-conventional-changelog": "^2.1.0",
4343
"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"
4747
},
4848
"dependencies": {
4949
"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",
5454
"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"
5858
}
5959
}

0 commit comments

Comments
 (0)