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

Upgrade to Vite 4 #1

Merged
merged 2 commits into from
May 24, 2023
Merged

Upgrade to Vite 4 #1

merged 2 commits into from
May 24, 2023

Conversation

alex-galey
Copy link
Contributor

I don't know how to handle both versions 3 and 4

package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@alex-galey
Copy link
Contributor Author

no issue with this ?

"devDependencies": {
    "vite": "^4.3.8"
}

Could be ?

  "devDependencies": {
    "vite": "^3.1.4 || ^4.3.8"

@bluwy
Copy link
Owner

bluwy commented May 24, 2023

I don't think we can use that syntax for dev deps, but I'm also fine with testing the latest one locally by default. Thanks for making the changes!

@bluwy bluwy merged commit 610d62c into bluwy:master May 24, 2023
@bluwy
Copy link
Owner

bluwy commented May 24, 2023

Released as v0.1.1

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

Successfully merging this pull request may close these issues.

None yet

2 participants