Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

chore(deps): update dependency mocha to v5 #115

Merged
merged 1 commit into from
Oct 30, 2018
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 arduino-mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"license": "ISC",
"dependencies": {
"johnny-five": "^0.13.0",
"mocha": "^3.3.0"
"mocha": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion bowling-game/tabcorp/17-05-2017/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"test": "mocha -w"
},
"devDependencies": {
"mocha": "3.5.3"
"mocha": "5.2.0"
}
}
2 changes: 1 addition & 1 deletion bowling-game/tabcorp/31-05-2017/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"test": "mocha -w"
},
"devDependencies": {
"mocha": "3.5.3"
"mocha": "5.2.0"
}
}
2 changes: 1 addition & 1 deletion equal-sides-of-an-array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"test": "mocha -w"
},
"devDependencies": {
"mocha": "3.5.3"
"mocha": "5.2.0"
}
}
2 changes: 1 addition & 1 deletion es6-promise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"devDependencies": {
"assert": "1.4.1",
"mocha": "3.5.3"
"mocha": "5.2.0"
}
}
2 changes: 1 addition & 1 deletion revenge-of-the-pancakes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"test": "mocha -w"
},
"devDependencies": {
"mocha": "3.5.3"
"mocha": "5.2.0"
}
}
2 changes: 1 addition & 1 deletion roman-numerals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"test": "mocha -w"
},
"devDependencies": {
"mocha": "3.5.3"
"mocha": "5.2.0"
}
}