Skip to content

Commit 58e00a3

Browse files
Jack ZhaoTimer
Jack Zhao
authored andcommitted
Bump (peer) dependencies to ESLint 5.6 (facebook#5050)
1 parent d0ed845 commit 58e00a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"precommit": "lint-staged"
2020
},
2121
"devDependencies": {
22-
"eslint": "4.19.1",
22+
"eslint": "5.6.0",
2323
"execa": "1.0.0",
2424
"husky": "^0.14.3",
2525
"lerna": "2.9.1",

packages/react-error-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"chalk": "^2.3.2",
4343
"chokidar": "^2.0.2",
4444
"cross-env": "5.1.4",
45-
"eslint": "4.19.1",
45+
"eslint": "5.6.0",
4646
"eslint-config-react-app": "^2.1.0",
4747
"eslint-plugin-flowtype": "2.46.1",
4848
"eslint-plugin-import": "2.9.0",

packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"css-loader": "0.28.11",
3737
"dotenv": "6.0.0",
3838
"dotenv-expand": "4.2.0",
39-
"eslint": "4.19.1",
39+
"eslint": "5.6.0",
4040
"eslint-config-react-app": "^2.1.0",
4141
"eslint-loader": "2.1.1",
4242
"eslint-plugin-flowtype": "2.50.1",

0 commit comments

Comments
 (0)