ReviewOS

also looking at this

stacks/bunpress

chore(deps): update dependency marked to 16.4.0

#11
Closed chrisbbreuer wants to merge buddy-bot/update-major-update---marked-1755900282823 into main
1 file +28 -23

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+4-6
Changes to package.json
@@ -23,13 +23,13 @@
2323 "exports": {
2424 ".": {
2525 "types": "./dist/index.d.ts",
26 "import": "./dist/index.js"
26 "import": "./dist/src/index.js"
2727 },
2828 "./*": {
2929 "import": "./dist/*"
3030 }
3131 },
32 "module": "./dist/index.js",
32 "module": "./dist/src/index.js",
3333 "types": "./dist/index.d.ts",
3434 "bin": {
3535 "bunpress": "./dist/bin/cli.js"
@@ -62,6 +62,7 @@
6262 },
6363 "dependencies": {
6464 "@markedjs/html-differ": "^5.0.2",
65 "@stacksjs/headwind": "^0.1.1",
6566 "gray-matter": "^4.0.3",
6667 "highlight.js": "^11.11.1",
6768 "marked": "^16.4.0",
@@ -76,10 +77,7 @@
7677 "@stacksjs/gitlint": "^0.1.5",
7778 "@stacksjs/logsmith": "^0.1.18",
7879 "@stacksjs/ts-i18n": "^0.0.0",
79 "@types/bun": "^1.2.23",
80 "@types/marked": "^6.0.0",
81 "buddy-bot": "^0.9.8",
82 "bun-git-hooks": "^0.2.19",
80 "bun-git-hooks": "^0.3.1",
8381 "bun-plugin-dtsx": "0.9.5",
8482 "bunfig": "^0.15.0",
8583 "typescript": "^5.9.3"