Skip to content

Commit bfaee41

Browse files
committed
Publish
- babel-preset-react-app@3.0.2 - create-react-app@1.4.0 - eslint-config-react-app@2.0.0 - react-dev-utils@3.1.0 - react-error-overlay@1.0.10 - react-scripts@1.0.11
1 parent 77265f3 commit bfaee41

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

packages/babel-preset-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-react-app",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Babel preset used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

packages/create-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-app",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
44
"keywords": [
55
"react"
66
],

packages/eslint-config-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-react-app",
3-
"version": "1.0.5",
3+
"version": "2.0.0",
44
"description": "ESLint configuration used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

packages/react-dev-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dev-utils",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "Webpack utilities used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

packages/react-error-overlay/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-overlay",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -34,17 +34,17 @@
3434
"anser": "1.4.1",
3535
"babel-code-frame": "6.22.0",
3636
"babel-runtime": "6.23.0",
37-
"react-dev-utils": "^3.0.2",
37+
"react-dev-utils": "^3.1.0",
3838
"settle-promise": "1.0.0",
3939
"source-map": "0.5.6"
4040
},
4141
"devDependencies": {
4242
"babel-cli": "6.24.1",
4343
"babel-eslint": "7.2.3",
44-
"babel-preset-react-app": "^3.0.1",
44+
"babel-preset-react-app": "^3.0.2",
4545
"cross-env": "5.0.5",
4646
"eslint": "4.4.1",
47-
"eslint-config-react-app": "^1.0.5",
47+
"eslint-config-react-app": "^2.0.0",
4848
"eslint-plugin-flowtype": "2.35.0",
4949
"eslint-plugin-import": "2.7.0",
5050
"eslint-plugin-jsx-a11y": "5.1.1",

packages/react-scripts/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",
@@ -26,14 +26,14 @@
2626
"babel-eslint": "7.2.3",
2727
"babel-jest": "20.0.3",
2828
"babel-loader": "7.1.1",
29-
"babel-preset-react-app": "^3.0.1",
29+
"babel-preset-react-app": "^3.0.2",
3030
"babel-runtime": "6.23.0",
3131
"case-sensitive-paths-webpack-plugin": "2.1.1",
3232
"chalk": "1.1.3",
3333
"css-loader": "0.28.4",
3434
"dotenv": "4.0.0",
3535
"eslint": "4.4.1",
36-
"eslint-config-react-app": "^1.0.5",
36+
"eslint-config-react-app": "^2.0.0",
3737
"eslint-loader": "1.9.0",
3838
"eslint-plugin-flowtype": "2.35.0",
3939
"eslint-plugin-import": "2.7.0",
@@ -48,8 +48,8 @@
4848
"postcss-flexbugs-fixes": "3.2.0",
4949
"postcss-loader": "2.0.6",
5050
"promise": "8.0.1",
51-
"react-dev-utils": "^3.0.2",
52-
"react-error-overlay": "^1.0.9",
51+
"react-dev-utils": "^3.1.0",
52+
"react-error-overlay": "^1.0.10",
5353
"style-loader": "0.18.2",
5454
"sw-precache-webpack-plugin": "0.11.4",
5555
"url-loader": "0.5.9",

0 commit comments

Comments
 (0)