Upgrade react and jest
source diff could not be displayed: it is too large. Options to address this: view the blob.
... | ... | @@ -27,6 +27,7 @@ |
"@babel/plugin-transform-runtime": "^7.4.0", | ||
"@babel/preset-env": "^7.1.5", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/runtime": "^7.4.2", | ||
"babel-eslint": "^10.0.3", | ||
"babel-jest": "^25.1.0", | ||
"babel-loader": "^8.0.4", | ||
... | ... | @@ -39,7 +40,7 @@ |
"enzyme-adapter-react-16": "^1.6.0", | ||
"file-loader": "^1.1.11", | ||
"html-webpack-plugin": "^3.0.7", | ||
"jest": "^24.9.0", | ||
"jest": "^25.1.0", | ||
"react-test-renderer": "^16.6.1", | ||
"standard": "^14.3.1", | ||
"style-loader": "^0.20.3", | ||
... | ... | @@ -49,7 +50,6 @@ |
"webpack-merge": "^4.1.4" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.4.2", | ||
"@date-io/moment": "^1.3.11", | ||
"@material-ui/core": "^4.9.0", | ||
"@material-ui/icons": "^4.5.1", | ||
... | ... | @@ -75,7 +75,7 @@ |
"moment": "^2.24.0", | ||
"moment-range": "^4.0.2", | ||
"node-sass": "^4.13.1", | ||
"react": "^16.8.6", | ||
"react": "^16.13.0", | ||
"react-compound-slider": "^1.2.2", | ||
"react-csv": "^1.0.18", | ||
"react-dom": "^16.8.6", | ||
... | ... |
Please register or sign in to comment