-
Notifications
You must be signed in to change notification settings - Fork 0
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
/casher 指名欄を作る #187
/casher 指名欄を作る #187
Conversation
@Astalum |
今回は自分で conflict 解消をやってみましょう。 git fetch origin main
git merge main を実行すると、コンフリクトが発生して staged files にそのファイルたちが表示されます。 その状態でいい感じに package.json を resolve してやる(やりかたはいろいろあるので調べてみて) わからなくなったらまた教えてください。 |
Visit the preview URL for this PR (updated for commit c91948b): https://cafeore-2024--pr187-issue-177-lt5zzia3.web.app (expires Fri, 11 Oct 2024 04:30:37 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: b62dcde668e26b6280dd8317f3f875013f6f22f5 |
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.
次回からレビューできる状態になったらレビュワーに私を設定するようにしてください
package.json
Outdated
@@ -20,7 +20,8 @@ | |||
"@radix-ui/react-alert-dialog": "^1.1.2", | |||
"@radix-ui/react-icons": "^1.3.0", | |||
"@radix-ui/react-label": "^2.1.0", | |||
"@radix-ui/react-radio-group": "^1.2.1", | |||
"@radix-ui/react-radio-group": "^1.2.0", |
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.
バージョンを落とす必要はないので、mainと同様のバージョンに戻してください。
また、bun install
を実行して bun.lockb にも反映させてください。
"@radix-ui/react-radio-group": "^1.2.0", | |
"@radix-ui/react-radio-group": "^1.2.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.
LGTM
fix #177