Skip to content

Commit

Permalink
chore: Update ESLint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hicom150 committed Mar 18, 2019
1 parent c642c6b commit d40463d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Expand Up @@ -28,17 +28,19 @@
"license": "MIT",
"devDependencies": {
"chai": "^3.3.0",
"eslint": "^2.2.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-react": "^4.1.0",
"eslint-plugin-standard": "^1.1.0",
"eslint": "^5.15.2",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^4.0.0",
"grunt": "^0.4.5",
"grunt-bump": "^0.7.0",
"grunt-cli": "^1.2.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-conventional-github-releaser": "^1.0.0",
"grunt-eslint": "^18.0.0",
"grunt-eslint": "^21.0.0",
"grunt-karma": "1.x || ^0.12.0",
"grunt-npm": "^0.0.2",
"grunt-simple-mocha": "^0.4.0",
Expand Down

0 comments on commit d40463d

Please sign in to comment.