Skip to content

Commit

Permalink
feat(vite): update @nx/vite package json to support vite 6
Browse files Browse the repository at this point in the history
  • Loading branch information
yharaskrik committed Nov 27, 2024
1 parent eef9990 commit 3c88e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"minimatch": "9.0.3"
},
"peerDependencies": {
"vite": "^5.0.0",
"vite": "^5.0.0 || ^6.0.0",
"vitest": "^1.3.1 || ^2.0.0"
},
"publishConfig": {
Expand Down

0 comments on commit 3c88e8a

Please sign in to comment.