Skip to content

Commit b2c0b3f

Browse files
committed

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
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.2",
3+
"version": "3.0.3",
44
"description": "Babel preset used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "MIT",

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.4.0",
3+
"version": "1.4.1",
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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "ESLint configuration used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "MIT",

packages/react-dev-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dev-utils",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "Webpack utilities used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "MIT",
@@ -47,7 +47,7 @@
4747
"inquirer": "3.2.1",
4848
"is-root": "1.0.0",
4949
"opn": "5.1.0",
50-
"react-error-overlay": "^2.0.1",
50+
"react-error-overlay": "^2.0.2",
5151
"recursive-readdir": "2.2.1",
5252
"shell-quote": "1.6.1",
5353
"sockjs-client": "1.1.4",

packages/react-error-overlay/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-overlay",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -43,10 +43,10 @@
4343
"devDependencies": {
4444
"babel-cli": "6.24.1",
4545
"babel-eslint": "7.2.3",
46-
"babel-preset-react-app": "^3.0.2",
46+
"babel-preset-react-app": "^3.0.3",
4747
"cross-env": "5.0.5",
4848
"eslint": "4.4.1",
49-
"eslint-config-react-app": "^2.0.0",
49+
"eslint-config-react-app": "^2.0.1",
5050
"eslint-plugin-flowtype": "2.35.0",
5151
"eslint-plugin-import": "2.7.0",
5252
"eslint-plugin-jsx-a11y": "5.1.1",

packages/react-scripts/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebookincubator/create-react-app",
66
"license": "MIT",
@@ -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.2",
29+
"babel-preset-react-app": "^3.0.3",
3030
"babel-runtime": "6.26.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": "^2.0.0",
36+
"eslint-config-react-app": "^2.0.1",
3737
"eslint-loader": "1.9.0",
3838
"eslint-plugin-flowtype": "2.35.0",
3939
"eslint-plugin-import": "2.7.0",
@@ -48,7 +48,7 @@
4848
"postcss-flexbugs-fixes": "3.2.0",
4949
"postcss-loader": "2.0.6",
5050
"promise": "8.0.1",
51-
"react-dev-utils": "^4.0.1",
51+
"react-dev-utils": "^4.1.0",
5252
"style-loader": "0.18.2",
5353
"sw-precache-webpack-plugin": "0.11.4",
5454
"url-loader": "0.5.9",

0 commit comments

Comments
 (0)