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
+12 -12
View File
@@ -26,9 +26,9 @@
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/base": "5.0.0-beta.11",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.5",
"@mui/base": "5.0.0-beta.12",
"@mui/icons-material": "^5.14.6",
"@mui/material": "^5.14.6",
"@popperjs/core": "^2.11.8",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-collapsible": "^1.0.3",
@@ -40,7 +40,7 @@
"@vanilla-extract/dynamic": "^2.0.3",
"clsx": "^2.0.0",
"dayjs": "^1.11.9",
"jotai": "^2.3.1",
"jotai": "^2.4.0",
"lit": "^2.8.0",
"lottie-web": "^5.12.2",
"react": "18.2.0",
@@ -51,18 +51,18 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/editor": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/editor": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/icons": "^2.1.31",
"@blocksuite/lit": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly",
"@types/react": "^18.2.20",
"@blocksuite/lit": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
"@types/react": "^18.2.21",
"@types/react-datepicker": "^4.15.0",
"@types/react-dnd": "^3.0.2",
"@types/react-dom": "^18.2.7",
"@vanilla-extract/css": "^1.12.0",
"typescript": "^5.1.6",
"@vanilla-extract/css": "^1.13.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"yjs": "^13.6.7"
},
+2 -2
View File
@@ -5,10 +5,10 @@
"main": "./src/index.ts",
"module": "./src/index.ts",
"devDependencies": {
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.22.1"
"zod": "^3.22.2"
},
"exports": {
"./automation": "./src/automation.ts",
+6 -6
View File
@@ -11,12 +11,12 @@
"devDependencies": {
"@affine/env": "workspace:*",
"@affine/y-provider": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/editor": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/lit": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly"
"@blocksuite/block-std": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/editor": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/lit": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly"
},
"peerDependencies": {
"@affine/y-provider": "workspace:*",
+3 -3
View File
@@ -27,15 +27,15 @@
"url": "git+https://github.com/toeverything/AFFiNE.git"
},
"dependencies": {
"i18next": "^23.4.4",
"i18next": "^23.4.6",
"react-i18next": "^13.1.2"
},
"devDependencies": {
"@types/node": "^18.17.5",
"@types/node": "^18.17.11",
"@types/prettier": "^3.0.0",
"prettier": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"version": "0.8.0-canary.34"
}
+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"
}
+7 -7
View File
@@ -3,15 +3,15 @@
"private": true,
"main": "./src/index.ts",
"dependencies": {
"jotai": "^2.3.1"
"jotai": "^2.4.0"
},
"devDependencies": {
"@blocksuite/block-std": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/editor": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/lit": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/block-std": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/editor": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/lit": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
"lottie-web": "^5.12.2"
},
"peerDependencies": {
+2 -2
View File
@@ -19,12 +19,12 @@
"license": "MPL-2.0",
"devDependencies": {
"@napi-rs/cli": "^2.16.2",
"@types/node": "^18.17.5",
"@types/node": "^18.17.11",
"@types/uuid": "^9.0.2",
"cross-env": "^7.0.3",
"rxjs": "^7.8.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"uuid": "^9.0.0"
},
"engines": {
+4 -4
View File
@@ -11,11 +11,11 @@
],
"dependencies": {
"@endo/static-module-record": "^0.8.1",
"@swc/core": "^1.3.77",
"@swc/core": "^1.3.80",
"@toeverything/infra": "workspace:^",
"@vanilla-extract/rollup-plugin": "^1.2.2",
"@vitejs/plugin-vue": "^4.2.3",
"rollup": "^3.28.0",
"@vanilla-extract/rollup-plugin": "^1.3.0",
"@vitejs/plugin-vue": "^4.3.3",
"rollup": "^3.28.1",
"rollup-plugin-swc3": "^0.9.1",
"ts-node": "^10.9.1"
}
+5 -5
View File
@@ -22,11 +22,11 @@
"dist"
],
"dependencies": {
"@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": {
"vite": "^4.4.9",
+1 -1
View File
@@ -4,7 +4,7 @@
"compilerOptions": {
"composite": true,
"noEmit": false,
"moduleResolution": "Node16",
"moduleResolution": "bundler",
"outDir": "lib"
},
"references": [
+1 -1
View File
@@ -37,7 +37,7 @@
},
"devDependencies": {
"@napi-rs/cli": "^3.0.0-alpha.5",
"lib0": "^0.2.82",
"lib0": "^0.2.83",
"yjs": "^13.6.7"
}
}
+1 -1
View File
@@ -6,6 +6,6 @@
"dev": "wrangler dev"
},
"devDependencies": {
"wrangler": "^3.5.1"
"wrangler": "^3.6.0"
}
}
+3 -3
View File
@@ -20,15 +20,15 @@
"@toeverything/hooks": "workspace:*",
"@toeverything/y-indexeddb": "workspace:*",
"async-call-rpc": "^6.3.1",
"jotai": "^2.3.1",
"jotai": "^2.4.0",
"js-base64": "^3.7.5",
"ky": "^0.33.3",
"lib0": "^0.2.82",
"lib0": "^0.2.83",
"react": "18.2.0",
"react-dom": "18.2.0",
"y-protocols": "^1.0.5",
"yjs": "^13.6.7",
"zod": "^3.22.1"
"zod": "^3.22.2"
},
"devDependencies": {
"@types/ws": "^8.5.5",
+2 -2
View File
@@ -37,8 +37,8 @@
},
"devDependencies": {
"@affine/y-provider": "workspace:*",
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly",
"@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
"vite": "^4.4.9",
"vite-plugin-dts": "3.5.2",
"y-indexeddb": "^9.0.11"
+1 -1
View File
@@ -9,7 +9,7 @@
".": "./src/index.ts"
},
"devDependencies": {
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly"
"@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly"
},
"peerDependencies": {
"yjs": "^13.5.51"