Skip to content

Commit

Permalink
Package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
joncursi committed Oct 27, 2018
1 parent a993262 commit e76f1b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"eslint-config-prettier": "3.1.0",
"eslint-plugin-disable": "1.0.3",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-flowtype": "3.0.0",
"eslint-plugin-flowtype": "3.1.1",
"eslint-plugin-flowtype-errors": "3.6.0",
"eslint-plugin-immutable": "1.0.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jest": "21.26.1",
"eslint-plugin-jest": "21.26.2",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-lodash": "3.1.0",
"eslint-plugin-new-with-error": "2.0.0",
Expand All @@ -31,7 +31,7 @@
},
"description": "✅ Shared ESLint configuration for Cheddur",
"devDependencies": {
"eslint": "5.7.0",
"eslint": "5.8.0",
"husky": "1.1.2",
"lint-staged": "7.3.0",
"prettier": "1.14.3"
Expand Down Expand Up @@ -72,5 +72,5 @@
"scripts": {
"test": "docker run --interactive --tty --env CODECLIMATE_CODE=\"$PWD\" --volume \"$PWD\":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc etops/codeclimate analyze"
},
"version": "3.1.7"
"version": "3.1.8"
}

0 comments on commit e76f1b0

Please sign in to comment.