Skip to content

Commit

Permalink
Bumped v9.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Sep 4, 2024
1 parent c457710 commit d733838
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastify/middie",
"version": "9.0.0-pre.fv5.2",
"version": "9.0.0",
"description": "Middleware engine for Fastify",
"main": "index.js",
"type": "commonjs",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@types/connect": "^3.4.38",
"@types/node": "^22.0.0",
"cors": "^2.8.5",
"fastify": "^5.0.0-alpha.3",
"fastify": "^5.0.0-alpha.4",
"helmet": "^7.1.0",
"serve-static": "^1.15.0",
"simple-get": "^4.0.1",
Expand All @@ -50,7 +50,7 @@
},
"dependencies": {
"@fastify/error": "^4.0.0",
"fastify-plugin": "^5.0.0-pre.fv5.1",
"fastify-plugin": "^5.0.0",
"path-to-regexp": "^6.2.2",
"reusify": "^1.0.4"
},
Expand Down

0 comments on commit d733838

Please sign in to comment.