Skip to content

Commit

Permalink
chore(deps): update dependency vite to v5 (#854)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency vite to v5

* fix(deps): fix manifest.json path for vite v5

vitejs/vite@74fa024

The alternative would be to update vite-embed (https://github.com/ravenclaw900/vite-embed), to use "../favicon.ico" and "../index.html" as default paths for the manifest.json. Until there is a reason for us to move the manifest.json out of the outdir root, setting the path back to what it was, is however the simpler solution.

Signed-off-by: MichaIng <[email protected]>

---------

Signed-off-by: MichaIng <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: MichaIng <[email protected]>
  • Loading branch information
renovate[bot] and MichaIng authored Jun 14, 2024
1 parent 6183a71 commit edc92a8
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 138 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"unocss": "^0.61.0",
"vite": "^4.2.3"
"vite": "^5.0.0"
},
"dependencies": {
"@unocss/reset": "^0.61.0",
Expand Down
Loading

0 comments on commit edc92a8

Please sign in to comment.