Skip to content

Commit

Permalink
update dependent libs with issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Getsfred committed Jul 15, 2020
1 parent 3477507 commit 2e69dd4
Show file tree
Hide file tree
Showing 2 changed files with 1,399 additions and 1,561 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,28 @@
"@babel/preset-typescript": "^7.10.4",
"@types/faker": "^4.1.12",
"@types/find-up": "^4.0.0",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.4",
"@types/mock-fs": "^4.10.0",
"@types/prettier": "^2.0.2",
"@types/yargs": "^15.0.5",
"codecov": "^3.6.5",
"faker": "^4.1.0",
"husky": "^3.0.5",
"jest": "^24.9.0",
"lint-staged": "^9.2.5",
"husky": "^4.2.5",
"jest": "^26.1.0",
"lint-staged": "^10.2.11",
"mock-fs": "^4.4.1",
"npm-run-all": "^4.1.2",
"prettier": "^2.0.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.6",
"uuid": "^3.0.1"
"uuid": "^8.2.0"
},
"dependencies": {
"colors": "^1.1.2",
"find-up": "^4.1.0",
"glob": "^7.1.1",
"yargs": "^14.0.0"
"yargs": "^15.4.1"
},
"scripts": {
"build": "tsc",
Expand Down
Loading

0 comments on commit 2e69dd4

Please sign in to comment.