chore: bump version (#3346)

This commit is contained in:
Alex Yang
2023-07-22 06:10:20 -07:00
committed by GitHub
parent 363699a175
commit a494bad543
24 changed files with 783 additions and 553 deletions

View File

@@ -19,13 +19,13 @@
"@affine/jotai": "workspace:*",
"@affine/templates": "workspace:*",
"@affine/workspace": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/blocks": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/editor": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/global": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/icons": "^2.1.26",
"@blocksuite/lit": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/block-std": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/editor": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/global": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/icons": "^2.1.27",
"@blocksuite/lit": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@emotion/cache": "^11.11.0",
@@ -49,7 +49,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"react-resizable-panels": "^0.0.53",
"react-resizable-panels": "^0.0.54",
"react-router-dom": "^6.14.2",
"rxjs": "^7.8.1",
"ses": "^0.18.5",

View File

@@ -10,12 +10,12 @@
},
"dependencies": {
"@affine/component": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/blocks": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/editor": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/global": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/lit": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/block-std": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/editor": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/global": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/lit": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly",
"express": "^4.18.2",
"jotai": "^2.2.2",
"react": "18.3.0-canary-1fdacbefd-20230630",
@@ -24,12 +24,12 @@
"waku": "0.12.1"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vanilla-extract/css": "^1.12.0",
"@vanilla-extract/vite-plugin": "^3.8.2",
"autoprefixer": "^10.4.14",
"tailwindcss": "^3.3.2",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
}
}

View File

@@ -26,10 +26,10 @@
"@affine-test/kit": "workspace:*",
"@affine/env": "workspace:*",
"@affine/native": "workspace:*",
"@blocksuite/blocks": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/editor": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/lit": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/editor": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/lit": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly",
"@electron-forge/cli": "^6.2.1",
"@electron-forge/core": "^6.2.1",
"@electron-forge/core-utils": "^6.2.1",
@@ -43,11 +43,11 @@
"@types/fs-extra": "^11.0.1",
"@types/uuid": "^9.0.2",
"cross-env": "7.0.3",
"electron": "^25.2.0",
"electron": "^25.3.1",
"electron-log": "^5.0.0-beta.24",
"electron-squirrel-startup": "1.0.0",
"electron-window-state": "^5.0.3",
"esbuild": "^0.18.11",
"esbuild": "^0.18.15",
"fs-extra": "^11.1.1",
"jotai": "^2.2.2",
"ts-node": "^10.9.1",

View File

@@ -48,8 +48,8 @@
"@nestjs/testing": "^10.0.4",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.17",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.16.19",
"@types/lodash-es": "^4.17.8",
"@types/node": "^18.16.20",
"@types/nodemailer": "^6.4.8",
"@types/supertest": "^2.0.12",
"c8": "^8.0.0",

View File

@@ -9,34 +9,34 @@
"dependencies": {
"@affine/component": "workspace:*",
"@affine/i18n": "workspace:*",
"@storybook/addon-actions": "^7.0.24",
"@storybook/addon-essentials": "^7.0.24",
"@storybook/addon-interactions": "^7.0.24",
"@storybook/addon-links": "^7.0.24",
"@storybook/addon-storysource": "^7.0.24",
"@storybook/blocks": "^7.0.24",
"@storybook/builder-vite": "^7.0.24",
"@storybook/addon-actions": "^7.1.0",
"@storybook/addon-essentials": "^7.1.0",
"@storybook/addon-interactions": "^7.1.0",
"@storybook/addon-links": "^7.1.0",
"@storybook/addon-storysource": "^7.1.0",
"@storybook/blocks": "^7.1.0",
"@storybook/builder-vite": "^7.1.0",
"@storybook/jest": "^0.1.0",
"@storybook/react": "^7.0.24",
"@storybook/react-vite": "^7.0.24",
"@storybook/react": "^7.1.0",
"@storybook/react-vite": "^7.1.0",
"@storybook/test-runner": "^0.11.0",
"@storybook/testing-library": "^0.2.0",
"@vitejs/plugin-react": "^4.0.3",
"concurrently": "^8.2.0",
"jest-mock": "^29.5.0",
"jest-mock": "^29.6.1",
"serve": "^14.2.0",
"storybook": "^7.0.24",
"storybook": "^7.1.0",
"storybook-dark-mode": "^3.0.0",
"wait-on": "^7.0.1"
},
"devDependencies": {
"@blocksuite/block-std": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/blocks": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/editor": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/global": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/icons": "^2.1.26",
"@blocksuite/lit": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/block-std": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/editor": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/global": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/icons": "^2.1.27",
"@blocksuite/lit": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly",
"react": "18.2.0",
"react-dom": "18.2.0"
},

