Skip to content

Commit b5c73bf

Browse files
committed
Bumped v2.3.4
1 parent e24f834 commit b5c73bf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-static",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"description": "Plugin for serving static files as fast as possible.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -30,24 +30,24 @@
3030
},
3131
"homepage": "https://github.com/fastify/fastify-static",
3232
"dependencies": {
33-
"fastify-plugin": "^1.4.0",
33+
"fastify-plugin": "^1.5.0",
3434
"glob": "^7.1.3",
3535
"readable-stream": "^3.1.1",
3636
"send": "^0.16.0"
3737
},
3838
"devDependencies": {
39-
"@types/node": "^10.12.21",
40-
"coveralls": "^3.0.2",
39+
"@types/node": "^10.12.27",
40+
"coveralls": "^3.0.3",
4141
"eslint-plugin-typescript": "^0.14.0",
42-
"fastify": "^2.0.0-rc.6",
43-
"fastify-compress": "^0.8.0",
42+
"fastify": "^2.0.0",
43+
"fastify-compress": "^0.8.1",
4444
"pre-commit": "^1.2.2",
4545
"proxyquire": "^2.1.0",
4646
"simple-get": "^3.0.3",
4747
"snazzy": "^8.0.0",
4848
"standard": "^12.0.0",
49-
"tap": "^12.5.1",
50-
"typescript": "^3.3.1",
49+
"tap": "^12.5.3",
50+
"typescript": "^3.2.1",
5151
"typescript-eslint-parser": "^22.0.0"
5252
}
5353
}

0 commit comments

Comments
 (0)