Skip to content

Commit 4410f5e

Browse files
committed
1 parent 094983d commit 4410f5e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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": "3.1.0",
3+
"version": "3.1.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": "5.0.0",
3+
"version": "5.0.1",
44
"description": "ESLint configuration used by Create React App",
55
"repository": {
66
"type": "git",

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": "9.0.2",
3+
"version": "9.0.3",
44
"description": "Webpack utilities used by Create React App",
55
"repository": {
66
"type": "git",
@@ -69,7 +69,7 @@
6969
"loader-utils": "1.2.3",
7070
"open": "^6.3.0",
7171
"pkg-up": "2.0.0",
72-
"react-error-overlay": "^6.0.0",
72+
"react-error-overlay": "^6.0.1",
7373
"recursive-readdir": "2.2.2",
7474
"shell-quote": "1.6.1",
7575
"sockjs-client": "1.3.0",

packages/react-error-overlay/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-overlay",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "An overlay for displaying stack frames.",
55
"main": "lib/index.js",
66
"sideEffects": false,
@@ -45,7 +45,7 @@
4545
"chokidar": "^2.1.2",
4646
"cross-env": "5.2.0",
4747
"eslint": "^6.1.0",
48-
"eslint-config-react-app": "^5.0.0",
48+
"eslint-config-react-app": "^5.0.1",
4949
"eslint-plugin-flowtype": "3.13.0",
5050
"eslint-plugin-import": "2.18.2",
5151
"eslint-plugin-jsx-a11y": "6.2.3",

packages/react-scripts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": {
66
"type": "git",
@@ -43,7 +43,7 @@
4343
"dotenv": "6.2.0",
4444
"dotenv-expand": "4.2.0",
4545
"eslint": "^6.1.0",
46-
"eslint-config-react-app": "^5.0.0",
46+
"eslint-config-react-app": "^5.0.1",
4747
"eslint-loader": "2.2.1",
4848
"eslint-plugin-flowtype": "3.13.0",
4949
"eslint-plugin-import": "2.18.2",
@@ -68,7 +68,7 @@
6868
"postcss-preset-env": "6.7.0",
6969
"postcss-safe-parser": "4.0.1",
7070
"react-app-polyfill": "^1.0.2",
71-
"react-dev-utils": "^9.0.2",
71+
"react-dev-utils": "^9.0.3",
7272
"resolve": "1.12.0",
7373
"resolve-url-loader": "3.1.0",
7474
"sass-loader": "7.2.0",

0 commit comments

Comments
 (0)