cartesi / rollups-explorer

Cartesi Rollups Explorer Web Application
https://cartesiscan.io
Apache License 2.0
7 stars 26 forks source link

Update vitest libraries #234

Closed nevendyulgerov closed 2 months ago

nevendyulgerov commented 3 months ago

📄 Context

Vitest has upgraded their framework two major versions above what we current install in the app. We have 0.34.2 and the latest version is 2.5.0 so lets upgrade to the latest version.

As a prerequisite check their release logs for any potential breaking changes and also check their repo for any raised issues related to the new version.

📈 Subtasks