Skip to content

Commit 1a91574

Browse files
committed
Bumped v6.0.0
Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent 8a07b36 commit 1a91574

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastify/awilix",
3-
"version": "6.0.0-pre.fv5.2",
3+
"version": "6.0.0",
44
"description": "Dependency injection support for fastify framework",
55
"license": "MIT",
66
"maintainers": [
@@ -21,18 +21,18 @@
2121
},
2222
"dependencies": {
2323
"awilix-manager": "^5.1.0",
24-
"fastify-plugin": "^5.0.0-pre.fv5.1"
24+
"fastify-plugin": "^5.0.0"
2525
},
2626
"peerDependencies": {
2727
"awilix": ">=9.0.0",
28-
"fastify": "^5.0.0-alpha.3"
28+
"fastify": "^5.0.0-alpha.4"
2929
},
3030
"devDependencies": {
3131
"@fastify/pre-commit": "^2.1.0",
3232
"@types/node": "^22.0.0",
3333
"awilix": "^11.0.0",
3434
"c8": "^10.1.2",
35-
"fastify": "^5.0.0-alpha.3",
35+
"fastify": "^5.0.0-alpha.4",
3636
"snazzy": "^9.0.0",
3737
"standard": "^17.1.0",
3838
"tsd": "^0.31.0"

0 commit comments

Comments
 (0)