Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
168 changes: 88 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@rollup/plugin-terser": "^1.0.0",
"auto-changelog": "^2.5.0",
"husky": "^9.1.7",
"oxfmt": "^0.48.0",
"oxfmt": "^0.49.0",
Copy link
Copy Markdown

@augmentcode augmentcode Bot May 12, 2026

Choose a reason for hiding this comment

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

package.json line 66: Since this changes the formatter version (oxfmt), it’s worth double-checking that package-lock.json is updated/pins the same version used in CI to avoid formatter drift between local runs and CI results.

Severity: low

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

"oxlint": "^1.56.0",
"rollup": "^4.60.0",
"tinybench": "^6.0.0"
Expand Down
Loading