Skip to content

Commit

Permalink
Package upgrades; bump to v3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
joncursi committed Oct 30, 2018
1 parent e76f1b0 commit 8e5062b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"eslint-config-prettier": "3.1.0",
"eslint-plugin-disable": "1.0.3",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-flowtype": "3.1.1",
"eslint-plugin-flowtype": "3.1.4",
"eslint-plugin-flowtype-errors": "3.6.0",
"eslint-plugin-immutable": "1.0.0",
"eslint-plugin-import": "2.14.0",
Expand All @@ -33,7 +33,7 @@
"devDependencies": {
"eslint": "5.8.0",
"husky": "1.1.2",
"lint-staged": "7.3.0",
"lint-staged": "8.0.3",
"prettier": "1.14.3"
},
"eslintConfig": {},
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.8"
"version": "3.1.9"
}

0 comments on commit 8e5062b

Please sign in to comment.