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/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",
+4 -1
View File
@@ -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"
}
]
}
+11 -11
View File
@@ -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 -1
View File
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"moduleResolution": "Node16",
"moduleResolution": "bundler",
"strict": true,
"target": "esnext",
"downlevelIteration": true,
+1 -1
View File
@@ -5,7 +5,7 @@
"target": "ESNext",
"module": "ESNext",
"resolveJsonModule": true,
"moduleResolution": "Node16",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"outDir": "dist/scripts",
"rootDir": "."
+14 -14
View File
@@ -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",
+1 -5
View File
@@ -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);
}
+8 -8
View File
@@ -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"
}
}
+9 -9
View File
@@ -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",
+21 -21
View File
@@ -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": "*",