-
Notifications
You must be signed in to change notification settings - Fork 2
Upgrade to Vite 6 #599
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
base: main
Are you sure you want to change the base?
Upgrade to Vite 6 #599
Conversation
Preview build will be at |
@@ -68,7 +67,6 @@ | |||
"@tensorflow/tfjs": "^4.20.0", | |||
"@types/w3c-web-serial": "^1.0.6", | |||
"@types/w3c-web-usb": "^1.0.6", | |||
"@vitejs/plugin-react": "^4.3.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Presumably just a dev dependency, and not needed twice.
@@ -50,10 +50,9 @@ | |||
"playwright": "^1.42.1", | |||
"prettier": "2.8.8", | |||
"typescript": "^5.4.2", | |||
"vite": "^5.1.5", | |||
"vite-plugin-pwa": "^0.19.8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
vitest has switched to forks by default which uses node:child_process. This is slightly slower than threads, but more stable.
Upgrades
vite
,vitest
and vite plugins.