Skip to content

Commit a555f86

Browse files
committed
Bumped v7.0.0
Signed-off-by: Matteo Collina <[email protected]>
1 parent ee19995 commit a555f86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastify/redis",
3-
"version": "7.0.0-pre.fv5.2",
3+
"version": "7.0.0",
44
"description": "Plugin to share a common Redis connection across Fastify.",
55
"main": "index.js",
66
"type": "commonjs",
@@ -37,15 +37,15 @@
3737
"devDependencies": {
3838
"@fastify/pre-commit": "^2.1.0",
3939
"@types/node": "^22.0.0",
40-
"fastify": "^5.0.0-alpha.3",
40+
"fastify": "^5.0.0-alpha.4",
4141
"proxyquire": "^2.1.3",
4242
"standard": "^17.1.0",
4343
"tap": "^18.7.1",
4444
"tsd": "^0.31.0",
4545
"why-is-node-running": "^2.2.2"
4646
},
4747
"dependencies": {
48-
"fastify-plugin": "^5.0.0-pre.fv5.1",
48+
"fastify-plugin": "^5.0.0",
4949
"ioredis": "^5.3.2"
5050
},
5151
"publishConfig": {

0 commit comments

Comments
 (0)