mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-13 08:06:24 +08:00
027f741ed6
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Updated dependency versions across the monorepo (notably zod →
^3.25.76 and vitest-related packages → ^3.2.4), plus minor package bumps
to align tooling and libraries. These are manifest/test-tooling updates
only; no public API, behavior, or end-user features were changed.
<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "@toeverything/infra",
|
|
"type": "module",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"exports": {
|
|
"./storage": "./src/storage/index.ts",
|
|
"./utils": "./src/utils/index.ts",
|
|
"./app-config-storage": "./src/app-config-storage.ts",
|
|
"./op": "./src/op/index.ts",
|
|
"./atom": "./src/atom/index.ts",
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@affine/error": "workspace:*",
|
|
"@affine/templates": "workspace:*",
|
|
"@preact/signals-core": "^1.8.0",
|
|
"eventemitter2": "^6.4.9",
|
|
"foxact": "^0.2.43",
|
|
"fractional-indexing": "^3.2.0",
|
|
"fuse.js": "^7.0.0",
|
|
"graphemer": "^1.4.0",
|
|
"idb": "^8.0.0",
|
|
"jotai": "^2.10.3",
|
|
"jotai-effect": "^2.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nanoid": "^5.0.9",
|
|
"react": "19.1.0",
|
|
"yjs": "^13.6.21",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@affine/templates": "workspace:*",
|
|
"@emotion/react": "^11.14.0",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/react": "^16.1.0",
|
|
"@types/react": "^19.0.1",
|
|
"fake-indexeddb": "^6.0.0",
|
|
"rxjs": "^7.8.1",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"peerDependencies": {
|
|
"electron": "*",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"version": "0.25.7"
|
|
}
|