Commit ad00bd74 authored by Dan Abramov's avatar Dan Abramov
Browse files

Publish

 - eslint-config-react-app@1.0.3
 - react-dev-utils@2.0.0
 - react-error-overlay@1.0.5
 - react-scripts@1.0.5
Showing with 9 additions and 9 deletions
+9 -9
{ {
"name": "eslint-config-react-app", "name": "eslint-config-react-app",
"version": "1.0.2", "version": "1.0.3",
"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": "1.0.3", "version": "2.0.0",
"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-error-overlay", "name": "react-error-overlay",
"version": "1.0.4", "version": "1.0.5",
"description": "An overlay for displaying stack frames.", "description": "An overlay for displaying stack frames.",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
"anser": "1.2.5", "anser": "1.2.5",
"babel-code-frame": "6.22.0", "babel-code-frame": "6.22.0",
"babel-runtime": "6.23.0", "babel-runtime": "6.23.0",
"react-dev-utils": "^1.0.3", "react-dev-utils": "^2.0.0",
"settle-promise": "1.0.0", "settle-promise": "1.0.0",
"source-map": "0.5.6" "source-map": "0.5.6"
}, },
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
"babel-preset-react-app": "^3.0.0", "babel-preset-react-app": "^3.0.0",
"cross-env": "5.0.0", "cross-env": "5.0.0",
"eslint": "3.19.0", "eslint": "3.19.0",
"eslint-config-react-app": "^1.0.2", "eslint-config-react-app": "^1.0.3",
"eslint-plugin-flowtype": "2.33.0", "eslint-plugin-flowtype": "2.33.0",
"eslint-plugin-import": "2.2.0", "eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "5.0.1", "eslint-plugin-jsx-a11y": "5.0.1",
......
{ {
"name": "react-scripts", "name": "react-scripts",
"version": "1.0.4", "version": "1.0.5",
"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",
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"css-loader": "0.28.1", "css-loader": "0.28.1",
"dotenv": "4.0.0", "dotenv": "4.0.0",
"eslint": "3.19.0", "eslint": "3.19.0",
"eslint-config-react-app": "^1.0.2", "eslint-config-react-app": "^1.0.3",
"eslint-loader": "1.7.1", "eslint-loader": "1.7.1",
"eslint-plugin-flowtype": "2.33.0", "eslint-plugin-flowtype": "2.33.0",
"eslint-plugin-import": "2.2.0", "eslint-plugin-import": "2.2.0",
...@@ -48,8 +48,8 @@ ...@@ -48,8 +48,8 @@
"postcss-flexbugs-fixes": "3.0.0", "postcss-flexbugs-fixes": "3.0.0",
"postcss-loader": "2.0.5", "postcss-loader": "2.0.5",
"promise": "7.1.1", "promise": "7.1.1",
"react-dev-utils": "^1.0.3", "react-dev-utils": "^2.0.0",
"react-error-overlay": "^1.0.4", "react-error-overlay": "^1.0.5",
"style-loader": "0.17.0", "style-loader": "0.17.0",
"sw-precache-webpack-plugin": "0.9.1", "sw-precache-webpack-plugin": "0.9.1",
"url-loader": "0.5.8", "url-loader": "0.5.8",
......
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