Skip to content

Commit 817d02a

Browse files
committed
Use fastify version from catalog everywhere
1 parent 10ff527 commit 817d02a

File tree

5 files changed

+30
-55
lines changed

5 files changed

+30
-55
lines changed

packages/fastify-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@biomejs/biome": "^1.9.4",
6565
"@types/node": "^22.13.17",
6666
"@vitest/ui": "^3.1.1",
67-
"fastify": "^5.3.2",
67+
"fastify": "catalog:",
6868
"typescript": "~5.8.2",
6969
"vitest": "^3.1.1"
7070
},

pnpm-lock.yaml

Lines changed: 26 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starters/htmx-base-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@fastify/vite": "^6.0.3",
1818
"@kitajs/html": "^3.1.2",
1919
"@rollup/plugin-inject": "^5.0.5",
20-
"fastify": "latest",
20+
"fastify": "^5.3.2",
2121
"htmx.org": "^1.9.10",
2222
"vite": "^5.0.2"
2323
},

starters/htmx-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@fastify/vite": "^6.0.3",
1818
"@kitajs/html": "^3.1.2",
1919
"@rollup/plugin-inject": "^5.0.5",
20-
"fastify": "latest",
20+
"fastify": "^5.3.2",
2121
"htmx.org": "^1.9.10",
2222
"vite": "^5.0.2"
2323
},

starters/htmx-kitchensink/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@fastify/vite": "^6.0.3",
1818
"@kitajs/html": "^3.1.2",
1919
"@rollup/plugin-inject": "^5.0.5",
20-
"fastify": "latest",
20+
"fastify": "^5.3.2",
2121
"htmx.org": "^1.9.10",
2222
"vite": "^5.0.2"
2323
},

0 commit comments

Comments
 (0)