Browse Source

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>
pull/10682/head
dependabot[bot] 7 years ago
committed by 偏右
parent
commit
4c101275a5
  1. 2
      package.json

2
package.json

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

Loading…
Cancel
Save