Skip to content
Closed
Prev Previous commit
Next Next commit
chore(deps): update all non-major dependencies (updated)
  • Loading branch information
github-actions[bot] committed Sep 9, 2025
commit 7599ec7f28eee7bcfe451eb8af1ca372468a70ad
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
"compile:darwin-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-darwin-arm64 --outfile bin/bunpress-darwin-arm64",
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
"prepublishOnly": "bun --bun run build && bun run compile:all",
"test": "bun test",
"test": "bun test --reporter=verbose",
"test:quick": "bun test --timeout=10000",
"test:full": "bun test --timeout=60000 --no-bail",
"lint": "bunx --bun eslint .",
"lint:fix": "bunx --bun eslint . --fix",
"changelog": "bunx logsmith --verbose",
Expand Down Expand Up @@ -75,16 +77,16 @@
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.78",
"@stacksjs/eslint-config": "^4.10.2-beta.3",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.18",
"@stacksjs/ts-i18n": "^0.0.0",
"@types/bun": "^1.2.21",
"@types/marked": "^6.0.0",
"buddy-bot": "^0.8.9",
"buddy-bot": "^0.9.5",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "^0.21.12",
"bunfig": "^0.8.3",
"bunfig": "^0.15.0",
"typescript": "^5.9.2"
},
"overrides": {
Expand Down