Skip to content

Commit a7b09c2

Browse files
gaearonPavel Zhytko
authored and
Pavel Zhytko
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.1.0",
3+
"version": "3.1.1",
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.3",
3+
"version": "1.5.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": "2.0.1",
3+
"version": "2.1.0",
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.2.1",
3+
"version": "5.0.0",
44
"description": "Webpack utilities used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "MIT",
@@ -48,7 +48,7 @@
4848
"inquirer": "3.3.0",
4949
"is-root": "1.0.0",
5050
"opn": "5.2.0",
51-
"react-error-overlay": "^3.0.0",
51+
"react-error-overlay": "^4.0.0",
5252
"recursive-readdir": "2.2.1",
5353
"shell-quote": "1.6.1",
5454
"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": "3.0.0",
3+
"version": "4.0.0",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -35,13 +35,13 @@
3535
"babel-core": "^6.26.0",
3636
"babel-eslint": "7.2.3",
3737
"babel-loader": "^7.1.2",
38-
"babel-preset-react-app": "^3.1.0",
38+
"babel-preset-react-app": "^3.1.1",
3939
"babel-runtime": "6.26.0",
4040
"chalk": "^2.1.0",
4141
"chokidar": "^1.7.0",
4242
"cross-env": "5.0.5",
4343
"eslint": "4.4.1",
44-
"eslint-config-react-app": "^2.0.1",
44+
"eslint-config-react-app": "^2.1.0",
4545
"eslint-plugin-flowtype": "2.35.0",
4646
"eslint-plugin-import": "2.7.0",
4747
"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": "@karambasecurity/react-scripts",
3-
"version": "1.0.17-kar.12",
3+
"version": "1.1.4-kar.13",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "Pavek/create-react-app",
66
"license": "MIT",
@@ -26,15 +26,15 @@
2626
"babel-eslint": "7.2.3",
2727
"babel-jest": "20.0.3",
2828
"babel-loader": "7.1.2",
29-
"babel-preset-react-app": "^3.1.0",
29+
"babel-preset-react-app": "^3.1.1",
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.7",
3434
"dotenv": "4.0.0",
3535
"dotenv-expand": "4.0.1",
3636
"eslint": "4.10.0",
37-
"eslint-config-react-app": "^2.0.1",
37+
"eslint-config-react-app": "^2.1.0",
3838
"eslint-loader": "1.9.0",
3939
"eslint-plugin-flowtype": "2.39.1",
4040
"eslint-plugin-import": "2.8.0",
@@ -51,7 +51,7 @@
5151
"postcss-loader": "2.0.8",
5252
"promise": "8.0.1",
5353
"raf": "3.4.0",
54-
"react-dev-utils": "^4.2.1",
54+
"react-dev-utils": "^5.0.0",
5555
"sass-loader": "^6.0.6",
5656
"style-loader": "0.19.0",
5757
"sw-precache-webpack-plugin": "0.11.4",

0 commit comments

Comments
 (0)