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
2 changes: 1 addition & 1 deletion typeid/typeid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@tsconfig/strictest": "^2.0.8",
"@types/node": "^20.19.25",
"@types/node": "^20.19.30",
Copy link

Copilot AI Jan 26, 2026

Choose a reason for hiding this comment

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

The PR description lists only pnpm audit under testing, but this change refreshes the lockfile and updates build/test toolchain dependencies (e.g., rollup/esbuild/babel in pnpm-lock.yaml). Please also run the same checks CI runs for this package (devbox run build and devbox run test, see .github/workflows/typeid-js.yml) and update the PR’s testing notes accordingly.

Copilot uses AI. Check for mistakes.
"@types/uuid": "^10.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.4.6",
Expand Down
Loading
Loading