Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 952230b

Browse files
committed
feat(server): upgrade fastify to v2
1 parent dae1734 commit 952230b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/_package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"micro": "^9.3.3",
8383
"micro-route": "^2.5.0",
8484
<%_ } else if (server === 'fastify') { _%>
85-
"fastify": "^1.13.3",
85+
"fastify": "^2.13.0",
8686
<%_ } else if (server === 'feathers') { _%>
8787
"@feathersjs/feathers": "^3.3.1",
8888
"@feathersjs/express": "^1.3.1",

0 commit comments

Comments
 (0)