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

/casher 指名欄を作る #187

Merged
merged 10 commits into from
Oct 4, 2024
Merged

/casher 指名欄を作る #187

merged 10 commits into from
Oct 4, 2024

Conversation

Astalum
Copy link
Member

@Astalum Astalum commented Oct 3, 2024

fix #177

@Astalum
Copy link
Member Author

Astalum commented Oct 3, 2024

@toririm

@toririm
Copy link
Member

toririm commented Oct 3, 2024

@Astalum
bun fmt --unsafe
を実行してコミットしてみてください

@toririm
Copy link
Member

toririm commented Oct 3, 2024

今回は自分で conflict 解消をやってみましょう。

git fetch origin main
git merge main

を実行すると、コンフリクトが発生して staged files にそのファイルたちが表示されます。

その状態でいい感じに package.json を resolve してやる(やりかたはいろいろあるので調べてみて)
bun.lockb は bun install を実行した結果をそのまま commit してやれば OK です。

わからなくなったらまた教えてください。

Copy link
Contributor

github-actions bot commented Oct 3, 2024

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

Copy link
Member

@toririm toririm left a 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",
Copy link
Member

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 にも反映させてください。

Suggested change
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-radio-group": "^1.2.1",

Copy link
Member

@toririm toririm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Astalum Astalum merged commit 37bcae9 into main Oct 4, 2024
7 checks passed
@Astalum Astalum deleted the issue/177 branch October 4, 2024 04:31
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.

/casher 指名欄を作る
2 participants