From a9da1fc8c924311c86b105718c137a47025fc34c Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 4 Sep 2024 09:32:24 +0200 Subject: [PATCH] Bumped v10.0.0 Signed-off-by: Matteo Collina --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c67d88b..a94c699 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/cors", - "version": "10.0.0-pre.fv5.2", + "version": "10.0.0", "description": "Fastify CORS", "main": "index.js", "type": "commonjs", @@ -36,13 +36,13 @@ "@typescript-eslint/parser": "^7.3.1", "c8": "^10.1.2", "cors": "^2.8.5", - "fastify": "^5.0.0-alpha.3", + "fastify": "^5.0.0-alpha.4", "standard": "^17.1.0", "tsd": "^0.31.1", "typescript": "^5.4.2" }, "dependencies": { - "fastify-plugin": "^5.0.0-pre.fv5.1", + "fastify-plugin": "^5.0.0", "mnemonist": "0.39.8" }, "tsd": { @@ -55,4 +55,4 @@ "lint", "test" ] -} +} \ No newline at end of file