Skip to content

Commit

Permalink
fix(npm): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jan 19, 2020
1 parent 2235803 commit 1776b5f
Show file tree
Hide file tree
Showing 2 changed files with 996 additions and 953 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@
"Matt Sprague (https://github.com/uforic)"
],
"dependencies": {
"chalk": "2.4.2",
"commander": "2.20.0",
"chalk": "3.0.0",
"commander": "4.1.0",
"fs-extra": "8.1.0",
"glob": "7.1.4",
"lodash": "4.17.14",
"semver": "6.2.0"
"glob": "7.1.6",
"lodash": "4.17.15",
"semver": "7.1.1"
},
"devDependencies": {
"@types/fs-extra": "8.0.0",
"@types/fs-extra": "8.0.1",
"@types/glob": "7.1.1",
"@types/jest": "24.0.15",
"@types/lodash": "4.14.136",
"@types/mock-fs": "3.6.30",
"@types/node": "12.6.4",
"@types/semver": "6.0.1",
"expect-more-jest": "2.4.2",
"jest": "24.8.0",
"mock-fs": "4.10.1",
"prettier": "1.18.2",
"rimraf": "2.6.3",
"ts-jest": "24.0.2",
"tslint": "5.18.0",
"typescript": "3.5.3"
"@types/jest": "24.9.0",
"@types/lodash": "4.14.149",
"@types/mock-fs": "4.10.0",
"@types/node": "13.1.8",
"@types/semver": "6.2.0",
"expect-more-jest": "4.0.0",
"jest": "24.9.0",
"mock-fs": "4.10.4",
"prettier": "1.19.1",
"rimraf": "3.0.0",
"ts-jest": "24.3.0",
"tslint": "5.20.1",
"typescript": "3.7.5"
},
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit 1776b5f

Please sign in to comment.