Skip to content

Commit 8fa645a

Browse files
Sora4431claude
andcommitted
chore(deps): wrangler を 4.38/4.47 → 4.81 に統一アップグレード
日本語コミットメッセージによる Cloudflare Pages デプロイ失敗 (code: 8000111) の修正。 wrangler 4.81 で UTF-8 コミットメッセージの扱いが修正済み。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3bb7b81 commit 8fa645a

4 files changed

Lines changed: 642 additions & 239 deletions

File tree

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/bcryptjs": "^3.0.0",
2323
"typescript": "^5.6.3",
2424
"vitest": "^3.2.0",
25-
"wrangler": "^4.38.0"
25+
"wrangler": "^4.81.0"
2626
}
2727
}

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"typescript": "^5.6.3",
4444
"vite": "^6.0.7",
4545
"vitest": "^3.2.0",
46-
"wrangler": "^4.38.0"
46+
"wrangler": "^4.81.0"
4747
}
4848
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"husky": "^9.1.7",
2222
"lighthouse": "^13.0.3",
2323
"turbo": "^2.3.3",
24-
"wrangler": "^4.47.0"
24+
"wrangler": "^4.81.0"
2525
}
2626
}

0 commit comments

Comments
 (0)