Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

chore(deps): update dependency mocha to v6 #173

Merged
merged 1 commit into from
Feb 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/node": "^10.12.1",
"@types/update-notifier": "^2.5.0",
"gts": "^0.9.0",
"mocha": "^5.2.0",
"mocha": "^6.0.0",
"nyc": "^13.1.0",
"typescript": "^3.1.4",
"linkinator": "^1.1.2"
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@justinbeckwith/sloth": "^2.1.2"
},
"devDependencies": {
"mocha": "^5.2.0"
"mocha": "^6.0.0"
}
}