fix(deps): bump @cloudflare/workers-types to v5 to match wrangler peer

wrangler@4.118 requires @cloudflare/workers-types@^5, so a fresh
`npm install` (Cloudflare Workers Build CI) failed with ERESOLVE against
the old ^4 pin. Align to ^5; typecheck, lint and tests still pass.
This commit is contained in:
RhenCloud 2026-08-02 07:06:23 +08:00
parent d996dbe45d
commit fcf3413634
No known key found for this signature in database
GPG key ID: A574A617378C4E0B
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@
"yaml": "^2.7.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250115.0",
"@cloudflare/workers-types": "^5.20260801.1",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"eslint": "^9.18.0",