Skip to content

Commit

Permalink
Upgrading mocha to 5.2.0 and gulp-mocha to 6.0.0 (#22816) (#24335)
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 24, 2018
1 parent 04e7a60 commit ca8788f
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 @@ -338,7 +338,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 @@ -85,15 +85,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 ca8788f

Please sign in to comment.