Skip to content

Commit 8a687c5

Browse files
committed
Updated dependencies. Added Node 10. Bumped v0.3.0.
1 parent c606057 commit 8a687c5

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22

33
node_js:
4+
- "10"
45
- "9"
56
- "8"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-http-proxy",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "proxy http requests, for Fastify",
55
"main": "index.js",
66
"scripts": {
@@ -22,15 +22,15 @@
2222
},
2323
"homepage": "https://github.com/fastify/fastify-http-proxy#readme",
2424
"devDependencies": {
25-
"fastify": "^1.0.0-rc.2",
26-
"got": "^8.0.3",
27-
"http-errors": "^1.6.2",
25+
"fastify": "^1.3.1",
26+
"got": "^8.3.0",
27+
"http-errors": "^1.6.3",
2828
"make-promises-safe": "^1.1.0",
2929
"pre-commit": "^1.2.2",
30-
"simple-get": "^2.7.0",
31-
"snazzy": "^7.0.0",
30+
"simple-get": "^2.8.1",
31+
"snazzy": "^7.1.1",
3232
"standard": "^11.0.0",
33-
"tap": "^11.0.1"
33+
"tap": "^11.1.4"
3434
},
3535
"dependencies": {
3636
"fastify-reply-from": "^0.3.0"

0 commit comments

Comments
 (0)