chore: bump version (#3784)

This commit is contained in:
Alex Yang 2023-08-16 14:53:33 -05:00 committed by GitHub
parent 61ffc4220c
commit 61ba85e1f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
25 changed files with 2020 additions and 1520 deletions

View File

@ -37,14 +37,14 @@
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.4",
"@mui/material": "^5.14.5",
"@react-hookz/web": "^23.1.0",
"@toeverything/components": "^0.0.11",
"async-call-rpc": "^6.3.1",
"cmdk": "^0.2.0",
"css-spring": "^4.1.0",
"cssnano": "^6.0.1",
"graphql": "^16.7.1",
"graphql": "^16.8.0",
"intl-segmenter-polyfill-rs": "^0.1.5",
"jotai": "^2.3.1",
"jotai-devtools": "^0.6.1",
@ -57,21 +57,21 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"react-resizable-panels": "^0.0.54",
"react-resizable-panels": "^0.0.55",
"react-router-dom": "^6.15.0",
"rxjs": "^7.8.1",
"ses": "^0.18.7",
"swr": "2.2.1",
"y-protocols": "^1.0.5",
"yjs": "^13.6.7",
"zod": "^3.21.4"
"zod": "^3.22.1"
},
"devDependencies": {
"@perfsee/webpack": "^1.8.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@sentry/webpack-plugin": "^2.6.2",
"@svgr/webpack": "^8.0.1",
"@swc/core": "^1.3.76",
"@svgr/webpack": "^8.1.0",
"@swc/core": "^1.3.77",
"@types/lodash.debounce": "^4.0.7",
"@types/webpack-env": "^1.18.1",
"copy-webpack-plugin": "^11.0.0",

View File

@ -38,9 +38,8 @@ export const ExportPanel = ({ workspace }: ExportPanelProps) => {
const t = useAFFiNEI18N();
const onExport = useCallback(async () => {
await syncBlobsToSqliteDb(workspace);
const result: SaveDBFileResult = await window.apis?.dialog.saveDBFileAs(
workspaceId
);
const result: SaveDBFileResult =
await window.apis?.dialog.saveDBFileAs(workspaceId);
if (result?.error) {
toast(t[result.error]());
} else if (!result?.canceled) {

View File

@ -28,7 +28,7 @@
"@types/react-dom": "^18.2.7",
"@vanilla-extract/css": "^1.12.0",
"@vanilla-extract/vite-plugin": "^3.8.2",
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.15",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
}

View File

@ -44,11 +44,11 @@
"@types/fs-extra": "^11.0.1",
"@types/uuid": "^9.0.2",
"cross-env": "7.0.3",
"electron": "^25.5.0",
"electron": "^26.0.0",
"electron-log": "^5.0.0-beta.25",
"electron-squirrel-startup": "1.0.0",
"electron-window-state": "^5.0.3",
"esbuild": "^0.18.20",
"esbuild": "^0.19.2",
"fs-extra": "^11.1.1",
"jotai": "^2.3.1",
"ts-node": "^10.9.1",
@ -62,7 +62,7 @@
"@toeverything/infra": "workspace:*",
"async-call-rpc": "^6.3.1",
"electron-updater": "^6.1.4",
"link-preview-js": "^3.0.4",
"link-preview-js": "^3.0.5",
"lodash-es": "^4.17.21",
"nanoid": "^4.0.2",
"rxjs": "^7.8.1",

View File

@ -18,7 +18,7 @@
"dependencies": {
"@apollo/server": "^4.9.1",
"@auth/prisma-adapter": "^1.0.1",
"@aws-sdk/client-s3": "^3.388.0",
"@aws-sdk/client-s3": "^3.391.0",
"@nestjs/apollo": "^12.0.7",
"@nestjs/common": "^10.1.3",
"@nestjs/core": "^10.1.3",
@ -31,11 +31,11 @@
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"graphql": "^16.7.1",
"graphql": "^16.8.0",
"graphql-type-json": "^0.3.2",
"graphql-upload": "^16.0.2",
"lodash-es": "^4.17.21",
"next-auth": "4.22.1",
"next-auth": "4.22.5",
"nodemailer": "^6.9.4",
"parse-duration": "^1.1.0",
"prisma": "^5.1.1",
@ -50,7 +50,7 @@
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.17",
"@types/lodash-es": "^4.17.8",
"@types/node": "^18.17.4",
"@types/node": "^18.17.5",
"@types/nodemailer": "^6.4.9",
"@types/supertest": "^2.0.12",
"c8": "^8.0.1",

View File

@ -9,16 +9,16 @@
"dependencies": {
"@affine/component": "workspace:*",
"@affine/i18n": "workspace:*",
"@storybook/addon-actions": "^7.2.3",
"@storybook/addon-essentials": "^7.2.3",
"@storybook/addon-interactions": "^7.2.3",
"@storybook/addon-links": "^7.2.3",
"@storybook/addon-storysource": "^7.2.3",
"@storybook/blocks": "^7.2.3",
"@storybook/builder-vite": "^7.2.3",
"@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/jest": "^0.1.0",
"@storybook/react": "^7.2.3",
"@storybook/react-vite": "^7.2.3",
"@storybook/react": "^7.3.1",
"@storybook/react-vite": "^7.3.1",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.0",
"@vitejs/plugin-react": "^4.0.4",
@ -26,7 +26,7 @@
"jest-mock": "^29.6.2",
"serve": "^14.2.0",
"ses": "^0.18.7",
"storybook": "^7.2.3",
"storybook": "^7.3.1",
"storybook-dark-mode": "^3.0.1",
"wait-on": "^7.0.1"
},

View File

@ -66,7 +66,7 @@
"@faker-js/faker": "^8.0.2",
"@istanbuljs/schema": "^0.1.3",
"@magic-works/i18n-codegen": "^0.5.0",
"@nx/vite": "16.6.0",
"@nx/vite": "16.7.0",
"@perfsee/sdk": "^1.9.0",
"@playwright/test": "^1.37.0",
"@taplo/cli": "^0.5.2",
@ -74,9 +74,9 @@
"@toeverything/infra": "workspace:*",
"@types/affine__env": "workspace:*",
"@types/eslint": "^8.44.2",
"@types/node": "^18.17.4",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@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",
"@vitejs/plugin-react-swc": "^3.3.2",
@ -86,7 +86,7 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-i": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sonarjs": "^0.20.0",
@ -94,16 +94,16 @@
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vue": "^9.17.0",
"fake-indexeddb": "4.0.2",
"happy-dom": "^10.9.0",
"happy-dom": "^10.10.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"lint-staged": "^14.0.0",
"madge": "^6.1.0",
"msw": "^1.2.3",
"nanoid": "^4.0.2",
"nx": "16.6.0",
"nx": "16.7.0",
"nx-cloud": "latest",
"nyc": "^15.1.0",
"prettier": "^3.0.1",
"prettier": "^3.0.2",
"semver": "^7.5.4",
"serve": "^14.2.0",
"ts-node": "^10.9.1",

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.10",
"@mui/base": "5.0.0-beta.11",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.4",
"@mui/material": "^5.14.5",
"@popperjs/core": "^2.11.8",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-collapsible": "^1.0.3",

View File

@ -8,7 +8,7 @@
"@blocksuite/global": "0.0.0-20230816084758-3be96d22-nightly",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.21.4"
"zod": "^3.22.1"
},
"exports": {
"./automation": "./src/automation.ts",

View File

@ -16,12 +16,12 @@
"@graphql-codegen/typescript-operations": "^4.0.1",
"@types/lodash-es": "^4.17.8",
"lodash-es": "^4.17.21",
"prettier": "^3.0.1"
"prettier": "^3.0.2"
},
"scripts": {
"postinstall": "gql-gen"
},
"dependencies": {
"graphql": "^16.7.1"
"graphql": "^16.8.0"
}
}

View File

@ -6,7 +6,7 @@
},
"private": true,
"dependencies": {
"foxact": "^0.2.17"
"foxact": "^0.2.20"
},
"devDependencies": {
"@affine/env": "workspace:*",

View File

@ -31,9 +31,9 @@
"react-i18next": "^13.1.2"
},
"devDependencies": {
"@types/node": "^18.17.4",
"@types/node": "^18.17.5",
"@types/prettier": "^3.0.0",
"prettier": "^3.0.1",
"prettier": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},

View File

@ -54,7 +54,7 @@
"@blocksuite/global": "0.0.0-20230816084758-3be96d22-nightly",
"@blocksuite/store": "0.0.0-20230816084758-3be96d22-nightly",
"jotai": "^2.3.1",
"zod": "^3.21.4"
"zod": "^3.22.1"
},
"devDependencies": {
"@blocksuite/editor": "0.0.0-20230816084758-3be96d22-nightly",
@ -63,7 +63,7 @@
"electron": "link:../../apps/electron/node_modules/electron",
"react": "^18.2.0",
"vite": "^4.4.9",
"vite-plugin-dts": "3.5.1"
"vite-plugin-dts": "3.5.2"
},
"peerDependencies": {
"@affine/templates": "*",

View File

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

View File

@ -11,7 +11,7 @@
],
"dependencies": {
"@endo/static-module-record": "^0.8.1",
"@swc/core": "^1.3.76",
"@swc/core": "^1.3.77",
"@toeverything/infra": "workspace:^",
"@vanilla-extract/rollup-plugin": "^1.2.2",
"@vitejs/plugin-vue": "^4.2.3",

View File

@ -26,10 +26,10 @@
"@blocksuite/global": "0.0.0-20230816084758-3be96d22-nightly",
"@blocksuite/store": "0.0.0-20230816084758-3be96d22-nightly",
"jotai": "^2.3.1",
"zod": "^3.21.4"
"zod": "^3.22.1"
},
"devDependencies": {
"vite": "^4.4.9",
"vite-plugin-dts": "3.5.1"
"vite-plugin-dts": "3.5.2"
}
}

