Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrwitek committed Feb 20, 2019
1 parent b4c957a commit e8614c6
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 55 deletions.
84 changes: 35 additions & 49 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"prepublishOnly": "npm run clean && npm install --production && npm install -D mocha && npm test"
},
"dependencies": {
"ts-node": "7.0.0"
"ts-node": "7.0.1"
},
"devDependencies": {
"@types/expect": "1.20.3",
"@types/mocha": "^5.2.5",
"@types/expect": "1.20.4",
"@types/mocha": "5.2.6",
"@types/node": "^10.5.6",
"expect": "^23.4.0",
"husky": "0.14.3",
"mocha": "^6.0.0",
"tslint": "^5.11.0",
"typescript": "^3.0.1"
"mocha": "6.0.0",
"tslint": "5.12.1",
"typescript": "3.3.3"
},
"peerDependencies": {
"mocha": "^3.X.X || ^4.X.X || ^5.X.X || ^6.X.X"
Expand Down

0 comments on commit e8614c6

Please sign in to comment.