Skip to content

Commit

Permalink
Add Vite 6 to peerDependencies range (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail authored Nov 26, 2024
1 parent beb09db commit def0148
Show file tree
Hide file tree
Showing 2 changed files with 359 additions and 586 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@swc/core": "^1.7.26"
},
"peerDependencies": {
"vite": "^4 || ^5"
"vite": "^4 || ^5 || ^6"
},
"devDependencies": {
"@arnaud-barre/tnode": "^0.19.2",
Expand All @@ -30,6 +30,6 @@
"picocolors": "^1.1.0",
"prettier": "^3.0.3",
"typescript": "^5.6.2",
"vite": "^5.4.8"
"vite": "^6.0.0"
}
}
Loading

0 comments on commit def0148

Please sign in to comment.