mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 03:33:06 +08:00
chore: bump version (#3955)
This commit is contained in:
@@ -50,15 +50,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@affine/sdk": "workspace:*",
|
||||
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"jotai": "^2.3.1",
|
||||
"zod": "^3.22.1"
|
||||
"@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"jotai": "^2.4.0",
|
||||
"zod": "^3.22.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/editor": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"async-call-rpc": "^6.3.1",
|
||||
"electron": "link:../../apps/electron/node_modules/electron",
|
||||
"react": "^18.2.0",
|
||||
|
||||
@@ -5,17 +5,13 @@
|
||||
"sourceRoot": "packages/infra/src",
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@nx/vite:build",
|
||||
"executor": "nx:run-script",
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": ["{projectRoot}/**/*"],
|
||||
"options": {
|
||||
"outputPath": "packages/infra/dist"
|
||||
}
|
||||
},
|
||||
"serve": {
|
||||
"executor": "@nx/vite:build",
|
||||
"options": {
|
||||
"outputPath": "packages/infra/dist",
|
||||
"watch": true
|
||||
}
|
||||
"script": "build"
|
||||
},
|
||||
"outputs": ["{projectRoot}/dist"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,10 +4,13 @@
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"noEmit": false,
|
||||
"moduleResolution": "Node16",
|
||||
"moduleResolution": "bundler",
|
||||
"outDir": "lib"
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
"path": "../sdk"
|
||||
},
|
||||
{
|
||||
"path": "./tsconfig.node.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user