View File

@@ -64,15 +64,15 @@
"@faker-js/faker": "^8.0.2",
"@istanbuljs/schema": "^0.1.3",
"@magic-works/i18n-codegen": "^0.5.0",
"@nx/vite": "16.5.3",
"@nx/vite": "16.5.5",
"@perfsee/sdk": "^1.8.3",
"@playwright/test": "^1.35.1",
"@playwright/test": "^1.36.1",
"@taplo/cli": "^0.5.2",
"@testing-library/react": "^14.0.0",
"@toeverything/infra": "workspace:*",
"@toeverything/plugin-infra": "workspace:*",
"@types/eslint": "^8.40.2",
"@types/node": "^18.16.19",
"@types/eslint": "^8.44.0",
"@types/node": "^18.16.20",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vanilla-extract/vite-plugin": "^3.8.2",
@@ -80,22 +80,22 @@
"@vitejs/plugin-react-swc": "^3.3.2",
"@vitest/coverage-istanbul": "^0.33.0",
"@vitest/ui": "^0.33.0",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-i": "^2.27.5-3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"fake-indexeddb": "4.0.1",
"eslint-plugin-unicorn": "^48.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"fake-indexeddb": "4.0.2",
"happy-dom": "^10.5.2",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"madge": "^6.1.0",
"msw": "^1.2.2",
"msw": "^1.2.3",
"nanoid": "^4.0.2",
"nx": "16.5.3",
"nx-cloud": "latest",
@@ -105,7 +105,7 @@
"serve": "^14.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vite": "^4.4.4",
"vite": "^4.4.6",
"vite-plugin-istanbul": "^4.1.0",
"vite-plugin-static-copy": "^0.17.0",
"vite-tsconfig-paths": "^4.2.0",

View File

@@ -37,34 +37,34 @@
"@radix-ui/react-toast": "^1.1.4",
"@toeverything/hooks": "workspace:*",
"@toeverything/plugin-infra": "workspace:*",
"@toeverything/theme": "^0.7.6",
"@toeverything/theme": "^0.7.7",
"@vanilla-extract/dynamic": "^2.0.3",
"clsx": "^1.2.1",
"clsx": "^2.0.0",
"dayjs": "^1.11.9",
"jotai": "^2.2.2",
"lit": "^2.7.6",
"lottie-web": "^5.12.2",
"react": "18.2.0",
"react-datepicker": "^4.15.0",
"react-datepicker": "^4.16.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.10",
"react-is": "^18.2.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/editor": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/global": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/icons": "^2.1.26",
"@blocksuite/lit": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly",
"@types/react": "^18.2.14",
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/editor": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/global": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/icons": "^2.1.27",
"@blocksuite/lit": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly",
"@types/react": "^18.2.15",
"@types/react-datepicker": "^4.11.2",
"@types/react-dnd": "^3.0.2",
"@types/react-dom": "^18.2.6",
"@types/react-dom": "^18.2.7",
"@vanilla-extract/css": "^1.12.0",
"typescript": "^5.1.6",
"vite": "^4.4.4",
"vite": "^4.4.6",
"yjs": "^13.6.7"
},
"version": "0.7.0-canary.51"

View File

@@ -6,7 +6,7 @@
"module": "./src/index.ts",
"types": "./src/global.ts",
"devDependencies": {
"@blocksuite/global": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/global": "0.0.0-20230721134812-6e0e3bef-nightly",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.21.4"

View File

@@ -14,7 +14,7 @@
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@types/lodash-es": "^4.17.7",
"@types/lodash-es": "^4.17.8",
"lodash-es": "^4.17.21",
"prettier": "^3.0.0"
},

View File

