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 <[email protected]>
  • Loading branch information
mcollina committed Sep 5, 2024
1 parent cd747de commit b313002
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastify/multipart",
"version": "9.0.0-pre.fv5.2",
"version": "9.0.0",
"description": "Multipart plugin for Fastify",
"main": "index.js",
"type": "commonjs",
Expand All @@ -9,19 +9,19 @@
"@fastify/busboy": "^3.0.0",
"@fastify/deepmerge": "^2.0.0",
"@fastify/error": "^4.0.0",
"fastify-plugin": "^5.0.0-pre.fv5.1",
"secure-json-parse": "^2.7.0"
"fastify-plugin": "^5.0.0",
"secure-json-parse": "^3.0.0"
},
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@fastify/swagger": "^9.0.0-pre.fv5.1",
"@fastify/swagger-ui": "^5.0.0-pre.fv5.1",
"@fastify/swagger": "^9.0.0",
"@fastify/swagger-ui": "^5.0.0",
"@types/node": "^22.0.0",
"benchmark": "^2.1.4",
"climem": "^2.0.0",
"concat-stream": "^2.0.0",
"eslint": "^9.8.0",
"fastify": "^5.0.0-alpha.3",
"fastify": "^5.0.0-alpha.4",
"form-data": "^4.0.0",
"h2url": "^0.2.0",
"neostandard": "^0.11.1",
Expand Down

0 comments on commit b313002

Please sign in to comment.