Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjlockwood committed Nov 29, 2017
1 parent 8f9f521 commit 131c7e6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@
"author": "Alex Lockwood",
"license": "MIT",
"dependencies": {
"commander": "^2.12.1",
"commander": "^2.12.2",
"sax": "^1.2.4"
},
"devDependencies": {
"@types/chai": "^4.0.5",
"@types/chai": "^4.0.6",
"@types/commander": "^2.11.0",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.53",
"@types/sax": "^1.0.0",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"mocha": "^4.0.1",
"nyc": "^11.3.0",
"nyc": "^11.4.0",
"prettier": "^1.8.2",
"should": "^13.1.3",
"ts-node": "^3.3.0",
"typescript": "^2.6.1"
"typescript": "^2.6.2"
},
"engines": {
"node": ">=6.12.0"
Expand Down

0 comments on commit 131c7e6

Please sign in to comment.