Skip to content

Commit f9dd729

Browse files
authored
Merge pull request #15 from fastify/updae-deps
Updated dependencies
2 parents 37989dd + 5a54032 commit f9dd729

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: node_js
22
node_js:
3+
- "10"
34
- "8"
4-
- "7"
55
- "6"
6-
- "4"
6+
install:
7+
- npm install
78
notifications:
89
email:
910
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)