ReviewOS

also looking at this

stacks/bunpress

chore(deps): update all non-major dependencies

#21
Closed chrisbbreuer wants to merge buddy-bot/update-non-major-updates-1757534615344 into main
4 files +16 -15

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

package.jsonmodified+5-2
Changes to package.json
@@ -1,7 +1,7 @@
11{
22 "name": "@stacksjs/bunpress",
33 "type": "module",
4 "version": "0.0.0",
4 "version": "0.0.1",
55 "description": "Modern documentation engine. Powered by Bun.",
66 "author": "Chris Breuer <chris@stacksjs.org>",
77 "license": "MIT",
@@ -34,7 +34,10 @@
3434 "bin": {
3535 "bunpress": "./dist/bin/cli.js"
3636 },
37 "files": ["README.md", "dist"],
37 "files": [
38 "README.md",
39 "dist"
40 ],
3841 "scripts": {
3942 "dev": "bun run dev:docs",
4043 "build": "bun --bun build.ts && bun run compile",