Skip to content

Commit

Permalink
Merge pull request #37 from firstandthird/update-deps
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
orthagonal authored May 7, 2019
2 parents 0b90ede + 83b8156 commit fba7de8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.DS_Store
.nyc_output
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
"url": "https://github.com/firstandthird/hapi-log-response.git"
},
"devDependencies": {
"boom": "4.3.0",
"eslint": "^4.15.0",
"boom": "^7.3.0",
"eslint": "^5.16.0",
"eslint-config-firstandthird": "^4.3.0",
"eslint-plugin-import": "^2.8.0",
"handlebars": "^4.0.11",
"hapi": "^17.0.1",
"hapi-logr": "2.2.0",
"logr-console-color": "1.2.1",
"tap": "^12.0.1",
"vision": "^5.2.0",
"wreck": "^14.0.2"
"eslint-plugin-import": "^2.17.2",
"handlebars": "^4.1.2",
"hapi": "^18.1.0",
"hapi-logr": "^6.2.0",
"logr-console-color": "^1.4.0",
"tap": "^13.1.2",
"vision": "^5.4.4",
"wreck": "^14.2.0"
},
"dependencies": {
"aug": "^2.0.1",
"isbot": "^2.1.2",
"useragent": "^2.2.1"
"aug": "^3.0.1",
"isbot": "^2.2.1",
"useragent": "^2.3.0"
},
"eslintConfig": {
"extends": "firstandthird",
Expand Down

0 comments on commit fba7de8

Please sign in to comment.