Skip to content

Commit

Permalink
Package upgrades; bump to v2.101.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joncursi committed Jul 13, 2018
1 parent 3393562 commit d554d60
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 @@ -9,12 +9,12 @@
"Jon Cursi <joncursi@gmail.com>"
],
"dependencies": {
"babel-eslint": "8.2.5",
"eslint": "5.0.1",
"babel-eslint": "8.2.6",
"eslint": "5.1.0",
"eslint-config-airbnb": "17.0.0",
"eslint-plugin-disable": "1.0.1",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-flowtype": "2.49.3",
"eslint-plugin-flowtype": "2.50.0",
"eslint-plugin-flowtype-errors": "3.6.0",
"eslint-plugin-immutable": "1.0.0",
"eslint-plugin-import": "2.13.0",
Expand Down Expand Up @@ -52,5 +52,5 @@
"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",
"prepush": "npm test -- *.md"
},
"version": "2.100.0"
"version": "2.101.0"
}

0 comments on commit d554d60

Please sign in to comment.