Files
AFFiNE-Mirror/packages/frontend/track/package.json
T
DarkSky fee0cfa3f4 chore: bump deps (#14785)
#### PR Dependency Tree


* **PR #14785** 👈

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 error-tracking SDK versions across frontend packages.
* Upgraded Electron build toolchain and front-end build plugins for
improved compatibility.
* Replaced a SWC-based React plugin with the standard React Vite plugin.
  * Removed unused development dependencies from CLI tooling.
  * Bumped a Rust workspace dependency to a patch release.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-04-05 12:25:18 +08:00

20 lines
373 B
JSON

{
"name": "@affine/track",
"type": "module",
"private": true,
"version": "0.26.3",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"@affine/debug": "workspace:*",
"@sentry/react": "^10.47.0",
"nanoid": "^5.1.6",
"react-router-dom": "^6.30.3"
},
"devDependencies": {
"@types/react": "^19.0.1",
"vitest": "^4.0.18"
}
}