Skip to content

Commit

Permalink
v10.0.0-pre.fv5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Jun 29, 2024
1 parent 8804cf1 commit f8f2663
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/cors",
"version": "9.0.1",
"version": "10.0.0-pre.fv5.1",
"description": "Fastify CORS",
"main": "index.js",
"type": "commonjs",
Expand Down Expand Up @@ -36,14 +36,14 @@
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"cors": "^2.8.5",
"fastify": "^4.26.2",
"fastify": "^5.0.0-alpha.3",
"standard": "^17.1.0",
"tap": "18.7.1",
"tsd": "^0.30.7",
"typescript": "^5.4.2"
},
"dependencies": {
"fastify-plugin": "^4.5.1",
"fastify-plugin": "^5.0.0-pre.fv5.1",
"mnemonist": "0.39.8"
},
"tsd": {
Expand Down

0 comments on commit f8f2663

Please sign in to comment.