diff --git a/packages/react-dev-utils/package.json b/packages/react-dev-utils/package.json index f0bf110b3a4fad24360852351437d04c3c70c279..b2fad26cefdcd0e58ec0da5e24a995744444790a 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -1,6 +1,6 @@ { "name": "react-dev-utils", - "version": "0.1.0", + "version": "0.1.1", "description": "Webpack utilities used by Create React App", "repository": "facebookincubator/create-react-app", "license": "BSD-3-Clause", diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index dd789ec1b0bc2c9de7f05f721717f40c07a280b9..2cdb9cecefa2cb3183289292804982092aa0ac66 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -1,6 +1,6 @@ { "name": "react-scripts", - "version": "0.5.0", + "version": "0.5.1", "description": "Configuration and scripts for Create React App.", "repository": "facebookincubator/create-react-app", "license": "BSD-3-Clause", @@ -57,7 +57,7 @@ "path-exists": "2.1.0", "postcss-loader": "0.13.0", "promise": "7.1.1", - "react-dev-utils": "^0.1.0", + "react-dev-utils": "^0.1.1", "recursive-readdir": "2.0.0", "rimraf": "2.5.4", "strip-ansi": "3.0.1",