Skip to content

Commit

Permalink
Merge pull request #7770 from webpack/bump_jest
Browse files Browse the repository at this point in the history
Update Jest
  • Loading branch information
sokra committed Jul 23, 2018
2 parents 0d4c87f + 20dc30e commit a28f44f
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 152 deletions.
10 changes: 1 addition & 9 deletions package.json
Expand Up @@ -56,7 +56,7 @@
"istanbul": "^0.4.5",
"jade": "^1.11.0",
"jade-loader": "~0.8.0",
"jest": "^23.3.0",
"jest": "^23.4.1",
"jest-silent-reporter": "^0.0.5",
"json-loader": "^0.5.7",
"less": "^2.5.1",
Expand All @@ -82,14 +82,6 @@
"worker-loader": "^1.1.1",
"xxhashjs": "^0.2.1"
},
"resolutions": {
"**/jest-message-util/micromatch": "^2.3.11",
"**/jest-cli/micromatch": "^2.3.11",
"**/jest-runtime/micromatch": "^2.3.11",
"**/jest-haste-map/micromatch": "^2.3.11",
"**/jest-haste-map/sane/micromatch": "^2.3.11",
"**/jest-config/babel-jest/babel-plugin-istanbul/test-exclude/micromatch": "^2.3.11"
},
"engines": {
"node": ">=6.11.5"
},
Expand Down

0 comments on commit a28f44f

Please sign in to comment.