Skip to content

Commit

Permalink
Merge pull request #24 from hapipal/hapi-v20
Browse files Browse the repository at this point in the history
Update dependencies, move to Eran's version of joi
  • Loading branch information
mattboutet authored Aug 12, 2020
2 parents e45dafe + 59fe6d9 commit 937ef3b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tandy",
"version": "2.0.0",
"version": "2.0.1",
"description": "Auto-generated, RESTful, CRUDdy route handlers for Schwifty models in hapi",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -29,10 +29,10 @@
},
"dependencies": {
"@hapi/boom": "9.x.x",
"@hapi/call": "7.x.x",
"@hapi/call": "8.x.x",
"@hapi/hoek": "9.x.x",
"@hapi/joi": "17.x.x",
"lodash": "^4.17.15"
"joi": "17.x.x",
"lodash": "^4.17.19"
},
"peerDependencies": {
"@hapi/hapi": ">=19",
Expand All @@ -42,14 +42,14 @@
"@hapi/code": "8.x.x",
"@hapi/eslint-config-hapi": "13.x.x",
"@hapi/eslint-plugin-hapi": "4.x.x",
"@hapi/hapi": "19.x.x",
"@hapi/lab": "22.x.x",
"@hapi/hapi": "20.x.x",
"@hapi/lab": "23.x.x",
"coveralls": "3.x.x",
"eslint": "6.x.x",
"knex": "0.20.x",
"eslint": "7.x.x",
"knex": "0.21.1",
"objection": "2.x.x",
"schwifty": "5.x.x",
"sqlite3": "4.x.x"
"sqlite3": "5.x.x"
},
"homepage": "https://github.com/hapipal/tandy"
}

0 comments on commit 937ef3b

Please sign in to comment.