mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-05 03:25:10 +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 -->
35 lines
863 B
JSON
35 lines
863 B
JSON
{
|
|
"name": "@affine/graphql",
|
|
"version": "0.25.7",
|
|
"description": "Autogenerated GraphQL client for affine.pro",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"sideEffects": false,
|
|
"devDependencies": {
|
|
"@graphql-codegen/add": "^5.0.3",
|
|
"@graphql-codegen/cli": "5.0.6",
|
|
"@graphql-codegen/typescript": "^4.1.2",
|
|
"@graphql-codegen/typescript-operations": "^4.4.0",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"prettier": "^3.4.2",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"scripts": {
|
|
"build": "gql-gen --errors-only"
|
|
},
|
|
"dependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@affine/error": "workspace:*",
|
|
"graphql": "^16.9.0",
|
|
"lodash": "^4.17.21",
|
|
"lodash-es": "^4.17.21"
|
|
}
|
|
}
|