Files
AFFiNE-Mirror/tools/changelog/package.json
DarkSky 46e7d9fab7 chore: bump electron (#13935)
fix #13647

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

## Release Notes

* **Chores**
* Updated development tooling and build dependencies to latest stable
versions
  * Increased minimum Node.js requirement to version 22
  * Updated macOS deployment target to version 11.6
  * Enhanced type safety and error handling in build processes
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-11-15 15:52:04 +08:00

19 lines
414 B
JSON

{
"name": "@affine/changelog",
"version": "0.25.2",
"type": "module",
"main": "index.js",
"private": true,
"description": "Generate changelog from version changes",
"dependencies": {
"@napi-rs/simple-git": "^0.1.22",
"@slack/web-api": "^7.8.0",
"changelogithub": "^13.0.0",
"jsx-slack": "^6.1.2",
"marked": "^15.0.3"
},
"devDependencies": {
"@types/node": "^22.0.0"
}
}