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+3-5
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.3",
6566 "gray-matter": "^4.0.3",
6667 "highlight.js": "^11.11.1",
6768 "marked": "^15.0.12",
@@ -76,9 +77,6 @@
7677 "@stacksjs/gitlint": "^0.1.5",
7778 "@stacksjs/logsmith": "^0.1.18",
7879 "@stacksjs/ts-i18n": "^0.0.0",
79 "@types/bun": "^1.3.0",
80 "@types/marked": "^6.0.0",
81 "buddy-bot": "^0.9.8",
8280 "bun-git-hooks": "^0.3.1",
8381 "bun-plugin-dtsx": "0.21.12",
8482 "bunfig": "^0.15.0",