Skip to content

Commit

Permalink
Merge pull request #4 from tusharmath/fix/update-dependencies
Browse files Browse the repository at this point in the history
fix(dependencies): update package dependencies
  • Loading branch information
tusharmath authored Feb 25, 2019
2 parents b0a4658 + f37170a commit 18c3f6a
Show file tree
Hide file tree
Showing 2 changed files with 454 additions and 198 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,28 @@
"url": "https://github.com/tusharmath/ts-codemod.git"
},
"devDependencies": {
"@types/debug": "^0.0.31",
"@types/fs-extra": "^5.0.4",
"@types/debug": "^4.1.2",
"@types/fs-extra": "^5.0.5",
"@types/json5": "^0.0.30",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.18",
"@types/ramda": "^0.25.46",
"@types/yargs": "^12.0.5",
"@types/mocha": "^5.2.6",
"@types/node": "^11.9.5",
"@types/ramda": "^0.25.50",
"@types/yargs": "^12.0.9",
"cz-conventional-changelog": "^2.1.0",
"mocha": "^5.2.0",
"prettier": "^1.15.3",
"semantic-release": "^15.13.2",
"mocha": "^6.0.1",
"prettier": "^1.16.4",
"semantic-release": "^15.13.3",
"travis-deploy-once": "^5.0.11"
},
"dependencies": {
"chalk": "^2.4.1",
"chalk": "^2.4.2",
"debug": "^4.1.1",
"fs-extra": "^7.0.1",
"json5": "^2.1.0",
"ramda": "^0.26.1",
"ts-curry": "^1.0.4",
"ts-node": "^7.0.1",
"typescript": "^3.2.2",
"yargs": "^12.0.5"
"ts-node": "^8.0.2",
"typescript": "^3.3.3333",
"yargs": "^13.2.1"
}
}
Loading

0 comments on commit 18c3f6a

Please sign in to comment.