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
26 changes: 14 additions & 12 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@checkdigit/typescript-config",
"version": "9.3.0",
"version": "9.3.1",
"description": "Check Digit standard Typescript configuration",
"homepage": "https://github.com/checkdigit/typescript-config#readme",
"bugs": {
Expand Down Expand Up @@ -85,6 +85,9 @@
"esbuild": "0.25.8",
"typescript": ">=5.9.2 <6"
},
"optionalDependencies": {
"@esbuild/linux-x64": "0.25.8"
Copy link

Copilot AI Aug 7, 2025

Choose a reason for hiding this comment

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

The version of @esbuild/linux-x64 should match the esbuild version. Consider using a variable or ensure they stay synchronized when updating esbuild.

Suggested change
"@esbuild/linux-x64": "0.25.8"
"@esbuild/linux-x64": "npm:esbuild@0.25.8"

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is only a temporary workaround

},
"engines": {
"node": ">=22.15"
}
Expand Down
Loading