Skip to content

Commit 7f5d9b1

Browse files
Merge branch 'main' into docs/translate-to-english
2 parents 4364723 + 8e224d3 commit 7f5d9b1

File tree

5 files changed

+207
-213
lines changed

5 files changed

+207
-213
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.3
1+
20.19.4

CLAUDE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
1414
## Development Notes
1515

1616
- Write code comments in Japanese, only for content that cannot be read from the code itself
17+
18+
## Git Workflow
19+
20+
- Create a new branch for each pull request
21+
- Branch naming convention: `<type>/<description>` (e.g., `feat/add-login`, `fix/auth-error`, `docs/update-readme`)
22+
- Never commit directly to the main branch
23+
- Branches will be automatically deleted after PR merge (configured in GitHub)
24+
- Follow the pull request template at `.github/pull_request_template.md` when creating PRs

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "vitest"
1313
},
1414
"dependencies": {
15-
"next": "15.3.5",
15+
"next": "15.4.1",
1616
"react": "19.1.0",
1717
"react-dom": "19.1.0"
1818
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"devDependencies": {
1515
"@biomejs/biome": "2.0.6",
16-
"@turbo/gen": "2.5.4",
17-
"turbo": "2.5.4"
16+
"@turbo/gen": "2.5.5",
17+
"turbo": "2.5.5"
1818
},
1919
"packageManager": "pnpm@10.13.1",
2020
"engines": {

0 commit comments

Comments
 (0)