Skip to content
Snippets Groups Projects
Commit ddb87de1 authored by dependabot-preview[bot]'s avatar dependabot-preview[bot] Committed by James Curtin
Browse files

Update eslint requirement in /{{cookiecutter.app_name}} (#541)

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](https://github.com/eslint/eslint/compare/v5.16.0...v6.2.2

)

Signed-off-by: default avatardependabot-preview[bot] <support@dependabot.com>
parent 42b92942
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
"css-loader": "^3.0.0", "css-loader": "^3.0.0",
"eslint-config-airbnb-base": "^14.0.0", "eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.17.3", "eslint-plugin-import": "^2.17.3",
"eslint": "^5.16.0", "eslint": "^6.2.2",
"file-loader": "^4.0.0", "file-loader": "^4.0.0",
"less-loader": "^5.0.0", "less-loader": "^5.0.0",
"manifest-revision-webpack-plugin": "^0.4.0", "manifest-revision-webpack-plugin": "^0.4.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment