Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlettau committed Mar 10, 2018
1 parent 66bc5d8 commit 3aa838b
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 69 deletions.
135 changes: 75 additions & 60 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,32 +38,32 @@
"dist"
],
"dependencies": {
"chalk": "^2.3.0",
"chalk": "^2.3.2",
"cli-table": "^0.3.1",
"commander": "^2.12.2",
"deepmerge": "^2.0.1",
"commander": "^2.15.0",
"deepmerge": "^2.1.0",
"fs-extra": "^4.0.3",
"glob": "^7.1.2",
"inquirer": "^3.3.0",
"mssql": "^4.1.0",
"multimatch": "^2.1.0",
"tedious": "^2.2.3",
"tedious": "^2.6.1",
"ts-util-is": "^1.1.3",
"update-notifier": "^2.3.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@types/commander": "^2.12.2",
"@types/deepmerge": "^1.3.3",
"@types/fs-extra": "^4.0.7",
"@types/glob": "^5.0.34",
"@types/fs-extra": "^4.0.8",
"@types/glob": "^5.0.35",
"@types/inquirer": "^0.0.35",
"@types/mssql": "^4.0.6",
"@types/mssql": "^4.0.7",
"@types/multimatch": "^2.1.2",
"@types/xml2js": "^0.4.2",
"standard-version": "^4.3.0",
"tslint": "^5.9.1",
"tslint-config-unicorn-science": "^1.1.7",
"typescript": "^2.6.2"
"tslint-config-unicorn-science": "^1.3.0",
"typescript": "^2.7.2"
}
}

0 comments on commit 3aa838b

Please sign in to comment.