Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - eslint-config-react-app@1.0.3
 - react-dev-utils@2.0.0
 - react-error-overlay@1.0.5
 - react-scripts@1.0.5
  • Loading branch information
gaearon committed May 22, 2017
1 parent 6e9b730 commit 2558c3e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-react-app/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-react-app",
"version": "1.0.2",
"version": "1.0.3",
"description": "ESLint configuration used by Create React App",
"repository": "facebookincubator/create-react-app",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dev-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dev-utils",
"version": "1.0.3",
"version": "2.0.0",
"description": "Webpack utilities used by Create React App",
"repository": "facebookincubator/create-react-app",
"license": "BSD-3-Clause",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-error-overlay/package.json
@@ -1,6 +1,6 @@
{
"name": "react-error-overlay",
"version": "1.0.4",
"version": "1.0.5",
"description": "An overlay for displaying stack frames.",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"anser": "1.2.5",
"babel-code-frame": "6.22.0",
"babel-runtime": "6.23.0",
"react-dev-utils": "^1.0.3",
"react-dev-utils": "^2.0.0",
"settle-promise": "1.0.0",
"source-map": "0.5.6"
},
Expand All @@ -44,7 +44,7 @@
"babel-preset-react-app": "^3.0.0",
"cross-env": "5.0.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-import": "2.2.0",
"eslint-plugin-jsx-a11y": "5.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "react-scripts",
"version": "1.0.4",
"version": "1.0.5",
"description": "Configuration and scripts for Create React App.",
"repository": "facebookincubator/create-react-app",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -33,7 +33,7 @@
"css-loader": "0.28.1",
"dotenv": "4.0.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-plugin-flowtype": "2.33.0",
"eslint-plugin-import": "2.2.0",
Expand All @@ -48,8 +48,8 @@
"postcss-flexbugs-fixes": "3.0.0",
"postcss-loader": "2.0.5",
"promise": "7.1.1",
"react-dev-utils": "^1.0.3",
"react-error-overlay": "^1.0.4",
"react-dev-utils": "^2.0.0",
"react-error-overlay": "^1.0.5",
"style-loader": "0.17.0",
"sw-precache-webpack-plugin": "0.9.1",
"url-loader": "0.5.8",
Expand Down

0 comments on commit 2558c3e

Please sign in to comment.