Skip to content

Commit 03a81b9

Browse files
committed
Updated dependencies
1 parent 37989dd commit 03a81b9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: node_js
22
node_js:
3+
- "10"
34
- "8"
4-
- "7"
55
- "6"
6-
- "4"
76
notifications:
87
email:
98
on_success: never

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
},
2222
"homepage": "https://github.com/fastify/fastify-websocket#readme",
2323
"devDependencies": {
24-
"fastify": "^0.43.0",
24+
"fastify": "^1.8.0",
2525
"pre-commit": "^1.2.2",
2626
"snazzy": "^7.0.0",
2727
"standard": "^11.0.0",
28-
"tap": "^11.0.1"
28+
"tap": "^12.0.0"
2929
},
3030
"dependencies": {
31-
"fastify-plugin": "^0.2.1",
31+
"fastify-plugin": "^1.2.0",
3232
"websocket-stream": "^5.1.1"
3333
}
3434
}

0 commit comments

Comments
 (0)