-
Notifications
You must be signed in to change notification settings - Fork 93
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 all packages #31
Labels
Comments
maxstue
added
enhancement
New feature or request
help wanted
Extra attention is needed
labels
May 7, 2023
These versions work for me: {
...
"dependencies": {
"@vitejs/plugin-react": "^4.0.4",
"electron-is-dev": "^2.0.0",
"install-peers": "^1.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^4.4.8"
},
"devDependencies": {
"@types/node": "^20.4.7",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"autoprefixer": "^10.4.4",
"concurrently": "^8.2.0",
"electron": "^25.4.0",
"electron-builder": "^24.6.3",
"eslint": "8.46.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "^7.29.4",
"postcss": "^8.4.12",
"prettier": "3.0.1",
"tailwindcss": "^3.0.23",
"typescript": "^5.1.6"
},
...
}
|
If you want, you can do a PR and than I can merge your code 😉 |
Even more recent one that works for me:
|
@znwhite please do a PR and than the changes will be merged :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All pacakges should be upgraded to the newest version
The text was updated successfully, but these errors were encountered: