Closed r-sugi closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
nextjs-tdd-template_storybook | 🔄 Building (Inspect) | Visit Preview | 💬 Add feedback | Sep 14, 2024 8:53am |
⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪ |
🧪 No relevant tests |
🔒 No security concerns identified |
⚡ Key issues to review 不要な依存関係の削除 `reg-keygen-git-hash-plugin`、`reg-notify-github-plugin`、`reg-publish-gcs-plugin`などの依存関係が削除されました。これらの依存関係がプロジェクトにとって本当に不要かどうかを確認してください。また、これらの削除が他のパッケージやアプリケーションの動作に影響を与えないか慎重に検討する必要があります。 |
No code suggestions found for the PR.
User description
148
PR Type
enhancement, dependencies
Description
package-lock.json
から未使用または不要な依存関係を削除しました。これには、reg-keygen-git-hash-plugin
、reg-notify-github-plugin
、reg-publish-gcs-plugin
などが含まれます。@google-cloud
関連の依存関係を削除しました。@types
およびユーティリティ依存関係を削除しました。Changes walkthrough 📝
package-lock.json
Remove unused and unnecessary dependencies from package-lock.json
package-lock.json
reg-keygen-git-hash-plugin
,reg-notify-github-plugin
, andreg-publish-gcs-plugin
dependencies.@google-cloud
related dependencies.@types
and utility dependencies.