Files
AFFiNE-Mirror/packages/common/env/package.json
donteatfriedrice 6cd0c7cd11 feat: bump blocksuite (#6789)
## Features

## Bugfix
- https://github.com/toeverything/BlockSuite/pull/6971 @donteatfriedrice

## Refactor
- https://github.com/toeverything/BlockSuite/pull/6970 @fundon

## Misc
2024-05-07 04:01:18 +00:00

31 lines
851 B
JSON

{
"name": "@affine/env",
"private": true,
"type": "module",
"devDependencies": {
"@blocksuite/global": "0.14.0-canary-202405070334-778ff10",
"@blocksuite/store": "0.14.0-canary-202405070334-778ff10",
"react": "18.2.0",
"react-dom": "18.2.0",
"vitest": "1.4.0"
},
"exports": {
"./automation": "./src/automation.ts",
"./global": "./src/global.ts",
"./constant": "./src/constant.ts",
"./workspace": "./src/workspace.ts",
"./workspace/legacy-cloud": "./src/workspace/legacy-cloud/index.ts",
"./filter": "./src/filter.ts",
"./blocksuite": "./src/blocksuite/index.ts"
},
"peerDependencies": {
"@affine/templates": "workspace:*",
"@blocksuite/global": "0.11.0-nightly-202401020419-752a5b8"
},
"dependencies": {
"lit": "^3.1.2",
"zod": "^3.22.4"
},
"version": "0.14.0"
}