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 Feb 13, 2019
1 parent 3c9c453 commit 802bdd4
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.6",
"@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.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.6.tgz#b8622d50557dd155e9f2f634b7d68fd38de5e94b"

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

0 comments on commit 802bdd4

Please sign in to comment.