ClusterLabs / anvil

The Anvil! Intelligent Availability™ Platform, mark 3
5 stars 6 forks source link

Web UI: correct UI's NPM dependencies after upgrading `nextjs` #567

Closed ylei-tsubame closed 6 months ago

ylei-tsubame commented 6 months ago

The original intention was to update Typescript to at least version 4.7 for passing generic type to the subject of the typeof operator. While attempting to update, npm complained that the dependencies for nextjs 13 isn't complete; apparently the upgrade from #491 wasn't complete.

This PR resolves the 2 issues specified above.