Skip to content

Commit

Permalink
v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolando Santamaria Maso authored and Rolando Santamaria Maso committed Oct 10, 2020
1 parent 61f471e commit 9f243b7
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
@@ -1,6 +1,6 @@
{
"name": "restana",
"version": "4.7.4",
"version": "4.8.0",
"description": "Super fast and minimalist web framework for building REST micro-services.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"0http": "^3.0.0"
},
"devDependencies": {
"@hapi/hapi": "^19.2.0",
"@hapi/hapi": "^20.0.1",
"benchmark": "^2.1.4",
"chai": "^4.2.0",
"express": "^4.17.1",
Expand All @@ -51,7 +51,7 @@
"koa": "^2.13.0",
"koa-router": "^8.0.8",
"microtime": "^3.0.0",
"mocha": "^8.1.1",
"mocha": "^8.1.3",
"morgan": "^1.10.0",
"muneem": "^2.4.5",
"nyc": "^15.1.0",
Expand All @@ -61,7 +61,7 @@
"restify": "^8.5.1",
"serve-static": "^1.14.1",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"socket.io-client": "^2.3.1",
"supertest": "^4.0.2",
"swagger-tools": "^0.10.4",
"winston": "^3.3.3"
Expand Down

0 comments on commit 9f243b7

Please sign in to comment.