Skip to content

Commit

Permalink
fix: Resolve vite version mismatch (#22)
Browse files Browse the repository at this point in the history
fix: Resolve version mismatch
  • Loading branch information
D3vZro authored Jan 9, 2025
1 parent d6ee82b commit af74d17
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion visual-debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@
"vitest": "^2.0.4",
"@types/fs-extra": "^11.0.4",
"axios": "^1.7.9"
}
},
"overrides": {
"vitest": {
"vite": "^6.0.0"
}
}
}

0 comments on commit af74d17

Please sign in to comment.