AFFiNE/packages/common/env/package.json
donteatfriedrice ee9e8bf56c
feat: bump blocksuite (#6797)
## Features

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

## Refactor

## Misc
2024-05-07 05:48:06 +00:00

31 lines
851 B
JSON

{
"name": "@affine/env",
"private": true,
"type": "module",
"devDependencies": {
"@blocksuite/global": "0.14.0-canary-202405070525-ad1cc9f",
"@blocksuite/store": "0.14.0-canary-202405070525-ad1cc9f",
"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"
}