@@ -10,12 +10,12 @@
"@toeverything/y-indexeddb": "workspace:*"
},
"devDependencies": {
"@blocksuite/block-std": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/blocks": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/editor": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/global": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/lit": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly"
"@blocksuite/block-std": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/editor": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/global": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/lit": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly"
},
"peerDependencies": {
"@blocksuite/block-std": "*",

View File

@@ -27,11 +27,11 @@
"url": "git+https://github.com/toeverything/AFFiNE.git"
},
"dependencies": {
"i18next": "^23.2.6",
"i18next": "^23.2.11",
"react-i18next": "^13.0.2"
},
"devDependencies": {
"@types/node": "^18.16.19",
"@types/node": "^18.16.20",
"@types/prettier": "^2.7.3",
"prettier": "^3.0.0",
"ts-node": "^10.9.1",

View File

@@ -31,7 +31,7 @@
"devDependencies": {
"async-call-rpc": "^6.3.1",
"electron": "link:../../apps/electron/node_modules/electron",
"vite": "^4.4.4",
"vite": "^4.4.6",
"vite-plugin-dts": "3.3.1"
},
"peerDependencies": {

View File

@@ -6,12 +6,12 @@
"jotai": "^2.2.2"
},
"devDependencies": {
"@blocksuite/block-std": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/blocks": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/editor": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/global": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/lit": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/block-std": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/editor": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/global": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/lit": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly",
"lottie-web": "^5.12.2"
},
"peerDependencies": {

View File

@@ -19,7 +19,7 @@
"license": "MPL-2.0",
"devDependencies": {
"@napi-rs/cli": "^2.16.1",
"@types/node": "^18.16.19",
"@types/node": "^18.16.20",
"@types/uuid": "^9.0.2",
"cross-env": "^7.0.3",
"rxjs": "^7.8.1",

View File

@@ -36,15 +36,15 @@
}
},
"dependencies": {
"@blocksuite/global": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/global": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly",
"jotai": "^2.2.2"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/editor": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/lit": "0.0.0-20230719163314-76d863fc-nightly",
"vite": "^4.4.4",
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/editor": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/lit": "0.0.0-20230721134812-6e0e3bef-nightly",
"vite": "^4.4.6",
"vite-plugin-dts": "3.3.1"
},
"peerDependencies": {

View File

@@ -36,9 +36,9 @@
"idb": "^7.1.1"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly",
"vite": "^4.4.4",
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly",
"vite": "^4.4.6",
"vite-plugin-dts": "3.3.1",
"y-indexeddb": "^9.0.11"
},

View File

@@ -9,7 +9,7 @@
"main": "./src/index.ts",
"module": "./src/index.ts",
"devDependencies": {
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly"
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly"
},
"peerDependencies": {
"yjs": "^13.5.51"

View File

@@ -9,7 +9,7 @@
},
"dependencies": {
"@affine/component": "workspace:*",
"@blocksuite/icons": "^2.1.26",
"@blocksuite/icons": "^2.1.27",
"@toeverything/plugin-infra": "workspace:*",
"foxact": "^0.2.17"
}

View File

@@ -12,13 +12,13 @@
"@toeverything/plugin-infra": "workspace:*",
"idb": "^7.1.1",
"langchain": "^0.0.107",
"marked": "^5.1.0",
"marked": "^5.1.1",
"marked-gfm-heading-id": "^3.0.4",
"marked-mangle": "^1.1.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/marked": "^5.0.0",
"@types/marked": "^5.0.1",
"jotai": "^2.2.2",
"react": "18.2.0",
"react-dom": "18.2.0"

View File

@@ -10,7 +10,7 @@
},
"dependencies": {
"@affine/component": "workspace:*",
"@blocksuite/icons": "^2.1.26",
"@blocksuite/icons": "^2.1.27",
"@toeverything/plugin-infra": "workspace:*"
}
}

View File

@@ -11,11 +11,11 @@
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@affine/env": "workspace:*",
"@blocksuite/block-std": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/blocks": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/global": "0.0.0-20230719163314-76d863fc-nightly",
"@blocksuite/store": "0.0.0-20230719163314-76d863fc-nightly",
"@playwright/test": "^1.35.1",
"@blocksuite/block-std": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/blocks": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/global": "0.0.0-20230721134812-6e0e3bef-nightly",
"@blocksuite/store": "0.0.0-20230721134812-6e0e3bef-nightly",
"@playwright/test": "^1.36.1",
"express": "^4.18.2",
"http-proxy-middleware": "^3.0.0-beta.1",
"serve": "^14.2.0",

View File

@@ -7,7 +7,7 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine-test/kit": "workspace:*",
"@playwright/test": "^1.35.1"
"@playwright/test": "^1.36.1"
},
"version": "0.7.0-canary.51"
}

View File

@@ -7,7 +7,7 @@
"./utils/*": "./utils/*.ts"
},
"devDependencies": {
"@playwright/test": "^1.35.1"
"@playwright/test": "^1.36.1"
},
"peerDependencies": {
"@playwright/test": "*"

1124
yarn.lock

File diff suppressed because it is too large Load Diff