Skip to content

Commit b5887dc

Browse files

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
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": "7.0.1",
3+
"version": "7.0.2",
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.5",
3+
"version": "1.0.6",
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.1.5",
3+
"version": "2.1.6",
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.7",
3+
"version": "3.0.8",
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.5"
22+
"confusing-browser-globals": "^1.0.6"
2323
}
2424
}

packages/react-app-polyfill/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-app-polyfill",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Polyfills for various browsers including commonly used language features",
55
"repository": "facebook/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": "7.0.3",
3+
"version": "7.0.4",
44
"description": "Webpack utilities used by Create React App",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",
@@ -65,7 +65,7 @@
6565
"loader-utils": "1.2.3",
6666
"opn": "5.4.0",
6767
"pkg-up": "2.0.0",
68-
"react-error-overlay": "^5.1.3",
68+
"react-error-overlay": "^5.1.4",
6969
"recursive-readdir": "2.2.2",
7070
"shell-quote": "1.6.1",
7171
"sockjs-client": "1.3.0",

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": "5.1.3",
3+
"version": "5.1.4",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"sideEffects": false,
@@ -37,12 +37,12 @@
3737
"babel-eslint": "9.0.0",
3838
"babel-jest": "23.6.0",
3939
"babel-loader": "8.0.5",
40-
"babel-preset-react-app": "^7.0.1",
40+
"babel-preset-react-app": "^7.0.2",
4141
"chalk": "^2.4.2",
4242
"chokidar": "^2.0.2",
4343
"cross-env": "5.2.0",
4444
"eslint": "5.12.0",
45-
"eslint-config-react-app": "^3.0.7",
45+
"eslint-config-react-app": "^3.0.8",
4646
"eslint-plugin-flowtype": "2.50.1",
4747
"eslint-plugin-import": "2.14.0",
4848
"eslint-plugin-jsx-a11y": "6.1.2",
@@ -55,7 +55,7 @@
5555
"promise": "8.0.2",
5656
"raw-loader": "^0.5.1",
5757
"react": "^16.3.2",
58-
"react-app-polyfill": "^0.2.1",
58+
"react-app-polyfill": "^0.2.2",
5959
"react-dom": "^16.3.2",
6060
"rimraf": "^2.6.2",
6161
"settle-promise": "1.0.0",

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": "2.1.5",
3+
"version": "2.1.6",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebook/create-react-app",
66
"license": "MIT",
@@ -31,14 +31,14 @@
3131
"babel-jest": "23.6.0",
3232
"babel-loader": "8.0.5",
3333
"babel-plugin-named-asset-import": "^0.3.1",
34-
"babel-preset-react-app": "^7.0.1",
34+
"babel-preset-react-app": "^7.0.2",
3535
"bfj": "6.1.1",
3636
"case-sensitive-paths-webpack-plugin": "2.2.0",
3737
"css-loader": "1.0.0",
3838
"dotenv": "6.0.0",
3939
"dotenv-expand": "4.2.0",
4040
"eslint": "5.12.0",
41-
"eslint-config-react-app": "^3.0.7",
41+
"eslint-config-react-app": "^3.0.8",
4242
"eslint-loader": "2.1.1",
4343
"eslint-plugin-flowtype": "2.50.1",
4444
"eslint-plugin-import": "2.14.0",
@@ -59,8 +59,8 @@
5959
"postcss-loader": "3.0.0",
6060
"postcss-preset-env": "6.5.0",
6161
"postcss-safe-parser": "4.0.1",
62-
"react-app-polyfill": "^0.2.1",
63-
"react-dev-utils": "^7.0.3",
62+
"react-app-polyfill": "^0.2.2",
63+
"react-dev-utils": "^7.0.4",
6464
"resolve": "1.10.0",
6565
"sass-loader": "7.1.0",
6666
"style-loader": "0.23.1",

0 commit comments

Comments
 (0)