fix: package affine/env modules (#2707)

This commit is contained in:
Himself65
2023-06-07 16:31:05 +08:00
committed by himself65
parent 35ea342709
commit f540863150
6 changed files with 23 additions and 26 deletions

View File

@@ -4,7 +4,8 @@
"main": "./src/index.ts",
"module": "./src/index.ts",
"devDependencies": {
"@blocksuite/global": "0.0.0-20230601101714-0d24ba91-nightly",
"@affine/templates": "workspace:*",
"@blocksuite/global": "0.0.0-20230601122821-16196c35-nightly",
"next": "=13.4.2",
"react": "18.3.0-canary-16d053d59-20230506",
"react-dom": "18.3.0-canary-16d053d59-20230506",
@@ -14,7 +15,7 @@
".": "./src/index.ts",
"./config": "./src/config.ts",
"./constant": "./src/constant.ts",
"./blocksuite": "./blocksuite/index.ts"
"./blocksuite": "./src/blocksuite/index.ts"
},
"peerDependencies": {
"@blocksuite/global": "0.0.0-20230409084303-221991d4-nightly"