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 site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/react": "^3.6.3",
"@astrojs/react": "^6.0.0",

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 the Bun lockfile with the React integration bump

With this manifest change, the committed lockfile still describes the old dependency (site/bun.lock:8 and site/bun.lock:54 still pin @astrojs/react to ^3.6.3/3.6.3), while the Pages workflow runs cd site && bun install --frozen-lockfile before building (.github/workflows/pages.yml:197-198). I checked bun install --help, and --frozen-lockfile means “Disallow changes to lockfile”, so any push or scheduled Pages deploy that includes this site change will fail during install until site/bun.lock is regenerated and committed.

Useful? React with 👍 / 👎.

"@astrojs/tailwind": "^5.1.5",
"@iconify-json/lucide": "^1.2.30",
"@iconify-json/simple-icons": "^1.2.30",
Expand Down