also looking at this
chore(deps): update all non-major dependencies
#20
5 files
+34
-25
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.
| @@ -60,18 +60,24 @@ | ||
| 60 | 60 | "typecheck": "bun --bun tsc --noEmit" |
| 61 | 61 | }, |
| 62 | 62 | "dependencies": { |
| 63 | "@markedjs/html-differ": "^5.0.2", | |
| 63 | 64 | "@unocss/config": "^66.5.0", |
| 64 | 65 | "@unocss/core": "^66.5.0", |
| 65 | 66 | "@unocss/preset-wind3": "^66.5.0", |
| 66 | 67 | "bun-plugin-unocss": "^0.1.3", |
| 67 | 68 | "gray-matter": "^4.0.3", |
| 68 | "marked": "^15.0.11" | |
| 69 | "highlight.js": "^11.11.1", | |
| 70 | "marked": "^15.0.11", | |
| 71 | "marked-alert": "^2.1.2", | |
| 72 | "marked-emoji": "^2.0.1", | |
| 73 | "marked-highlight": "^2.2.2" | |
| 69 | 74 | }, |
| 70 | 75 | "devDependencies": { |
| 71 | 76 | "@stacksjs/bumpx": "^0.1.78", |
| 72 | 77 | "@stacksjs/eslint-config": "^4.10.2-beta.3", |
| 73 | 78 | "@stacksjs/gitlint": "^0.1.5", |
| 74 | 79 | "@stacksjs/logsmith": "^0.1.18", |
| 80 | "@stacksjs/ts-i18n": "^0.0.0", | |
| 75 | 81 | "@types/bun": "^1.2.21", |
| 76 | 82 | "@types/marked": "^6.0.0", |
| 77 | 83 | "buddy-bot": "^0.8.9", |