Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current Freeze on Deps while Team Laravel preps for Vite 5 #82

Closed
oberocks opened this issue Dec 7, 2023 · 1 comment
Closed

Current Freeze on Deps while Team Laravel preps for Vite 5 #82

oberocks opened this issue Dec 7, 2023 · 1 comment

Comments

@oberocks
Copy link
Contributor

oberocks commented Dec 7, 2023

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:

Screenshot 2023-12-07 at 4 20 55 PM

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:

npm install -D [email protected]
npm install -D [email protected]
npm install -D @vitest/[email protected]
@oberocks oberocks pinned this issue Dec 7, 2023
@oberocks 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 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
@oberocks
Copy link
Contributor Author

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!

@oberocks oberocks unpinned this issue Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant