mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 00:56:26 +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 -->
36 lines
771 B
JSON
36 lines
771 B
JSON
{
|
|
"name": "@affine/i18n",
|
|
"version": "0.25.7",
|
|
"description": "",
|
|
"type": "module",
|
|
"private": true,
|
|
"main": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "r build.ts",
|
|
"dev": "r build.ts --dev"
|
|
},
|
|
"keywords": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/toeverything/AFFiNE.git"
|
|
},
|
|
"dependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@magic-works/i18n-codegen": "^0.6.1",
|
|
"dayjs": "^1.11.13",
|
|
"i18next": "^25.0.0",
|
|
"react": "^19.0.0",
|
|
"react-i18next": "^15.2.0",
|
|
"undici": "^7.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-tools/cli": "workspace:*",
|
|
"@affine-tools/utils": "workspace:*",
|
|
"glob": "^11.0.0",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|