diff --git a/package.json b/package.json index 1a54453..9dd29f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-plugin", - "version": "1.1.3", + "version": "1.2.0", "description": "Plugin helper for Fastify", "main": "index.js", "typings": "fastify-plugin.d.ts", @@ -24,13 +24,13 @@ }, "homepage": "https://github.com/fastify/fastify-plugin#readme", "devDependencies": { - "@types/node": "^9.6.21", - "fastify": "^1.5.0", + "@types/node": "^9.6.22", + "fastify": "^1.7.0", "proxyquire": "^2.0.1", "standard": "^11.0.1", "tap": "^12.0.0", "ts-node": "^7.0.0", - "typescript": "^2.9.1" + "typescript": "^2.9.2" }, "dependencies": { "semver": "^5.5.0"