Skip to content

Commit

Permalink
Bumped v3.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 6, 2024
1 parent 86a1493 commit 6b70a39
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/hotwire",
"version": "3.0.0-pre.fv5.1",
"version": "3.0.0",
"description": "Use the Hotwire pattern with Fastify",
"main": "index.js",
"type": "commonjs",
Expand Down Expand Up @@ -30,16 +30,16 @@
},
"homepage": "https://github.com/fastify/fastify-hotwire#readme",
"dependencies": {
"fastify-plugin": "^5.0.0-pre.fv5.1",
"fastify-plugin": "^5.0.0",
"piscina": "^4.0.0"
},
"devDependencies": {
"@fastify/cookie": "^10.0.0-pre.fv5.1",
"@fastify/formbody": "^8.0.0-pre.fv5.1",
"@fastify/websocket": "^9.0.0-pre.fv5.1",
"@fastify/cookie": "^10.0.0",
"@fastify/formbody": "^8.0.0",
"@fastify/websocket": "^9.0.0",
"@hotwired/turbo": "^7.0.1",
"@types/node": "^20.1.0",
"fastify": "^5.0.0-alpha.3",
"fastify": "^5.0.0-alpha.4",
"mqemitter": "^5.0.0",
"pino-pretty": "^10.0.0",
"shortid": "^2.2.16",
Expand Down

0 comments on commit 6b70a39

Please sign in to comment.