View File

@ -37,7 +37,7 @@
},
"devDependencies": {
"@napi-rs/cli": "^3.0.0-alpha.5",
"lib0": "^0.2.80",
"lib0": "^0.2.82",
"yjs": "^13.6.7"
}
}

View File

@ -6,6 +6,6 @@
"dev": "wrangler dev"
},
"devDependencies": {
"wrangler": "^3.5.0"
"wrangler": "^3.5.1"
}
}

View File

@ -23,12 +23,12 @@
"jotai": "^2.3.1",
"js-base64": "^3.7.5",
"ky": "^0.33.3",
"lib0": "^0.2.80",
"lib0": "^0.2.82",
"react": "18.2.0",
"react-dom": "18.2.0",
"y-protocols": "^1.0.5",
"yjs": "^13.6.7",
"zod": "^3.21.4"
"zod": "^3.22.1"
},
"devDependencies": {
"@types/ws": "^8.5.5",

View File

@ -40,7 +40,7 @@
"@blocksuite/blocks": "0.0.0-20230816084758-3be96d22-nightly",
"@blocksuite/store": "0.0.0-20230816084758-3be96d22-nightly",
"vite": "^4.4.9",
"vite-plugin-dts": "3.5.1",
"vite-plugin-dts": "3.5.2",
"y-indexeddb": "^9.0.11"
},
"peerDependencies": {

View File

@ -21,8 +21,8 @@
"@affine/component": "workspace:*",
"@affine/sdk": "workspace:*",
"@blocksuite/icons": "^2.1.31",
"foxact": "^0.2.17",
"link-preview-js": "^3.0.4"
"foxact": "^0.2.20",
"link-preview-js": "^3.0.5"
},
"devDependencies": {
"@affine/plugin-cli": "workspace:*"

View File

@ -18,11 +18,11 @@
"@affine/sdk": "workspace:*",
"@toeverything/components": "^0.0.11",
"idb": "^7.1.1",
"langchain": "^0.0.126",
"marked": "^7.0.2",
"langchain": "^0.0.129",
"marked": "^7.0.3",
"marked-gfm-heading-id": "^3.0.6",
"marked-mangle": "^1.1.2",
"zod": "^3.21.4"
"zod": "^3.22.1"
},
"devDependencies": {
"@affine/plugin-cli": "workspace:*",

View File

@ -20,7 +20,7 @@
"@toeverything/components": "^0.0.11",
"@toeverything/theme": "^0.7.12",
"clsx": "^2.0.0",
"foxact": "^0.2.17",
"foxact": "^0.2.20",
"react-error-boundary": "^4.0.11",
"swr": "2.2.1"
},

View File

@ -17,12 +17,12 @@
"dependencies": {
"@affine/component": "workspace:*",
"@affine/sdk": "workspace:*",
"@blocksuite/icons": "^2.1.29",
"@toeverything/components": "^0.0.8"
"@blocksuite/icons": "^2.1.31",
"@toeverything/components": "^0.0.11"
},
"devDependencies": {
"@affine/plugin-cli": "workspace:*",
"jotai": "^2.2.2",
"jotai": "^2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0"
}

3411
yarn.lock

File diff suppressed because it is too large Load Diff