Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jul 3, 2019
1 parent 91066ce commit 9d8d4d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"coverage": "tap -j8 test/*.js --cov",
"test": "standard | snazzy && tap -J test/*.js test/http2/http2.js"
"test": "standard | snazzy && tap --no-esm -J test/*.js test/http2/http2.js"
},
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/fastify/fastify-reply-from#readme",
"devDependencies": {
"fastify": "^2.0.0",
"fastify": "^2.6.0",
"got": "^9.6.0",
"h2url": "^0.1.2",
"msgpack5": "^4.2.1",
Expand All @@ -37,13 +37,13 @@
"simple-get": "^3.0.3",
"snazzy": "^8.0.0",
"standard": "^12.0.1",
"tap": "^14.0.0"
"tap": "^14.4.0"
},
"dependencies": {
"end-of-stream": "^1.4.1",
"fastify-plugin": "^1.5.0",
"fastify-plugin": "^1.6.0",
"pump": "^3.0.0",
"semver": "^6.0.0",
"semver": "^6.2.0",
"tiny-lru": "^6.0.1",
"undici": "^0.4.0"
}
Expand Down

0 comments on commit 9d8d4d6

Please sign in to comment.