Unverified Commit f3d8ffff authored by Joe Haddad's avatar Joe Haddad
Browse files

Published 0.9.1 at 9e2624f3

 - babel-preset-react-app@2.1.1
 - create-react-app@1.1.0
 - eslint-config-react-app@0.5.2
 - react-dev-utils@0.5.1
 - react-scripts@0.9.1
parent 6876c402
Showing with 8 additions and 8 deletions
+8 -8
{ {
"name": "babel-preset-react-app", "name": "babel-preset-react-app",
"version": "2.1.0", "version": "2.1.1",
"description": "Babel preset used by Create React App", "description": "Babel preset used by Create React App",
"repository": "facebookincubator/create-react-app", "repository": "facebookincubator/create-react-app",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
......
{ {
"name": "create-react-app", "name": "create-react-app",
"version": "1.0.4", "version": "1.1.0",
"keywords": [ "keywords": [
"react" "react"
], ],
......
{ {
"name": "eslint-config-react-app", "name": "eslint-config-react-app",
"version": "0.5.1", "version": "0.5.2",
"description": "ESLint configuration used by Create React App", "description": "ESLint configuration used by Create React App",
"repository": "facebookincubator/create-react-app", "repository": "facebookincubator/create-react-app",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
......
{ {
"name": "react-dev-utils", "name": "react-dev-utils",
"version": "0.5.0", "version": "0.5.1",
"description": "Webpack utilities used by Create React App", "description": "Webpack utilities used by Create React App",
"repository": "facebookincubator/create-react-app", "repository": "facebookincubator/create-react-app",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
......
{ {
"name": "react-scripts", "name": "react-scripts",
"version": "0.9.0", "version": "0.9.1",
"description": "Configuration and scripts for Create React App.", "description": "Configuration and scripts for Create React App.",
"repository": "facebookincubator/create-react-app", "repository": "facebookincubator/create-react-app",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
"babel-eslint": "7.1.1", "babel-eslint": "7.1.1",
"babel-jest": "18.0.0", "babel-jest": "18.0.0",
"babel-loader": "6.3.2", "babel-loader": "6.3.2",
"babel-preset-react-app": "^2.1.0", "babel-preset-react-app": "^2.1.1",
"babel-runtime": "^6.20.0", "babel-runtime": "^6.20.0",
"case-sensitive-paths-webpack-plugin": "1.1.4", "case-sensitive-paths-webpack-plugin": "1.1.4",
"chalk": "1.1.3", "chalk": "1.1.3",
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
"detect-port": "1.0.1", "detect-port": "1.0.1",
"dotenv": "2.0.0", "dotenv": "2.0.0",
"eslint": "3.8.1", "eslint": "3.8.1",
"eslint-config-react-app": "^0.5.1", "eslint-config-react-app": "^0.5.2",
"eslint-loader": "1.6.3", "eslint-loader": "1.6.3",
"eslint-plugin-flowtype": "2.21.0", "eslint-plugin-flowtype": "2.21.0",
"eslint-plugin-import": "2.0.1", "eslint-plugin-import": "2.0.1",
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
"object-assign": "4.1.1", "object-assign": "4.1.1",
"postcss-loader": "1.3.1", "postcss-loader": "1.3.1",
"promise": "7.1.1", "promise": "7.1.1",
"react-dev-utils": "^0.5.0", "react-dev-utils": "^0.5.1",
"recursive-readdir": "2.1.1", "recursive-readdir": "2.1.1",
"strip-ansi": "3.0.1", "strip-ansi": "3.0.1",
"style-loader": "0.13.1", "style-loader": "0.13.1",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment