Skip to content

Commit

Permalink
chore: bump version (#3955)
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Aug 25, 2023
1 parent 98b8fbc commit 7906b7b
Show file tree
Hide file tree
Showing 38 changed files with 2,188 additions and 2,235 deletions.
24 changes: 12 additions & 12 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
5 changes: 4 additions & 1 deletion apps/core/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "ESNext",
"verbatimModuleSyntax": false,
"resolveJsonModule": true,
"moduleResolution": "Node16",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"outDir": "./lib/.webpack",
"rootDir": "."
Expand All @@ -15,6 +15,9 @@
"references": [
{
"path": "../../packages/cli"
},
{
"path": "../../packages/env"
}
]
}
22 changes: 11 additions & 11 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion apps/docs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"moduleResolution": "Node16",
"moduleResolution": "bundler",
"strict": true,
"target": "esnext",
"downlevelIteration": true,
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"target": "ESNext",
"module": "ESNext",
"resolveJsonModule": true,
"moduleResolution": "Node16",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"outDir": "dist/scripts",
"rootDir": "."
Expand Down
28 changes: 14 additions & 14 deletions apps/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 1 addition & 5 deletions apps/electron/src/main/helper-process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
16 changes: 8 additions & 8 deletions apps/prototype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
18 changes: 9 additions & 9 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
42 changes: 21 additions & 21 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Loading

0 comments on commit 7906b7b

Please sign in to comment.