Pin oxlint to ~1.60.0 to match eslint-plugin-oxlint peer range
CI / backend-test (push) Successful in 57s
CI / frontend-test (push) Failing after 17s
CI / frontend-e2e (push) Successful in 1m42s
CI / build-and-publish (push) Has been skipped

eslint-plugin-oxlint@1.60.0 has a strict peerDependency of
oxlint@~1.60.0, and 1.61.0 is not yet released. Keep the two in
lockstep so npm install resolves cleanly.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-20 22:31:05 +02:00
parent 1cda01d252
commit 8fb1927917
2 changed files with 113 additions and 86 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
"msw": "^2.12.10",
"npm-run-all2": "^8.0.4",
"openapi-typescript": "^7.13.0",
"oxlint": "~1.61.0",
"oxlint": "~1.60.0",
"prettier": "3.8.1",
"typescript": "~5.9.3",
"vite": "^8.0.0",