Skip to content

Commit b8c180d

Browse files

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
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": "5.0.4",
3+
"version": "6.0.0",
44
"description": "Babel preset used by Create React App",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",

packages/confusing-browser-globals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "confusing-browser-globals",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "A list of browser globals that are often used by mistake instead of local variables",
55
"license": "MIT",
66
"main": "index.js",

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": "2.0.4",
3+
"version": "2.1.0",
44
"keywords": [
55
"react"
66
],

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-react-app",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "ESLint configuration used by Create React App",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",
@@ -19,6 +19,6 @@
1919
"eslint-plugin-react": "7.x"
2020
},
2121
"dependencies": {
22-
"confusing-browser-globals": "^1.0.4"
22+
"confusing-browser-globals": "^1.0.5"
2323
}
2424
}

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": "6.0.5",
3+
"version": "6.1.0",
44
"description": "Webpack utilities used by Create React App",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",
@@ -62,7 +62,7 @@
6262
"loader-utils": "1.1.0",
6363
"opn": "5.4.0",
6464
"pkg-up": "2.0.0",
65-
"react-error-overlay": "^5.0.5",
65+
"react-error-overlay": "^5.0.6",
6666
"recursive-readdir": "2.2.2",
6767
"shell-quote": "1.6.1",
6868
"sockjs-client": "1.1.5",

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": "5.0.5",
3+
"version": "5.0.6",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -36,12 +36,12 @@
3636
"babel-eslint": "9.0.0",
3737
"babel-jest": "23.6.0",
3838
"babel-loader": "8.0.4",
39-
"babel-preset-react-app": "^5.0.4",
39+
"babel-preset-react-app": "^6.0.0",
4040
"chalk": "^2.3.2",
4141
"chokidar": "^2.0.2",
4242
"cross-env": "5.2.0",
4343
"eslint": "5.6.0",
44-
"eslint-config-react-app": "^3.0.4",
44+
"eslint-config-react-app": "^3.0.5",
4545
"eslint-plugin-flowtype": "2.50.1",
4646
"eslint-plugin-import": "2.14.0",
4747
"eslint-plugin-jsx-a11y": "6.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": "2.0.5",
3+
"version": "2.1.0",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",
@@ -31,15 +31,15 @@
3131
"babel-jest": "23.6.0",
3232
"babel-loader": "8.0.4",
3333
"babel-plugin-named-asset-import": "^0.2.2",
34-
"babel-preset-react-app": "^5.0.4",
34+
"babel-preset-react-app": "^6.0.0",
3535
"bfj": "6.1.1",
3636
"case-sensitive-paths-webpack-plugin": "2.1.2",
3737
"chalk": "2.4.1",
3838
"css-loader": "1.0.0",
3939
"dotenv": "6.0.0",
4040
"dotenv-expand": "4.2.0",
4141
"eslint": "5.6.0",
42-
"eslint-config-react-app": "^3.0.4",
42+
"eslint-config-react-app": "^3.0.5",
4343
"eslint-loader": "2.1.1",
4444
"eslint-plugin-flowtype": "2.50.1",
4545
"eslint-plugin-import": "2.14.0",
@@ -61,7 +61,7 @@
6161
"postcss-preset-env": "6.0.6",
6262
"postcss-safe-parser": "4.0.1",
6363
"react-app-polyfill": "^0.1.3",
64-
"react-dev-utils": "^6.0.5",
64+
"react-dev-utils": "^6.1.0",
6565
"resolve": "1.8.1",
6666
"sass-loader": "7.1.0",
6767
"style-loader": "0.23.0",

0 commit comments

Comments
 (0)