Skip to content

Commit

Permalink
Update dependency @types/mocha to v5 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and robdodson committed Jan 5, 2019
1 parent 9a1973d commit 7c87a31
Show file tree
Hide file tree
Showing 8 changed files with 160 additions and 108 deletions.
61 changes: 31 additions & 30 deletions libraries/__shared__/karma-plugins/karma-mocha/package-lock.json

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

Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"dependencies": {
"minimist": "1.2.0",
"mocha": "4.1.0"
"mocha": "5.2.0"
},
"license": "MIT"
}
6 changes: 3 additions & 3 deletions libraries/angular/package-lock.json

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

2 changes: 1 addition & 1 deletion libraries/angular/package.json
Expand Up @@ -4,7 +4,7 @@
"build": "npm run test"
},
"devDependencies": {
"@types/mocha": "2.2.48",
"@types/mocha": "5.2.5",
"@types/node": "8.10.39",
"angular2-template-loader": "0.6.2",
"awesome-typescript-loader": "3.5.0",
Expand Down

0 comments on commit 7c87a31

Please sign in to comment.