Skip to content

Commit a9da1fc

Browse files
committed
Bumped v10.0.0
Signed-off-by: Matteo Collina <[email protected]>
1 parent 17042c7 commit a9da1fc

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/cors",
3-
"version": "10.0.0-pre.fv5.2",
3+
"version": "10.0.0",
44
"description": "Fastify CORS",
55
"main": "index.js",
66
"type": "commonjs",
@@ -36,13 +36,13 @@
3636
"@typescript-eslint/parser": "^7.3.1",
3737
"c8": "^10.1.2",
3838
"cors": "^2.8.5",
39-
"fastify": "^5.0.0-alpha.3",
39+
"fastify": "^5.0.0-alpha.4",
4040
"standard": "^17.1.0",
4141
"tsd": "^0.31.1",
4242
"typescript": "^5.4.2"
4343
},
4444
"dependencies": {
45-
"fastify-plugin": "^5.0.0-pre.fv5.1",
45+
"fastify-plugin": "^5.0.0",
4646
"mnemonist": "0.39.8"
4747
},
4848
"tsd": {
@@ -55,4 +55,4 @@
5555
"lint",
5656
"test"
5757
]
58-
}
58+
}

0 commit comments

Comments
 (0)