diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 123f966d035..4489a9573eb 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -29,8 +29,8 @@ "babel-preset-react-app": "^3.0.3", "babel-runtime": "6.26.0", "case-sensitive-paths-webpack-plugin": "2.1.1", - "chalk": "1.1.3", - "css-loader": "0.28.4", + "chalk": "2.0.0", + "css-loader": "2.0.0", "dotenv": "4.0.0", "eslint": "4.4.1", "eslint-config-react-app": "^2.0.1", @@ -42,18 +42,18 @@ "extract-text-webpack-plugin": "3.0.0", "file-loader": "0.11.2", "fs-extra": "3.0.1", - "html-webpack-plugin": "2.29.0", - "jest": "20.0.4", + "html-webpack-plugin": "5.5.0", + "jest": "24.0.0", "object-assign": "4.1.1", "postcss-flexbugs-fixes": "3.2.0", "postcss-loader": "2.0.6", "promise": "8.0.1", - "react-dev-utils": "^4.1.0", + "react-dev-utils": "^7.0.2", "style-loader": "0.18.2", "sw-precache-webpack-plugin": "0.11.4", "url-loader": "0.5.9", - "webpack": "3.5.1", - "webpack-dev-server": "2.8.2", + "webpack": "4.0.0", + "webpack-dev-server": "4.0.0", "webpack-manifest-plugin": "1.2.1", "whatwg-fetch": "2.0.3" },