You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there's three problematic deps that arise when working with VILT-DS and the underlying library VueVentus for now with Laravel projects.
Here's a screenshot of the problematic and error inducing dependencies:
Currently, VILT-DS projects need to avoid the "Latest" versions of these dependencies and instead opt for the "Wanted" dependency versions in the screenshot above, which avoids the Vite 5 versions of dependencies that trigger errors with the current Laravel/Jetstream install files.
So for now, the following commands will help to set project dependencies to the versions that won't slow development down until Laravel is updated for Vite 5:
oberocks
changed the title
Current Freeze on Dependencies to wait for Team Laravel to prep their code for Vite 5
Current Freeze on Deps while Team Laravel updates code for Vite 5
Dec 7, 2023
oberocks
changed the title
Current Freeze on Deps while Team Laravel updates code for Vite 5
Current Freeze on Deps while Team Laravel preps for Vite 5
Dec 7, 2023
issue is resolved as laravel's vite plugin now supports vite 5 as of the laravel vite plugin's version 1.x - which is now installed by the laravel/jetstream process by default! woohoo!
Currently there's three problematic deps that arise when working with VILT-DS and the underlying library VueVentus for now with Laravel projects.
Here's a screenshot of the problematic and error inducing dependencies:
Currently, VILT-DS projects need to avoid the "Latest" versions of these dependencies and instead opt for the "Wanted" dependency versions in the screenshot above, which avoids the Vite 5 versions of dependencies that trigger errors with the current Laravel/Jetstream install files.
So for now, the following commands will help to set project dependencies to the versions that won't slow development down until Laravel is updated for Vite 5:
All in one command:
Individual commands:
The text was updated successfully, but these errors were encountered: