Skip to content

Commit

Permalink
feat(deps): Update dependency eslint to v5.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jan 19, 2019
1 parent 2643a8f commit 33ec061
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"@commitlint/config-conventional": "7.3.1",
"codecov": "3.1.0",
"create-react-app": "2.1.3",
"eslint": "5.12.0",
"eslint": "5.12.1",
"husky": "1.3.1",
"lerna": "3.10.5",
"prettier": "1.15.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react-app/package.json
Expand Up @@ -26,7 +26,7 @@
},
"peerDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.12.0",
"eslint": "^5.12.1",
"eslint-config-prettier": "^3.4.0",
"eslint-plugin-compat": "^2.6.3",
"eslint-plugin-import": "^2.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Expand Up @@ -51,7 +51,7 @@
"css-loader": "2.1.0",
"dotenv": "6.2.0",
"dotenv-expand": "4.2.0",
"eslint": "5.12.0",
"eslint": "5.12.1",
"eslint-config-prettier": "^3.4.0",
"eslint-loader": "2.1.1",
"eslint-plugin-compat": "^2.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-react-app/package.json
Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/Stinkstudios/npm-packages/issues"
},
"devDependencies": {
"eslint": "5.12.0",
"eslint": "5.12.1",
"eslint-config-stylelint": "11.0.0",
"jest": "23.6.0",
"stylelint": "9.9.0"
Expand Down

0 comments on commit 33ec061

Please sign in to comment.