Skip to content

Commit

Permalink
Merge pull request #6 from Niller2005/patch-1
Browse files Browse the repository at this point in the history
Add vite 6 peer/dev dependancy
  • Loading branch information
freekmurze authored Jan 13, 2025
2 parents e1fa9b3 + c68bf87 commit e0c6f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"devDependencies": {
"@types/node": "^18.11.17",
"typescript": "^5.3.3",
"vite": "^4.0.0||^5.0.0"
"vite": "^4.0.0||^5.0.0||^6.0.0"
},
"peerDependencies": {
"vite": "^4.0.0||^5.0.0"
"vite": "^4.0.0||^5.0.0||^6.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit e0c6f1d

Please sign in to comment.