Skip to content

Commit

Permalink
Upgrading mocha to 5.2.0 and gulp-mocha to 6.0.0 (#22816)
Browse files Browse the repository at this point in the history
* Upgrading mocha to 5.2.0 and gulp-mocha to 6.0.0

* Fixing x-pack yarn.lock

* Switching x-pack to ^5.2.0

* Fixing yarn.lock
  • Loading branch information
kobelb committed Oct 22, 2018
1 parent 27dee7e commit 1b2e7f4
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 314 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
"listr": "^0.14.1",
"load-grunt-config": "0.19.2",
"makelogs": "^4.1.0",
"mocha": "3.3.0",
"mocha": "^5.2.0",
"mock-fs": "^4.4.2",
"murmurhash3js": "3.0.1",
"mutation-observer": "^1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions x-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@
"graphql-codegen-introspection-template": "^0.10.5",
"graphql-codegen-typescript-template": "^0.10.1",
"gulp": "3.9.1",
"gulp-mocha": "2.2.0",
"gulp-mocha": "^6.0.0",
"gulp-multi-process": "^1.3.1",
"gulp-pegjs": "^0.1.0",
"hapi": "14.2.0",
"jest": "^23.5.0",
"jest-cli": "^23.5.0",
"jest-styled-components": "^6.1.1",
"jsdom": "^12.0.0",
"mocha": "3.3.0",
"mocha": "^5.2.0",
"mustache": "^2.3.0",
"mutation-observer": "^1.0.3",
"node-fetch": "^2.1.2",
Expand Down

0 comments on commit 1b2e7f4

Please sign in to comment.