also looking at this
chore(deps): update all non-major dependencies
#20
5 files
+34
-25
| @@ -47,7 +47,9 @@ | ||
| 47 | 47 | "compile:darwin-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-arm64 --outfile bin/bunpress-darwin-arm64", |
| 48 | 48 | "fresh": "bunx rimraf node_modules/ bun.lock && bun i", |
| 49 | 49 | "prepublishOnly": "bun --bun run build && bun run compile:all", |
| 50 | "test": "bun test", | |
| 50 | "test": "bun test --reporter=verbose", | |
| 51 | "test:quick": "bun test --timeout=10000", | |
| 52 | "test:full": "bun test --timeout=60000 --no-bail", | |
| 51 | 53 | "lint": "bunx --bun eslint .", |
| 52 | 54 | "lint:fix": "bunx --bun eslint . --fix", |
| 53 | 55 | "changelog": "bunx logsmith --verbose", |
| @@ -60,25 +62,32 @@ | ||
| 60 | 62 | "typecheck": "bun --bun tsc --noEmit" |
| 61 | 63 | }, |
| 62 | 64 | "dependencies": { |
| 63 | "@unocss/config": "^66.1.0-beta.12", | |
| 64 | "@unocss/core": "^66.1.0-beta.12", | |
| 65 | "@unocss/preset-wind3": "^66.1.0-beta.12", | |
| 65 | "@markedjs/html-differ": "^5.0.2", | |
| 66 | "@unocss/config": "^66.5.1", | |
| 67 | "@unocss/core": "^66.5.1", | |
| 68 | "@unocss/preset-wind3": "^66.5.1", | |
| 66 | 69 | "bun-plugin-unocss": "^0.1.3", |
| 67 | 70 | "gray-matter": "^4.0.3", |
| 68 | "marked": "^15.0.11" | |
| 71 | "highlight.js": "^11.11.1", | |
| 72 | "marked": "^15.0.11", | |
| 73 | "marked-alert": "^2.1.2", | |
| 74 | "marked-emoji": "^2.0.1", | |
| 75 | "marked-highlight": "^2.2.2", | |
| 76 | "shiki": "^3.12.2" | |
| 69 | 77 | }, |
| 70 | 78 | "devDependencies": { |
| 71 | "@stacksjs/bumpx": "^0.1.17", | |
| 72 | "@stacksjs/eslint-config": "^4.10.2-beta.3", | |
| 79 | "@stacksjs/bumpx": "^0.1.83", | |
| 80 | "@stacksjs/eslint-config": "^4.14.0-beta.3", | |
| 73 | 81 | "@stacksjs/gitlint": "^0.1.5", |
| 74 | "@stacksjs/logsmith": "^0.1.8", | |
| 75 | "@types/bun": "^1.2.10", | |
| 82 | "@stacksjs/logsmith": "^0.1.18", | |
| 83 | "@stacksjs/ts-i18n": "^0.0.0", | |
| 84 | "@types/bun": "^1.2.21", | |
| 76 | 85 | "@types/marked": "^6.0.0", |
| 77 | "buddy-bot": "^0.8.9", | |
| 86 | "buddy-bot": "^0.9.5", | |
| 78 | 87 | "bun-git-hooks": "^0.2.19", |
| 79 | "bun-plugin-dtsx": "^0.21.9", | |
| 80 | "bunfig": "^0.8.3", | |
| 81 | "typescript": "^5.8.3" | |
| 88 | "bun-plugin-dtsx": "^0.21.12", | |
| 89 | "bunfig": "^0.15.0", | |
| 90 | "typescript": "^5.9.2" | |
| 82 | 91 | }, |
| 83 | 92 | "overrides": { |
| 84 | 93 | "unconfig": "0.3.10" |