Update jest requirement to ^23.0.0 (#10653)

Updates the requirements on [jest](https://github.com/facebook/jest) to permit the latest version.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v23.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-05-25 16:31:51 +08:00 committed by 偏右
parent 4c1b2369d7
commit 4c101275a5

View File

@ -127,7 +127,7 @@
"glob": "^7.1.1", "glob": "^7.1.1",
"immutability-helper": "^2.5.0", "immutability-helper": "^2.5.0",
"intersection-observer": "^0.5.0", "intersection-observer": "^0.5.0",
"jest": "^22.4.2", "jest": "^23.0.0",
"jsdom": "~11.10.0", "jsdom": "~11.10.0",
"jsonml.js": "^0.1.0", "jsonml.js": "^0.1.0",
"lint-staged": "^7.0.0", "lint-staged": "^7.0.0",