Files
AFFiNE-Mirror/packages/common/graphql/package.json
T
DarkSky d3ec008b0c chore: bump deps (#14777)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
* Migration and config commands now feature interactive prompts for
required inputs.

* **Bug Fixes**
  * Enhanced error handling in CLI operations.

* **Chores**
  * Updated GraphQL Code Generator toolchain to v6.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-04-03 19:36:18 +08:00

33 lines
793 B
JSON

{
"name": "@affine/graphql",
"version": "0.26.3",
"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/cli": "^6.2.1",
"@graphql-codegen/typescript": "^5.0.9",
"@graphql-codegen/typescript-operations": "^5.0.9",
"@types/lodash-es": "^4.17.12",
"prettier": "^3.7.4",
"vitest": "^4.0.18"
},
"scripts": {
"build": "gql-gen --errors-only"
},
"dependencies": {
"@affine/debug": "workspace:*",
"@affine/error": "workspace:*",
"graphql": "^16.9.0",
"lodash": "^4.17.23",
"lodash-es": "^4.17.23"
}
}