Skip to content

Commit

Permalink
chore: update to lastest minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kingnebby committed Feb 11, 2020
1 parent 888223a commit 61e084f
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 75 deletions.
137 changes: 72 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,36 +56,36 @@
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^7.5.0",
"@commitlint/config-conventional": "^7.6.0",
"@types/ansi-escapes": "^3.0.1",
"@types/chai": "^4.1.7",
"@types/chai": "^4.2.8",
"@types/commander": "^2.12.2",
"@types/fs-extra": "^5.0.5",
"@types/inquirer": "0.0.44",
"@types/js-yaml": "^3.12.0",
"@types/js-yaml": "^3.12.2",
"@types/license-checker": "^25.0.0",
"@types/lodash": "^4.14.123",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.6",
"@types/node": "^11.13.0",
"@types/treeify": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^1.6.0",
"@typescript-eslint/parser": "^1.6.0",
"ansi-escapes": "^3.1.0",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"coveralls": "^3.0.9",
"eslint": "^5.13.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^1.3.1",
"mocha": "^7.0.1",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.0.0",
"prettier": "^1.16.4",
"prettier": "^1.19.1",
"rewire": "^4.0.1",
"source-map-support": "^0.5.11",
"source-map-support": "^0.5.16",
"standard-version": "^5.0.1",
"strip-ansi": "^5.0.0",
"ts-node": "^8.0.3",
"typescript": "^3.4.1"
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
}
}

0 comments on commit 61e084f

Please sign in to comment.