mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-29 01:45:40 +08:00
Upgrade Jest to 17.0 (#1078)
* Replace `scriptPreprocessor` config with `transform`. * Also remove `moduleFileExtensions` which has been redundant since 16.0 (`['js', 'json', 'jsx', 'node’]` is the default)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
"autoprefixer": "6.5.1",
|
||||
"babel-core": "6.17.0",
|
||||
"babel-eslint": "7.0.0",
|
||||
"babel-jest": "16.0.0",
|
||||
"babel-jest": "17.0.2",
|
||||
"babel-loader": "6.2.7",
|
||||
"babel-preset-react-app": "^1.0.0",
|
||||
"case-sensitive-paths-webpack-plugin": "1.1.4",
|
||||
@@ -50,7 +50,7 @@
|
||||
"gzip-size": "3.0.0",
|
||||
"html-webpack-plugin": "2.24.0",
|
||||
"http-proxy-middleware": "0.17.2",
|
||||
"jest": "16.0.2",
|
||||
"jest": "17.0.2",
|
||||
"json-loader": "0.5.4",
|
||||
"object-assign": "4.1.0",
|
||||
"path-exists": "2.1.0",
|
||||
|
||||
Reference in New Issue
Block a user