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
@@ -24,20 +24,20 @@
"@affine/jotai": "workspace:*", "@affine/jotai": "workspace:*",
"@affine/templates": "workspace:*", "@affine/templates": "workspace:*",
"@affine/workspace": "workspace:*", "@affine/workspace": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/block-std": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/editor": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/editor": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/icons": "^2.1.31", "@blocksuite/icons": "^2.1.31",
"@blocksuite/lit": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/lit": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
"@dnd-kit/core": "^6.0.8", "@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2", "@dnd-kit/sortable": "^7.0.2",
"@emotion/cache": "^11.11.0", "@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1", "@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0", "@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0", "@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.5", "@mui/material": "^5.14.6",
"@react-hookz/web": "^23.1.0", "@react-hookz/web": "^23.1.0",
"@toeverything/components": "^0.0.17", "@toeverything/components": "^0.0.17",
"async-call-rpc": "^6.3.1", "async-call-rpc": "^6.3.1",
@@ -46,8 +46,8 @@
"cssnano": "^6.0.1", "cssnano": "^6.0.1",
"graphql": "^16.8.0", "graphql": "^16.8.0",
"intl-segmenter-polyfill-rs": "^0.1.5", "intl-segmenter-polyfill-rs": "^0.1.5",
"jotai": "^2.3.1", "jotai": "^2.4.0",
"jotai-devtools": "^0.6.1", "jotai-devtools": "^0.6.2",
"lit": "^2.8.0", "lit": "^2.8.0",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"lottie-web": "^5.12.2", "lottie-web": "^5.12.2",
@@ -64,14 +64,14 @@
"swr": "2.2.1", "swr": "2.2.1",
"y-protocols": "^1.0.5", "y-protocols": "^1.0.5",
"yjs": "^13.6.7", "yjs": "^13.6.7",
"zod": "^3.22.1" "zod": "^3.22.2"
}, },
"devDependencies": { "devDependencies": {
"@perfsee/webpack": "^1.8.4", "@perfsee/webpack": "^1.8.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@sentry/webpack-plugin": "^2.6.2", "@sentry/webpack-plugin": "^2.7.0",
"@svgr/webpack": "^8.1.0", "@svgr/webpack": "^8.1.0",
"@swc/core": "^1.3.77", "@swc/core": "^1.3.80",
"@types/lodash.debounce": "^4.0.7", "@types/lodash.debounce": "^4.0.7",
"@types/webpack-env": "^1.18.1", "@types/webpack-env": "^1.18.1",
"copy-webpack-plugin": "^11.0.0", "copy-webpack-plugin": "^11.0.0",
+4 -1
View File
@@ -6,7 +6,7 @@
"module": "ESNext", "module": "ESNext",
"verbatimModuleSyntax": false, "verbatimModuleSyntax": false,
"resolveJsonModule": true, "resolveJsonModule": true,
"moduleResolution": "Node16", "moduleResolution": "bundler",
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"outDir": "./lib/.webpack", "outDir": "./lib/.webpack",
"rootDir": "." "rootDir": "."
@@ -15,6 +15,9 @@
"references": [ "references": [
{ {
"path": "../../packages/cli" "path": "../../packages/cli"
},
{
"path": "../../packages/env"
} }
] ]
} }
+11 -11
View File
@@ -10,26 +10,26 @@
}, },
"dependencies": { "dependencies": {
"@affine/component": "workspace:*", "@affine/component": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/block-std": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/editor": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/editor": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/lit": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/lit": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
"express": "^4.18.2", "express": "^4.18.2",
"jotai": "^2.3.1", "jotai": "^2.4.0",
"react": "18.3.0-canary-7118f5dd7-20230705", "react": "18.3.0-canary-7118f5dd7-20230705",
"react-dom": "18.3.0-canary-7118f5dd7-20230705", "react-dom": "18.3.0-canary-7118f5dd7-20230705",
"react-server-dom-webpack": "18.3.0-canary-7118f5dd7-20230705", "react-server-dom-webpack": "18.3.0-canary-7118f5dd7-20230705",
"waku": "0.14.0" "waku": "0.14.0"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^18.2.20", "@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7", "@types/react-dom": "^18.2.7",
"@vanilla-extract/css": "^1.12.0", "@vanilla-extract/css": "^1.13.0",
"@vanilla-extract/vite-plugin": "^3.8.2", "@vanilla-extract/vite-plugin": "^3.9.0",
"autoprefixer": "^10.4.15", "autoprefixer": "^10.4.15",
"tailwindcss": "^3.3.3", "tailwindcss": "^3.3.3",
"typescript": "^5.1.6" "typescript": "^5.2.2"
} }
} }
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"extends": "../../tsconfig.json", "extends": "../../tsconfig.json",
"compilerOptions": { "compilerOptions": {
"moduleResolution": "Node16", "moduleResolution": "bundler",
"strict": true, "strict": true,
"target": "esnext", "target": "esnext",
"downlevelIteration": true, "downlevelIteration": true,
+1 -1
View File
@@ -5,7 +5,7 @@
"target": "ESNext", "target": "ESNext",
"module": "ESNext", "module": "ESNext",
"resolveJsonModule": true, "resolveJsonModule": true,
"moduleResolution": "Node16", "moduleResolution": "bundler",
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"outDir": "dist/scripts", "outDir": "dist/scripts",
"rootDir": "." "rootDir": "."
+14 -14
View File
@@ -29,30 +29,30 @@
"@affine/env": "workspace:*", "@affine/env": "workspace:*",
"@affine/native": "workspace:*", "@affine/native": "workspace:*",
"@affine/sdk": "workspace:*", "@affine/sdk": "workspace:*",
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/editor": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/editor": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/lit": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/lit": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
"@electron-forge/cli": "^6.4.0", "@electron-forge/cli": "^6.4.1",
"@electron-forge/core": "^6.4.0", "@electron-forge/core": "^6.4.1",
"@electron-forge/core-utils": "^6.4.0", "@electron-forge/core-utils": "^6.4.1",
"@electron-forge/maker-deb": "^6.4.0", "@electron-forge/maker-deb": "^6.4.1",
"@electron-forge/maker-squirrel": "^6.4.0", "@electron-forge/maker-squirrel": "^6.4.1",
"@electron-forge/maker-zip": "^6.4.0", "@electron-forge/maker-zip": "^6.4.1",
"@electron-forge/shared-types": "^6.4.0", "@electron-forge/shared-types": "^6.4.1",
"@electron/remote": "2.0.10", "@electron/remote": "2.0.10",
"@reforged/maker-appimage": "^3.3.1", "@reforged/maker-appimage": "^3.3.1",
"@types/fs-extra": "^11.0.1", "@types/fs-extra": "^11.0.1",
"@types/uuid": "^9.0.2", "@types/uuid": "^9.0.2",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"electron": "^26.0.0", "electron": "^26.1.0",
"electron-log": "^5.0.0-beta.25", "electron-log": "^5.0.0-beta.28",
"electron-squirrel-startup": "1.0.0", "electron-squirrel-startup": "1.0.0",
"electron-window-state": "^5.0.3", "electron-window-state": "^5.0.3",
"esbuild": "^0.19.2", "esbuild": "^0.19.2",
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
"glob": "^10.3.3", "glob": "^10.3.3",
"jotai": "^2.3.1", "jotai": "^2.4.0",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"undici": "^5.23.0", "undici": "^5.23.0",
"uuid": "^9.0.0", "uuid": "^9.0.0",
+1 -5
View File
@@ -26,11 +26,7 @@ function pickAndBind<T extends object, U extends keyof T>(
): { [K in U]: T[K] } { ): { [K in U]: T[K] } {
return keys.reduce((acc, key) => { return keys.reduce((acc, key) => {
const prop = obj[key]; const prop = obj[key];
acc[key] = acc[key] = typeof prop === 'function' ? prop.bind(obj) : prop;
typeof prop === 'function'
? // @ts-expect-error - a hack to bind the function
prop.bind(obj)
: prop;
return acc; return acc;
}, {} as any); }, {} as any);
} }
+8 -8
View File
@@ -18,23 +18,23 @@
"@affine/jotai": "workspace:*", "@affine/jotai": "workspace:*",
"@affine/templates": "workspace:*", "@affine/templates": "workspace:*",
"@affine/workspace": "workspace:*", "@affine/workspace": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/block-std": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/editor": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/editor": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/icons": "^2.1.31", "@blocksuite/icons": "^2.1.31",
"@blocksuite/lit": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/lit": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
"@toeverything/hooks": "workspace:*", "@toeverything/hooks": "workspace:*",
"@toeverything/y-indexeddb": "workspace:*", "@toeverything/y-indexeddb": "workspace:*",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^18.2.20", "@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7", "@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2", "@vitejs/plugin-react-swc": "^3.3.2",
"typescript": "^5.1.6", "typescript": "^5.2.2",
"vite": "^4.4.9" "vite": "^4.4.9"
} }
} }
+9 -9
View File
@@ -16,18 +16,18 @@
"postinstall": "prisma generate" "postinstall": "prisma generate"
}, },
"dependencies": { "dependencies": {
"@apollo/server": "^4.9.1", "@apollo/server": "^4.9.2",
"@auth/prisma-adapter": "^1.0.1", "@auth/prisma-adapter": "^1.0.1",
"@aws-sdk/client-s3": "^3.391.0", "@aws-sdk/client-s3": "^3.398.0",
"@nestjs/apollo": "^12.0.7", "@nestjs/apollo": "^12.0.7",
"@nestjs/common": "^10.1.3", "@nestjs/common": "^10.2.1",
"@nestjs/core": "^10.1.3", "@nestjs/core": "^10.2.1",
"@nestjs/graphql": "^12.0.8", "@nestjs/graphql": "^12.0.8",
"@nestjs/platform-express": "^10.1.3", "@nestjs/platform-express": "^10.2.1",
"@node-rs/argon2": "^1.5.2", "@node-rs/argon2": "^1.5.2",
"@node-rs/crc32": "^1.7.2", "@node-rs/crc32": "^1.7.2",
"@node-rs/jsonwebtoken": "^0.2.3", "@node-rs/jsonwebtoken": "^0.2.3",
"@prisma/client": "^5.1.1", "@prisma/client": "^5.2.0",
"cookie-parser": "^1.4.6", "cookie-parser": "^1.4.6",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
"express": "^4.18.2", "express": "^4.18.2",
@@ -46,18 +46,18 @@
"devDependencies": { "devDependencies": {
"@affine/storage": "workspace:*", "@affine/storage": "workspace:*",
"@napi-rs/image": "^1.6.1", "@napi-rs/image": "^1.6.1",
"@nestjs/testing": "^10.1.3", "@nestjs/testing": "^10.2.1",
"@types/cookie-parser": "^1.4.3", "@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.17", "@types/express": "^4.17.17",
"@types/lodash-es": "^4.17.8", "@types/lodash-es": "^4.17.8",
"@types/node": "^18.17.5", "@types/node": "^18.17.11",
"@types/nodemailer": "^6.4.9", "@types/nodemailer": "^6.4.9",
"@types/supertest": "^2.0.12", "@types/supertest": "^2.0.12",
"c8": "^8.0.1", "c8": "^8.0.1",
"nodemon": "^3.0.1", "nodemon": "^3.0.1",
"supertest": "^6.3.3", "supertest": "^6.3.3",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^5.1.6" "typescript": "^5.2.2"
}, },
"nodemonConfig": { "nodemonConfig": {
"exec": "node", "exec": "node",
+21 -21
View File
@@ -9,39 +9,39 @@
"dependencies": { "dependencies": {
"@affine/component": "workspace:*", "@affine/component": "workspace:*",
"@affine/i18n": "workspace:*", "@affine/i18n": "workspace:*",
"@storybook/addon-actions": "^7.3.1", "@storybook/addon-actions": "^7.3.2",
"@storybook/addon-essentials": "^7.3.1", "@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-interactions": "^7.3.1", "@storybook/addon-interactions": "^7.3.2",
"@storybook/addon-links": "^7.3.1", "@storybook/addon-links": "^7.3.2",
"@storybook/addon-storysource": "^7.3.1", "@storybook/addon-storysource": "^7.3.2",
"@storybook/blocks": "^7.3.1", "@storybook/blocks": "^7.3.2",
"@storybook/builder-vite": "^7.3.1", "@storybook/builder-vite": "^7.3.2",
"@storybook/jest": "^0.2.1", "@storybook/jest": "^0.2.1",
"@storybook/react": "^7.3.1", "@storybook/react": "^7.3.2",
"@storybook/react-vite": "^7.3.1", "@storybook/react-vite": "^7.3.2",
"@storybook/test-runner": "^0.13.0", "@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.0", "@storybook/testing-library": "^0.2.0",
"@vitejs/plugin-react": "^4.0.4", "@vitejs/plugin-react": "^4.0.4",
"concurrently": "^8.2.0", "concurrently": "^8.2.1",
"jest-mock": "^29.6.2", "jest-mock": "^29.6.3",
"serve": "^14.2.0", "serve": "^14.2.1",
"ses": "^0.18.7", "ses": "^0.18.7",
"storybook": "^7.3.1", "storybook": "^7.3.2",
"storybook-dark-mode": "^3.0.1", "storybook-dark-mode": "^3.0.1",
"wait-on": "^7.0.1" "wait-on": "^7.0.1"
}, },
"devDependencies": { "devDependencies": {
"@blocksuite/block-std": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/block-std": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/editor": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/editor": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/icons": "^2.1.31", "@blocksuite/icons": "^2.1.31",
"@blocksuite/lit": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/lit": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
"chromatic": "^6.22.0", "chromatic": "^6.24.0",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"storybook-addon-react-router-v6": "^2.0.4" "storybook-addon-react-router-v6": "^2.0.5"
}, },
"peerDependencies": { "peerDependencies": {
"@blocksuite/blocks": "*", "@blocksuite/blocks": "*",
+13 -13
View File
@@ -66,19 +66,19 @@
"@faker-js/faker": "^8.0.2", "@faker-js/faker": "^8.0.2",
"@istanbuljs/schema": "^0.1.3", "@istanbuljs/schema": "^0.1.3",
"@magic-works/i18n-codegen": "^0.5.0", "@magic-works/i18n-codegen": "^0.5.0",
"@nx/vite": "16.7.0", "@nx/vite": "16.7.4",
"@perfsee/sdk": "^1.9.0", "@perfsee/sdk": "^1.9.0",
"@playwright/test": "^1.37.0", "@playwright/test": "^1.37.1",
"@taplo/cli": "^0.5.2", "@taplo/cli": "^0.5.2",
"@testing-library/react": "^14.0.0", "@testing-library/react": "^14.0.0",
"@toeverything/infra": "workspace:*", "@toeverything/infra": "workspace:*",
"@types/affine__env": "workspace:*", "@types/affine__env": "workspace:*",
"@types/eslint": "^8.44.2", "@types/eslint": "^8.44.2",
"@types/node": "^18.17.5", "@types/node": "^18.17.11",
"@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.0", "@typescript-eslint/parser": "^6.4.1",
"@vanilla-extract/vite-plugin": "^3.8.2", "@vanilla-extract/vite-plugin": "^3.9.0",
"@vanilla-extract/webpack-plugin": "^2.2.0", "@vanilla-extract/webpack-plugin": "^2.3.0",
"@vitejs/plugin-react-swc": "^3.3.2", "@vitejs/plugin-react-swc": "^3.3.2",
"@vitest/coverage-istanbul": "0.33.0", "@vitest/coverage-istanbul": "0.33.0",
"@vitest/ui": "0.33.0", "@vitest/ui": "0.33.0",
@@ -94,20 +94,20 @@
"eslint-plugin-unused-imports": "^3.0.0", "eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vue": "^9.17.0", "eslint-plugin-vue": "^9.17.0",
"fake-indexeddb": "4.0.2", "fake-indexeddb": "4.0.2",
"happy-dom": "^10.10.0", "happy-dom": "^10.11.0",
"husky": "^8.0.3", "husky": "^8.0.3",
"lint-staged": "^14.0.0", "lint-staged": "^14.0.1",
"madge": "^6.1.0", "madge": "^6.1.0",
"msw": "^1.2.3", "msw": "^1.2.4",
"nanoid": "^4.0.2", "nanoid": "^4.0.2",
"nx": "16.7.0", "nx": "16.7.4",
"nx-cloud": "latest", "nx-cloud": "latest",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"prettier": "^3.0.2", "prettier": "^3.0.2",
"semver": "^7.5.4", "semver": "^7.5.4",
"serve": "^14.2.0", "serve": "^14.2.1",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^5.1.6", "typescript": "^5.2.2",
"vite": "^4.4.9", "vite": "^4.4.9",
"vite-plugin-istanbul": "^5.0.0", "vite-plugin-istanbul": "^5.0.0",
"vite-plugin-static-copy": "^0.17.0", "vite-plugin-static-copy": "^0.17.0",
+12 -12
View File
@@ -26,9 +26,9 @@
"@emotion/react": "^11.11.1", "@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0", "@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0", "@emotion/styled": "^11.11.0",
"@mui/base": "5.0.0-beta.11", "@mui/base": "5.0.0-beta.12",
"@mui/icons-material": "^5.14.3", "@mui/icons-material": "^5.14.6",
"@mui/material": "^5.14.5", "@mui/material": "^5.14.6",
"@popperjs/core": "^2.11.8", "@popperjs/core": "^2.11.8",
"@radix-ui/react-avatar": "^1.0.3", "@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-collapsible": "^1.0.3", "@radix-ui/react-collapsible": "^1.0.3",
@@ -40,7 +40,7 @@
"@vanilla-extract/dynamic": "^2.0.3", "@vanilla-extract/dynamic": "^2.0.3",
"clsx": "^2.0.0", "clsx": "^2.0.0",
"dayjs": "^1.11.9", "dayjs": "^1.11.9",
"jotai": "^2.3.1", "jotai": "^2.4.0",
"lit": "^2.8.0", "lit": "^2.8.0",
"lottie-web": "^5.12.2", "lottie-web": "^5.12.2",
"react": "18.2.0", "react": "18.2.0",
@@ -51,18 +51,18 @@
"rxjs": "^7.8.1" "rxjs": "^7.8.1"
}, },
"devDependencies": { "devDependencies": {
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/editor": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/editor": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/icons": "^2.1.31", "@blocksuite/icons": "^2.1.31",
"@blocksuite/lit": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/lit": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
"@types/react": "^18.2.20", "@types/react": "^18.2.21",
"@types/react-datepicker": "^4.15.0", "@types/react-datepicker": "^4.15.0",
"@types/react-dnd": "^3.0.2", "@types/react-dnd": "^3.0.2",
"@types/react-dom": "^18.2.7", "@types/react-dom": "^18.2.7",
"@vanilla-extract/css": "^1.12.0", "@vanilla-extract/css": "^1.13.0",
"typescript": "^5.1.6", "typescript": "^5.2.2",
"vite": "^4.4.9", "vite": "^4.4.9",
"yjs": "^13.6.7" "yjs": "^13.6.7"
}, },
+2 -2
View File
@@ -5,10 +5,10 @@
"main": "./src/index.ts", "main": "./src/index.ts",
"module": "./src/index.ts", "module": "./src/index.ts",
"devDependencies": { "devDependencies": {
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"zod": "^3.22.1" "zod": "^3.22.2"
}, },
"exports": { "exports": {
"./automation": "./src/automation.ts", "./automation": "./src/automation.ts",
+6 -6
View File
@@ -11,12 +11,12 @@
"devDependencies": { "devDependencies": {
"@affine/env": "workspace:*", "@affine/env": "workspace:*",
"@affine/y-provider": "workspace:*", "@affine/y-provider": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/block-std": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/editor": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/editor": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/lit": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/lit": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly" "@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly"
}, },
"peerDependencies": { "peerDependencies": {
"@affine/y-provider": "workspace:*", "@affine/y-provider": "workspace:*",
+3 -3
View File
@@ -27,15 +27,15 @@
"url": "git+https://github.com/toeverything/AFFiNE.git" "url": "git+https://github.com/toeverything/AFFiNE.git"
}, },
"dependencies": { "dependencies": {
"i18next": "^23.4.4", "i18next": "^23.4.6",
"react-i18next": "^13.1.2" "react-i18next": "^13.1.2"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.17.5", "@types/node": "^18.17.11",
"@types/prettier": "^3.0.0", "@types/prettier": "^3.0.0",
"prettier": "^3.0.2", "prettier": "^3.0.2",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^5.1.6" "typescript": "^5.2.2"
}, },
"version": "0.8.0-canary.34" "version": "0.8.0-canary.34"
} }
+7 -7
View File
@@ -50,15 +50,15 @@
}, },
"dependencies": { "dependencies": {
"@affine/sdk": "workspace:*", "@affine/sdk": "workspace:*",
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
"jotai": "^2.3.1", "jotai": "^2.4.0",
"zod": "^3.22.1" "zod": "^3.22.2"
}, },
"devDependencies": { "devDependencies": {
"@blocksuite/editor": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/editor": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/lit": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/lit": "0.0.0-20230825054009-a12544d6-nightly",
"async-call-rpc": "^6.3.1", "async-call-rpc": "^6.3.1",
"electron": "link:../../apps/electron/node_modules/electron", "electron": "link:../../apps/electron/node_modules/electron",
"react": "^18.2.0", "react": "^18.2.0",
+6 -10
View File
@@ -5,17 +5,13 @@
"sourceRoot": "packages/infra/src", "sourceRoot": "packages/infra/src",
"targets": { "targets": {
"build": { "build": {
"executor": "@nx/vite:build", "executor": "nx:run-script",
"dependsOn": ["^build"],
"inputs": ["{projectRoot}/**/*"],
"options": { "options": {
"outputPath": "packages/infra/dist" "script": "build"
} },
}, "outputs": ["{projectRoot}/dist"]
"serve": {
"executor": "@nx/vite:build",
"options": {
"outputPath": "packages/infra/dist",
"watch": true
}
} }
} }
} }
+4 -1
View File
@@ -4,10 +4,13 @@
"compilerOptions": { "compilerOptions": {
"composite": true, "composite": true,
"noEmit": false, "noEmit": false,
"moduleResolution": "Node16", "moduleResolution": "bundler",
"outDir": "lib" "outDir": "lib"
}, },
"references": [ "references": [
{
"path": "../sdk"
},
{ {
"path": "./tsconfig.node.json" "path": "./tsconfig.node.json"
} }
+7 -7
View File
@@ -3,15 +3,15 @@
"private": true, "private": true,
"main": "./src/index.ts", "main": "./src/index.ts",
"dependencies": { "dependencies": {
"jotai": "^2.3.1" "jotai": "^2.4.0"
}, },
"devDependencies": { "devDependencies": {
"@blocksuite/block-std": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/block-std": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/editor": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/editor": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/lit": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/lit": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
"lottie-web": "^5.12.2" "lottie-web": "^5.12.2"
}, },
"peerDependencies": { "peerDependencies": {
+2 -2
View File
@@ -19,12 +19,12 @@
"license": "MPL-2.0", "license": "MPL-2.0",
"devDependencies": { "devDependencies": {
"@napi-rs/cli": "^2.16.2", "@napi-rs/cli": "^2.16.2",
"@types/node": "^18.17.5", "@types/node": "^18.17.11",
"@types/uuid": "^9.0.2", "@types/uuid": "^9.0.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"rxjs": "^7.8.1", "rxjs": "^7.8.1",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^5.1.6", "typescript": "^5.2.2",
"uuid": "^9.0.0" "uuid": "^9.0.0"
}, },
"engines": { "engines": {
+4 -4
View File
@@ -11,11 +11,11 @@
], ],
"dependencies": { "dependencies": {
"@endo/static-module-record": "^0.8.1", "@endo/static-module-record": "^0.8.1",
"@swc/core": "^1.3.77", "@swc/core": "^1.3.80",
"@toeverything/infra": "workspace:^", "@toeverything/infra": "workspace:^",
"@vanilla-extract/rollup-plugin": "^1.2.2", "@vanilla-extract/rollup-plugin": "^1.3.0",
"@vitejs/plugin-vue": "^4.2.3", "@vitejs/plugin-vue": "^4.3.3",
"rollup": "^3.28.0", "rollup": "^3.28.1",
"rollup-plugin-swc3": "^0.9.1", "rollup-plugin-swc3": "^0.9.1",
"ts-node": "^10.9.1" "ts-node": "^10.9.1"
} }
+5 -5
View File
@@ -22,11 +22,11 @@
"dist" "dist"
], ],
"dependencies": { "dependencies": {
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
"jotai": "^2.3.1", "jotai": "^2.4.0",
"zod": "^3.22.1" "zod": "^3.22.2"
}, },
"devDependencies": { "devDependencies": {
"vite": "^4.4.9", "vite": "^4.4.9",
+1 -1
View File
@@ -4,7 +4,7 @@
"compilerOptions": { "compilerOptions": {
"composite": true, "composite": true,
"noEmit": false, "noEmit": false,
"moduleResolution": "Node16", "moduleResolution": "bundler",
"outDir": "lib" "outDir": "lib"
}, },
"references": [ "references": [
+1 -1
View File
@@ -37,7 +37,7 @@
}, },
"devDependencies": { "devDependencies": {
"@napi-rs/cli": "^3.0.0-alpha.5", "@napi-rs/cli": "^3.0.0-alpha.5",
"lib0": "^0.2.82", "lib0": "^0.2.83",
"yjs": "^13.6.7" "yjs": "^13.6.7"
} }
} }
+1 -1
View File
@@ -6,6 +6,6 @@
"dev": "wrangler dev" "dev": "wrangler dev"
}, },
"devDependencies": { "devDependencies": {
"wrangler": "^3.5.1" "wrangler": "^3.6.0"
} }
} }
+3 -3
View File
@@ -20,15 +20,15 @@
"@toeverything/hooks": "workspace:*", "@toeverything/hooks": "workspace:*",
"@toeverything/y-indexeddb": "workspace:*", "@toeverything/y-indexeddb": "workspace:*",
"async-call-rpc": "^6.3.1", "async-call-rpc": "^6.3.1",
"jotai": "^2.3.1", "jotai": "^2.4.0",
"js-base64": "^3.7.5", "js-base64": "^3.7.5",
"ky": "^0.33.3", "ky": "^0.33.3",
"lib0": "^0.2.82", "lib0": "^0.2.83",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"y-protocols": "^1.0.5", "y-protocols": "^1.0.5",
"yjs": "^13.6.7", "yjs": "^13.6.7",
"zod": "^3.22.1" "zod": "^3.22.2"
}, },
"devDependencies": { "devDependencies": {
"@types/ws": "^8.5.5", "@types/ws": "^8.5.5",
+2 -2
View File
@@ -37,8 +37,8 @@
}, },
"devDependencies": { "devDependencies": {
"@affine/y-provider": "workspace:*", "@affine/y-provider": "workspace:*",
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
"vite": "^4.4.9", "vite": "^4.4.9",
"vite-plugin-dts": "3.5.2", "vite-plugin-dts": "3.5.2",
"y-indexeddb": "^9.0.11" "y-indexeddb": "^9.0.11"
+1 -1
View File
@@ -9,7 +9,7 @@
".": "./src/index.ts" ".": "./src/index.ts"
}, },
"devDependencies": { "devDependencies": {
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly" "@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly"
}, },
"peerDependencies": { "peerDependencies": {
"yjs": "^13.5.51" "yjs": "^13.5.51"
+4 -4
View File
@@ -18,16 +18,16 @@
"@affine/sdk": "workspace:*", "@affine/sdk": "workspace:*",
"@toeverything/components": "^0.0.17", "@toeverything/components": "^0.0.17",
"idb": "^7.1.1", "idb": "^7.1.1",
"langchain": "^0.0.129", "langchain": "^0.0.134",
"marked": "^7.0.3", "marked": "^7.0.4",
"marked-gfm-heading-id": "^3.0.6", "marked-gfm-heading-id": "^3.0.6",
"marked-mangle": "^1.1.2", "marked-mangle": "^1.1.2",
"zod": "^3.22.1" "zod": "^3.22.2"
}, },
"devDependencies": { "devDependencies": {
"@affine/plugin-cli": "workspace:*", "@affine/plugin-cli": "workspace:*",
"@types/marked": "^5.0.1", "@types/marked": "^5.0.1",
"jotai": "^2.3.1", "jotai": "^2.4.0",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0" "react-dom": "18.2.0"
}, },
+1 -1
View File
@@ -22,7 +22,7 @@
}, },
"devDependencies": { "devDependencies": {
"@affine/plugin-cli": "workspace:*", "@affine/plugin-cli": "workspace:*",
"jotai": "^2.3.1", "jotai": "^2.4.0",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0" "react-dom": "18.2.0"
} }
+1 -1
View File
@@ -17,7 +17,7 @@
"dependencies": { "dependencies": {
"@affine/component": "workspace:*", "@affine/component": "workspace:*",
"@affine/sdk": "workspace:*", "@affine/sdk": "workspace:*",
"element-plus": "^2.3.9", "element-plus": "^2.3.10",
"vue": "^3.3.4" "vue": "^3.3.4"
}, },
"devDependencies": { "devDependencies": {
@@ -10,14 +10,14 @@
"devDependencies": { "devDependencies": {
"@affine-test/fixtures": "workspace:*", "@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*", "@affine-test/kit": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/block-std": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
"@playwright/test": "^1.37.0", "@playwright/test": "^1.37.1",
"express": "^4.18.2", "express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1", "http-proxy-middleware": "^3.0.0-beta.1",
"serve": "^14.2.0" "serve": "^14.2.1"
}, },
"version": "0.8.0-canary.34" "version": "0.8.0-canary.34"
} }
@@ -9,14 +9,14 @@
"devDependencies": { "devDependencies": {
"@affine-test/fixtures": "workspace:*", "@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*", "@affine-test/kit": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/block-std": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly", "@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
"@playwright/test": "^1.37.0", "@playwright/test": "^1.37.1",
"express": "^4.18.2", "express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1", "http-proxy-middleware": "^3.0.0-beta.1",
"serve": "^14.2.0" "serve": "^14.2.1"
}, },
"version": "0.8.0-canary.34" "version": "0.8.0-canary.34"
} }
+1 -1
View File
@@ -7,7 +7,7 @@
"devDependencies": { "devDependencies": {
"@affine-test/fixtures": "workspace:*", "@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*", "@affine-test/kit": "workspace:*",
"@playwright/test": "^1.37.0" "@playwright/test": "^1.37.1"
}, },
"version": "0.8.0-canary.34" "version": "0.8.0-canary.34"
} }
+1 -1
View File
@@ -7,7 +7,7 @@
"devDependencies": { "devDependencies": {
"@affine-test/fixtures": "workspace:*", "@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*", "@affine-test/kit": "workspace:*",
"@playwright/test": "^1.37.0" "@playwright/test": "^1.37.1"
}, },
"version": "0.8.0-canary.34" "version": "0.8.0-canary.34"
} }
+1 -1
View File
@@ -7,7 +7,7 @@
"devDependencies": { "devDependencies": {
"@affine-test/fixtures": "workspace:*", "@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*", "@affine-test/kit": "workspace:*",
"@playwright/test": "^1.37.0" "@playwright/test": "^1.37.1"
}, },
"version": "0.8.0-canary.34" "version": "0.8.0-canary.34"
} }
+1 -1
View File
@@ -7,7 +7,7 @@
"./utils/*": "./utils/*.ts" "./utils/*": "./utils/*.ts"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.37.0" "@playwright/test": "^1.37.1"
}, },
"peerDependencies": { "peerDependencies": {
"@playwright/test": "*" "@playwright/test": "*"
+2000 -2045
View File
File diff suppressed because it is too large Load Diff