Skip to content

Commit

Permalink
chore(deps-dev): update eslint requirement from 6.2.0 to 6.2.1
Browse files Browse the repository at this point in the history
Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v6.2.0...v6.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Aug 20, 2019
1 parent 17ebb84 commit cde97a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@self/prettier-config": "npm:@fisker/prettier-config@1.0.18",
"ava": "2.3.0",
"cz-conventional-changelog-emoji": "0.1.0",
"eslint": "6.2.0",
"eslint": "6.2.1",
"esm": "3.2.25",
"husky": "3.0.4",
"lint-staged": "9.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
]
},
"devDependencies": {
"eslint": "6.2.0"
"eslint": "6.2.1"
}
}

0 comments on commit cde97a6

Please sign in to comment.