Skip to content

Commit

Permalink
Update dependency @types/mocha to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 12, 2018
1 parent 3c9c453 commit 9a3b4c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/angular2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/chai": "^3.4.33",
"@types/mocha": "^2.2.32",
"@types/mocha": "^5.0.0",
"chai": "3.5.0",
"chai-spies": "0.7.1"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@types/chai": "4.0.4",
"@types/meteor": "1.4.14",
"@types/mocha": "2.2.43",
"@types/mocha": "5.2.2",
"@types/underscore": "1.8.3",
"conventional-changelog": "1.1.0",
"conventional-changelog-cli": "1.2.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@types/connect" "*"
"@types/underscore" "*"

"@types/mocha@2.2.43":
version "2.2.43"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-2.2.43.tgz#03c54589c43ad048cbcbfd63999b55d0424eec27"
"@types/mocha@5.2.2":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.2.tgz#202d2b8fe1364c5b617b439b26a54f0e75eac0a7"

"@types/node@*":
version "8.0.28"
Expand Down

0 comments on commit 9a3b4c0

Please sign in to comment.