Files
AFFiNE-Mirror/packages/common/s3-compat/package.json
DarkSky 6a93566422 chore: bump deps (#14690)
#### PR Dependency Tree


* **PR #14690** 👈

This tree was auto-generated by
[Charcoal](https://github.com/danerwilliams/charcoal)

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

## Summary by CodeRabbit

* **Chores**
* Updated package manager and development tooling to latest compatible
versions.
* Updated backend framework and monitoring dependencies to latest
minor/patch releases.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-03-20 05:23:03 +08:00

19 lines
328 B
JSON

{
"name": "@affine/s3-compat",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"aws4": "^1.13.2",
"fast-xml-parser": "^5.5.7",
"s3mini": "^0.9.1"
},
"devDependencies": {
"@types/aws4": "^1.11.6",
"vitest": "^4.0.18"
},
"version": "0.26.3"
}