Skip to content

Commit

Permalink
chore(deps): expand vite peer dependency range (#465)
Browse files Browse the repository at this point in the history
* Update package.json

Signed-off-by: Logan McAnsh <[email protected]>

* Create short-dolphins-retire.md

Signed-off-by: Logan McAnsh <[email protected]>

* fix: update remix-fastify version from major to patch and expand vite peer dependency range

Signed-off-by: GitHub <[email protected]>

---------

Signed-off-by: Logan McAnsh <[email protected]>
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
mcansh authored Jan 9, 2025
1 parent 80adfb9 commit 0601d19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/short-dolphins-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@mcansh/remix-fastify": patch
---

expand vite peer dependency range to allow vite@6
2 changes: 1 addition & 1 deletion packages/remix-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@remix-run/node": "^2.0.0",
"fastify": "^3.29.0 || ^4.0.0 || ^5.0.0",
"react-router": ">=7.0.0 || >=7.0.0.pre",
"vite": "^5.0.0"
"vite": ">=5.0.0"
},
"peerDependenciesMeta": {
"@remix-run/node": {
Expand Down

0 comments on commit 0601d19

Please sign in to comment.