also looking at this
chore(deps): update all non-major dependencies
#21
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.
| @@ -23,13 +23,13 @@ | ||
| 23 | 23 | "exports": { |
| 24 | 24 | ".": { |
| 25 | 25 | "types": "./dist/index.d.ts", |
| 26 | "import": "./dist/index.js" | |
| 26 | "import": "./dist/src/index.js" | |
| 27 | 27 | }, |
| 28 | 28 | "./*": { |
| 29 | 29 | "import": "./dist/*" |
| 30 | 30 | } |
| 31 | 31 | }, |
| 32 | "module": "./dist/index.js", | |
| 32 | "module": "./dist/src/index.js", | |
| 33 | 33 | "types": "./dist/index.d.ts", |
| 34 | 34 | "bin": { |
| 35 | 35 | "bunpress": "./dist/bin/cli.js" |
| @@ -62,6 +62,7 @@ | ||
| 62 | 62 | }, |
| 63 | 63 | "dependencies": { |
| 64 | 64 | "@markedjs/html-differ": "^5.0.2", |
| 65 | "@stacksjs/headwind": "^0.1.3", | |
| 65 | 66 | "gray-matter": "^4.0.3", |
| 66 | 67 | "highlight.js": "^11.11.1", |
| 67 | 68 | "marked": "^15.0.12", |
| @@ -76,9 +77,6 @@ | ||
| 76 | 77 | "@stacksjs/gitlint": "^0.1.5", |
| 77 | 78 | "@stacksjs/logsmith": "^0.1.18", |
| 78 | 79 | "@stacksjs/ts-i18n": "^0.0.0", |
| 79 | "@types/bun": "^1.3.0", | |
| 80 | "@types/marked": "^6.0.0", | |
| 81 | "buddy-bot": "^0.9.8", | |
| 82 | 80 | "bun-git-hooks": "^0.3.1", |
| 83 | 81 | "bun-plugin-dtsx": "0.21.12", |
| 84 | 82 | "bunfig": "^0.15.0", |