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

fix: update vitejs/plugin-react to prevent peer dependency warning #561

Merged
merged 2 commits into from
Dec 28, 2023

Conversation

cmgriffing
Copy link
Contributor

I recently created a new Tauri project using React and TS. After installing with pnpm, I encountered this warning:

 WARN  Issues with peer dependencies found
.
└─┬ @vitejs/plugin-react 4.0.3
  └── ✕ unmet peer vite@^4.2.0: found 5.0.0

@vitejs/plugin-react 4.0.3 has a dependency on vite 4.x. Updating to 4.2.1 of the plugin fixes this warning.

@amrbashir
Copy link
Member

Thank you

@amrbashir amrbashir merged commit 6171792 into tauri-apps:dev Dec 28, 2023
19 checks passed
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.

2 participants