Skip to content

Commit c176265

Browse files
committed
Update dependencies
1 parent 6fa6a56 commit c176265

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/fastify/fastify-caching#readme",
3131
"devDependencies": {
32-
"fastify": "^0.39.1",
32+
"fastify": "^1.0.0-rc.1",
3333
"pre-commit": "^1.2.2",
3434
"snazzy": "^7.0.0",
3535
"standard": "^10.0.3",

plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function fastifyCachingPlugin (instance, options, next) {
8484
}
8585

8686
module.exports = fp(fastifyCachingPlugin, {
87-
fastify: '>=0.39.1',
87+
fastify: '>=1.0.0-rc.1',
8888
name: 'fastify-caching'
8989
})
9090

0 commit comments

Comments
 (0)