Skip to content

Commit

Permalink
fix(types): Allow providing either vite@5 or vite@6 for the peer depe…
Browse files Browse the repository at this point in the history
…ndency
  • Loading branch information
kasperkristensen committed Feb 24, 2025
1 parent f00e6bf commit a2cdf30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/neat-feet-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/types": patch
---

fix(types): Allow providing either vite@5 or vite@6 for the peer dependency
2 changes: 1 addition & 1 deletion packages/core/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"peerDependencies": {
"awilix": "^8.0.1",
"ioredis": "^5.4.1",
"vite": "^5.4.14"
"vite": "^5 || ^6"
},
"peerDependenciesMeta": {
"ioredis": {
Expand Down

0 comments on commit a2cdf30

Please sign in to comment.