mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-25 09:02:04 +03:00
chore: bump version (#3955)
This commit is contained in:
parent
98b8fbc8cf
commit
7906b7bc5f
@ -24,20 +24,20 @@
|
||||
"@affine/jotai": "workspace:*",
|
||||
"@affine/templates": "workspace:*",
|
||||
"@affine/workspace": "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/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/icons": "^2.1.31",
|
||||
"@blocksuite/lit": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@dnd-kit/core": "^6.0.8",
|
||||
"@dnd-kit/sortable": "^7.0.2",
|
||||
"@emotion/cache": "^11.11.0",
|
||||
"@emotion/react": "^11.11.1",
|
||||
"@emotion/server": "^11.11.0",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@mui/material": "^5.14.5",
|
||||
"@mui/material": "^5.14.6",
|
||||
"@react-hookz/web": "^23.1.0",
|
||||
"@toeverything/components": "^0.0.17",
|
||||
"async-call-rpc": "^6.3.1",
|
||||
@ -46,8 +46,8 @@
|
||||
"cssnano": "^6.0.1",
|
||||
"graphql": "^16.8.0",
|
||||
"intl-segmenter-polyfill-rs": "^0.1.5",
|
||||
"jotai": "^2.3.1",
|
||||
"jotai-devtools": "^0.6.1",
|
||||
"jotai": "^2.4.0",
|
||||
"jotai-devtools": "^0.6.2",
|
||||
"lit": "^2.8.0",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"lottie-web": "^5.12.2",
|
||||
@ -64,14 +64,14 @@
|
||||
"swr": "2.2.1",
|
||||
"y-protocols": "^1.0.5",
|
||||
"yjs": "^13.6.7",
|
||||
"zod": "^3.22.1"
|
||||
"zod": "^3.22.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@perfsee/webpack": "^1.8.4",
|
||||
"@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",
|
||||
"@swc/core": "^1.3.77",
|
||||
"@swc/core": "^1.3.80",
|
||||
"@types/lodash.debounce": "^4.0.7",
|
||||
"@types/webpack-env": "^1.18.1",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
|
@ -6,7 +6,7 @@
|
||||
"module": "ESNext",
|
||||
"verbatimModuleSyntax": false,
|
||||
"resolveJsonModule": true,
|
||||
"moduleResolution": "Node16",
|
||||
"moduleResolution": "bundler",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"outDir": "./lib/.webpack",
|
||||
"rootDir": "."
|
||||
@ -15,6 +15,9 @@
|
||||
"references": [
|
||||
{
|
||||
"path": "../../packages/cli"
|
||||
},
|
||||
{
|
||||
"path": "../../packages/env"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -10,26 +10,26 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@affine/component": "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",
|
||||
"express": "^4.18.2",
|
||||
"jotai": "^2.3.1",
|
||||
"jotai": "^2.4.0",
|
||||
"react": "18.3.0-canary-7118f5dd7-20230705",
|
||||
"react-dom": "18.3.0-canary-7118f5dd7-20230705",
|
||||
"react-server-dom-webpack": "18.3.0-canary-7118f5dd7-20230705",
|
||||
"waku": "0.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.20",
|
||||
"@types/react": "^18.2.21",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
"@vanilla-extract/css": "^1.12.0",
|
||||
"@vanilla-extract/vite-plugin": "^3.8.2",
|
||||
"@vanilla-extract/css": "^1.13.0",
|
||||
"@vanilla-extract/vite-plugin": "^3.9.0",
|
||||
"autoprefixer": "^10.4.15",
|
||||
"tailwindcss": "^3.3.3",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "Node16",
|
||||
"moduleResolution": "bundler",
|
||||
"strict": true,
|
||||
"target": "esnext",
|
||||
"downlevelIteration": true,
|
||||
|
@ -5,7 +5,7 @@
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"resolveJsonModule": true,
|
||||
"moduleResolution": "Node16",
|
||||
"moduleResolution": "bundler",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"outDir": "dist/scripts",
|
||||
"rootDir": "."
|
||||
|
@ -29,30 +29,30 @@
|
||||
"@affine/env": "workspace:*",
|
||||
"@affine/native": "workspace:*",
|
||||
"@affine/sdk": "workspace:*",
|
||||
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@electron-forge/cli": "^6.4.0",
|
||||
"@electron-forge/core": "^6.4.0",
|
||||
"@electron-forge/core-utils": "^6.4.0",
|
||||
"@electron-forge/maker-deb": "^6.4.0",
|
||||
"@electron-forge/maker-squirrel": "^6.4.0",
|
||||
"@electron-forge/maker-zip": "^6.4.0",
|
||||
"@electron-forge/shared-types": "^6.4.0",
|
||||
"@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@blocksuite/editor": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@electron-forge/cli": "^6.4.1",
|
||||
"@electron-forge/core": "^6.4.1",
|
||||
"@electron-forge/core-utils": "^6.4.1",
|
||||
"@electron-forge/maker-deb": "^6.4.1",
|
||||
"@electron-forge/maker-squirrel": "^6.4.1",
|
||||
"@electron-forge/maker-zip": "^6.4.1",
|
||||
"@electron-forge/shared-types": "^6.4.1",
|
||||
"@electron/remote": "2.0.10",
|
||||
"@reforged/maker-appimage": "^3.3.1",
|
||||
"@types/fs-extra": "^11.0.1",
|
||||
"@types/uuid": "^9.0.2",
|
||||
"cross-env": "7.0.3",
|
||||
"electron": "^26.0.0",
|
||||
"electron-log": "^5.0.0-beta.25",
|
||||
"electron": "^26.1.0",
|
||||
"electron-log": "^5.0.0-beta.28",
|
||||
"electron-squirrel-startup": "1.0.0",
|
||||
"electron-window-state": "^5.0.3",
|
||||
"esbuild": "^0.19.2",
|
||||
"fs-extra": "^11.1.1",
|
||||
"glob": "^10.3.3",
|
||||
"jotai": "^2.3.1",
|
||||
"jotai": "^2.4.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"undici": "^5.23.0",
|
||||
"uuid": "^9.0.0",
|
||||
|
@ -26,11 +26,7 @@ function pickAndBind<T extends object, U extends keyof T>(
|
||||
): { [K in U]: T[K] } {
|
||||
return keys.reduce((acc, key) => {
|
||||
const prop = obj[key];
|
||||
acc[key] =
|
||||
typeof prop === 'function'
|
||||
? // @ts-expect-error - a hack to bind the function
|
||||
prop.bind(obj)
|
||||
: prop;
|
||||
acc[key] = typeof prop === 'function' ? prop.bind(obj) : prop;
|
||||
return acc;
|
||||
}, {} as any);
|
||||
}
|
||||
|
@ -18,23 +18,23 @@
|
||||
"@affine/jotai": "workspace:*",
|
||||
"@affine/templates": "workspace:*",
|
||||
"@affine/workspace": "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/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/icons": "^2.1.31",
|
||||
"@blocksuite/lit": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@blocksuite/lit": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@toeverything/hooks": "workspace:*",
|
||||
"@toeverything/y-indexeddb": "workspace:*",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.20",
|
||||
"@types/react": "^18.2.21",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
"@vitejs/plugin-react-swc": "^3.3.2",
|
||||
"typescript": "^5.1.6",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^4.4.9"
|
||||
}
|
||||
}
|
||||
|
@ -16,18 +16,18 @@
|
||||
"postinstall": "prisma generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/server": "^4.9.1",
|
||||
"@apollo/server": "^4.9.2",
|
||||
"@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/common": "^10.1.3",
|
||||
"@nestjs/core": "^10.1.3",
|
||||
"@nestjs/common": "^10.2.1",
|
||||
"@nestjs/core": "^10.2.1",
|
||||
"@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/crc32": "^1.7.2",
|
||||
"@node-rs/jsonwebtoken": "^0.2.3",
|
||||
"@prisma/client": "^5.1.1",
|
||||
"@prisma/client": "^5.2.0",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"dotenv": "^16.3.1",
|
||||
"express": "^4.18.2",
|
||||
@ -46,18 +46,18 @@
|
||||
"devDependencies": {
|
||||
"@affine/storage": "workspace:*",
|
||||
"@napi-rs/image": "^1.6.1",
|
||||
"@nestjs/testing": "^10.1.3",
|
||||
"@nestjs/testing": "^10.2.1",
|
||||
"@types/cookie-parser": "^1.4.3",
|
||||
"@types/express": "^4.17.17",
|
||||
"@types/lodash-es": "^4.17.8",
|
||||
"@types/node": "^18.17.5",
|
||||
"@types/node": "^18.17.11",
|
||||
"@types/nodemailer": "^6.4.9",
|
||||
"@types/supertest": "^2.0.12",
|
||||
"c8": "^8.0.1",
|
||||
"nodemon": "^3.0.1",
|
||||
"supertest": "^6.3.3",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.1.6"
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"exec": "node",
|
||||
|
@ -9,39 +9,39 @@
|
||||
"dependencies": {
|
||||
"@affine/component": "workspace:*",
|
||||
"@affine/i18n": "workspace:*",
|
||||
"@storybook/addon-actions": "^7.3.1",
|
||||
"@storybook/addon-essentials": "^7.3.1",
|
||||
"@storybook/addon-interactions": "^7.3.1",
|
||||
"@storybook/addon-links": "^7.3.1",
|
||||
"@storybook/addon-storysource": "^7.3.1",
|
||||
"@storybook/blocks": "^7.3.1",
|
||||
"@storybook/builder-vite": "^7.3.1",
|
||||
"@storybook/addon-actions": "^7.3.2",
|
||||
"@storybook/addon-essentials": "^7.3.2",
|
||||
"@storybook/addon-interactions": "^7.3.2",
|
||||
"@storybook/addon-links": "^7.3.2",
|
||||
"@storybook/addon-storysource": "^7.3.2",
|
||||
"@storybook/blocks": "^7.3.2",
|
||||
"@storybook/builder-vite": "^7.3.2",
|
||||
"@storybook/jest": "^0.2.1",
|
||||
"@storybook/react": "^7.3.1",
|
||||
"@storybook/react-vite": "^7.3.1",
|
||||
"@storybook/react": "^7.3.2",
|
||||
"@storybook/react-vite": "^7.3.2",
|
||||
"@storybook/test-runner": "^0.13.0",
|
||||
"@storybook/testing-library": "^0.2.0",
|
||||
"@vitejs/plugin-react": "^4.0.4",
|
||||
"concurrently": "^8.2.0",
|
||||
"jest-mock": "^29.6.2",
|
||||
"serve": "^14.2.0",
|
||||
"concurrently": "^8.2.1",
|
||||
"jest-mock": "^29.6.3",
|
||||
"serve": "^14.2.1",
|
||||
"ses": "^0.18.7",
|
||||
"storybook": "^7.3.1",
|
||||
"storybook": "^7.3.2",
|
||||
"storybook-dark-mode": "^3.0.1",
|
||||
"wait-on": "^7.0.1"
|
||||
},
|
||||
"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/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/icons": "^2.1.31",
|
||||
"@blocksuite/lit": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"chromatic": "^6.22.0",
|
||||
"@blocksuite/lit": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"chromatic": "^6.24.0",
|
||||
"react": "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": {
|
||||
"@blocksuite/blocks": "*",
|
||||
|
26
package.json
26
package.json
@ -66,19 +66,19 @@
|
||||
"@faker-js/faker": "^8.0.2",
|
||||
"@istanbuljs/schema": "^0.1.3",
|
||||
"@magic-works/i18n-codegen": "^0.5.0",
|
||||
"@nx/vite": "16.7.0",
|
||||
"@nx/vite": "16.7.4",
|
||||
"@perfsee/sdk": "^1.9.0",
|
||||
"@playwright/test": "^1.37.0",
|
||||
"@playwright/test": "^1.37.1",
|
||||
"@taplo/cli": "^0.5.2",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@toeverything/infra": "workspace:*",
|
||||
"@types/affine__env": "workspace:*",
|
||||
"@types/eslint": "^8.44.2",
|
||||
"@types/node": "^18.17.5",
|
||||
"@typescript-eslint/eslint-plugin": "^6.4.0",
|
||||
"@typescript-eslint/parser": "^6.4.0",
|
||||
"@vanilla-extract/vite-plugin": "^3.8.2",
|
||||
"@vanilla-extract/webpack-plugin": "^2.2.0",
|
||||
"@types/node": "^18.17.11",
|
||||
"@typescript-eslint/eslint-plugin": "^6.4.1",
|
||||
"@typescript-eslint/parser": "^6.4.1",
|
||||
"@vanilla-extract/vite-plugin": "^3.9.0",
|
||||
"@vanilla-extract/webpack-plugin": "^2.3.0",
|
||||
"@vitejs/plugin-react-swc": "^3.3.2",
|
||||
"@vitest/coverage-istanbul": "0.33.0",
|
||||
"@vitest/ui": "0.33.0",
|
||||
@ -94,20 +94,20 @@
|
||||
"eslint-plugin-unused-imports": "^3.0.0",
|
||||
"eslint-plugin-vue": "^9.17.0",
|
||||
"fake-indexeddb": "4.0.2",
|
||||
"happy-dom": "^10.10.0",
|
||||
"happy-dom": "^10.11.0",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^14.0.0",
|
||||
"lint-staged": "^14.0.1",
|
||||
"madge": "^6.1.0",
|
||||
"msw": "^1.2.3",
|
||||
"msw": "^1.2.4",
|
||||
"nanoid": "^4.0.2",
|
||||
"nx": "16.7.0",
|
||||
"nx": "16.7.4",
|
||||
"nx-cloud": "latest",
|
||||
"nyc": "^15.1.0",
|
||||
"prettier": "^3.0.2",
|
||||
"semver": "^7.5.4",
|
||||
"serve": "^14.2.0",
|
||||
"serve": "^14.2.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.1.6",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^4.4.9",
|
||||
"vite-plugin-istanbul": "^5.0.0",
|
||||
"vite-plugin-static-copy": "^0.17.0",
|
||||
|
@ -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"
|
||||
},
|
||||
|
4
packages/env/package.json
vendored
4
packages/env/package.json
vendored
@ -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",
|
||||
|
@ -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:*",
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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": {
|
||||
|
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"noEmit": false,
|
||||
"moduleResolution": "Node16",
|
||||
"moduleResolution": "bundler",
|
||||
"outDir": "lib"
|
||||
},
|
||||
"references": [
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -6,6 +6,6 @@
|
||||
"dev": "wrangler dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
"wrangler": "^3.5.1"
|
||||
"wrangler": "^3.6.0"
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -18,16 +18,16 @@
|
||||
"@affine/sdk": "workspace:*",
|
||||
"@toeverything/components": "^0.0.17",
|
||||
"idb": "^7.1.1",
|
||||
"langchain": "^0.0.129",
|
||||
"marked": "^7.0.3",
|
||||
"langchain": "^0.0.134",
|
||||
"marked": "^7.0.4",
|
||||
"marked-gfm-heading-id": "^3.0.6",
|
||||
"marked-mangle": "^1.1.2",
|
||||
"zod": "^3.22.1"
|
||||
"zod": "^3.22.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@affine/plugin-cli": "workspace:*",
|
||||
"@types/marked": "^5.0.1",
|
||||
"jotai": "^2.3.1",
|
||||
"jotai": "^2.4.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
},
|
||||
|
@ -22,7 +22,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@affine/plugin-cli": "workspace:*",
|
||||
"jotai": "^2.3.1",
|
||||
"jotai": "^2.4.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
}
|
||||
|
@ -17,7 +17,7 @@
|
||||
"dependencies": {
|
||||
"@affine/component": "workspace:*",
|
||||
"@affine/sdk": "workspace:*",
|
||||
"element-plus": "^2.3.9",
|
||||
"element-plus": "^2.3.10",
|
||||
"vue": "^3.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -10,14 +10,14 @@
|
||||
"devDependencies": {
|
||||
"@affine-test/fixtures": "workspace:*",
|
||||
"@affine-test/kit": "workspace:*",
|
||||
"@blocksuite/block-std": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@playwright/test": "^1.37.0",
|
||||
"@blocksuite/block-std": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@playwright/test": "^1.37.1",
|
||||
"express": "^4.18.2",
|
||||
"http-proxy-middleware": "^3.0.0-beta.1",
|
||||
"serve": "^14.2.0"
|
||||
"serve": "^14.2.1"
|
||||
},
|
||||
"version": "0.8.0-canary.34"
|
||||
}
|
||||
|
@ -9,14 +9,14 @@
|
||||
"devDependencies": {
|
||||
"@affine-test/fixtures": "workspace:*",
|
||||
"@affine-test/kit": "workspace:*",
|
||||
"@blocksuite/block-std": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230824205952-3df3727b-nightly",
|
||||
"@playwright/test": "^1.37.0",
|
||||
"@blocksuite/block-std": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@blocksuite/blocks": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230825054009-a12544d6-nightly",
|
||||
"@playwright/test": "^1.37.1",
|
||||
"express": "^4.18.2",
|
||||
"http-proxy-middleware": "^3.0.0-beta.1",
|
||||
"serve": "^14.2.0"
|
||||
"serve": "^14.2.1"
|
||||
},
|
||||
"version": "0.8.0-canary.34"
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
"devDependencies": {
|
||||
"@affine-test/fixtures": "workspace:*",
|
||||
"@affine-test/kit": "workspace:*",
|
||||
"@playwright/test": "^1.37.0"
|
||||
"@playwright/test": "^1.37.1"
|
||||
},
|
||||
"version": "0.8.0-canary.34"
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
"devDependencies": {
|
||||
"@affine-test/fixtures": "workspace:*",
|
||||
"@affine-test/kit": "workspace:*",
|
||||
"@playwright/test": "^1.37.0"
|
||||
"@playwright/test": "^1.37.1"
|
||||
},
|
||||
"version": "0.8.0-canary.34"
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
"devDependencies": {
|
||||
"@affine-test/fixtures": "workspace:*",
|
||||
"@affine-test/kit": "workspace:*",
|
||||
"@playwright/test": "^1.37.0"
|
||||
"@playwright/test": "^1.37.1"
|
||||
},
|
||||
"version": "0.8.0-canary.34"
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
"./utils/*": "./utils/*.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.37.0"
|
||||
"@playwright/test": "^1.37.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@playwright/test": "*"
|
||||
|
Loading…
Reference in New Issue
Block a user