Skip to content

Commit

Permalink
fix: tell pnpm that Vite 5 is preffered through peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uenoB committed Dec 10, 2023
1 parent 33766cb commit 1cb910f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 290 deletions.
2 changes: 1 addition & 1 deletion packages/vite-plugin-minissg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"mrmime": "^1.0.1"
},
"peerDependencies": {
"vite": ">=4"
"vite": "^5 || >=4"
}
}
Loading

0 comments on commit 1cb910f

Please sign in to comment.