chore: bump version (#3955)

This commit is contained in:
Alex Yang
2023-08-25 11:52:33 -05:00
committed by GitHub
parent 98b8fbc8cf
commit 7906b7bc5f
38 changed files with 2184 additions and 2231 deletions
+7 -7
View File
@@ -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",
+6 -10
View File
@@ -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 -1
View File
@@ -4,10 +4,13 @@
"compilerOptions": {
"composite": true,
"noEmit": false,
"moduleResolution": "Node16",
"moduleResolution": "bundler",
"outDir": "lib"
},
"references": [
{
"path": "../sdk"
},
{
"path": "./tsconfig.node.json"
}