Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihaase committed Sep 30, 2019
1 parent a6f2087 commit 8692bef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lenne.tech/cli-starter",
"version": "0.0.4",
"version": "0.0.5",
"description": "lenne.Tech CLI Starter",
"keywords": [
"lenne.Tech",
Expand Down Expand Up @@ -53,23 +53,23 @@
],
"dependencies": {
"@lenne.tech/cli-plugin-helper": "latest",
"gluegun": "3.3.4",
"ts-node": "8.3.0",
"typescript": "3.6.2"
"gluegun": "4.0.0",
"ts-node": "8.4.1",
"typescript": "3.6.3"
},
"devDependencies": {
"@lenne.tech/npm-package-helper": "latest",
"@types/jest": "24.0.18",
"@types/node": "12.7.4",
"@types/node": "12.7.8",
"cpy-cli": "2.0.0",
"husky": "3.0.5",
"husky": "3.0.7",
"jest": "24.9.0",
"path-exists-cli": "1.0.0",
"prettier": "1.18.2",
"pretty-quick": "1.11.1",
"rimraf": "3.0.0",
"ts-jest": "24.0.2",
"tslint": "5.19.0",
"ts-jest": "24.1.0",
"tslint": "5.20.0",
"tslint-config-prettier": "1.18.0",
"tslint-config-standard": "8.0.1"
},
Expand Down

0 comments on commit 8692bef

Please sign in to comment.