Skip to content
Open
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 packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@radix-ui/react-dropdown-menu": "^2.1.12",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-tooltip": "^1.1.8",
"@scalar/api-reference-react": "^0.9.19",
"@scalar/api-reference-react": "^0.9.36",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update pnpm-lock.yaml with this dependency bump

This manifest now requires @scalar/api-reference-react ^0.9.36, but pnpm-lock.yaml still records the importer specifier as ^0.9.19 and resolves 0.9.20. The workflows I checked (.github/workflows/lint.yml and verify-build.yml) run pnpm i; pnpm's install docs say CI uses frozen lockfile by default and fails when the lockfile is out of sync, so this PR will fail installation and also continue using the vulnerable locked version until the lockfile is regenerated.

Useful? React with 👍 / 👎.

"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": ">=4.1.5 <4.2.2",
"@tanstack/react-table": "^8.17.3",
Expand Down
Loading