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
62 changes: 31 additions & 31 deletions website/bun.lock

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

18 changes: 9 additions & 9 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"deploy": "bun run build && wrangler pages deploy dist --project-name space"
},
"dependencies": {
"@tschk/moonshine": "^0.3.1",
"@tschk/moonshine-adapter-conformance": "^0.3.1",
"@tschk/moonshine-compiler": "^0.3.1",
"@tschk/moonshine-deploy-bun": "^0.3.1",
"@tschk/moonshine-framework": "^0.3.1",
"@tschk/moonshine-react": "^0.3.1",
"@tschk/moonshine-router": "^0.3.1",
"@tschk/moonshine-server": "^0.3.1",
"@tschk/moonshine-shaders": "^0.3.1",
"@tschk/moonshine": "^0.4.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 Regenerate the Bun lockfile with the dependency bump

The website workflow at .github/workflows/ci.yml:40 runs bun install --frozen-lockfile; Bun's bun install --help describes this flag as “Disallow changes to lockfile.” Because website/bun.lock:8-16 still records all nine Moonshine ranges as ^0.3.1 and resolves the 0.3.x packages, installing this manifest requires changing the lockfile, so the website gate stops during dependency installation before typechecking or tests. Regenerate and commit website/bun.lock alongside this bump.

Useful? React with 👍 / 👎.

"@tschk/moonshine-adapter-conformance": "^0.4.0",
"@tschk/moonshine-compiler": "^0.4.0",
"@tschk/moonshine-deploy-bun": "^0.4.0",
"@tschk/moonshine-framework": "^0.4.0",
"@tschk/moonshine-react": "^0.4.0",
"@tschk/moonshine-router": "^0.4.0",
"@tschk/moonshine-server": "^0.4.0",
"@tschk/moonshine-shaders": "^0.4.0",
"ghostty-web": "^0.4.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
Expand Down
Loading