-
Notifications
You must be signed in to change notification settings - Fork 310
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
Update: TypeScriptとViteを更新 #2001
Update: TypeScriptとViteを更新 #2001
Conversation
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.
PRありがとうございます!!ほんとに助かります!!
不勉強であまり知らないところだったのでちょっとコメントしてみました!
"@voicevox/eslint-plugin": "file:./eslint-plugin", | ||
"@vue/eslint-config-prettier": "9.0.0", | ||
"@vue/eslint-config-typescript": "13.0.0", | ||
"@vue/test-utils": "2.3.0", | ||
"cross-env": "7.0.3", | ||
"cross-var": "1.1.0", | ||
"dotenv": "16.0.0", | ||
"electron": "27.0.3", | ||
"electron-builder": "24.6.4", | ||
"electron": "30.0.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.
メジャーバージョンで3段階進化ですね。
一応それぞれの変更みてきました、特に影響はなさそう…?
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!!
さてどうなるかですね!!
内容
TypeScriptとVite(あと
@typescript-eslint/
下、同じバージョンで揃えた方が良さそうだったので)をアプデします。また、ViteのコンフィグをESModuleにします。
関連 Issue
スクリーンショット・動画など
(なし)
その他
(なし)