mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 01:01:40 +03:00
chore: bump version (#4604)
This commit is contained in:
parent
efca651429
commit
7911d67439
@ -47,7 +47,7 @@
|
|||||||
"graphql": "^16.8.1",
|
"graphql": "^16.8.1",
|
||||||
"intl-segmenter-polyfill-rs": "^0.1.6",
|
"intl-segmenter-polyfill-rs": "^0.1.6",
|
||||||
"jotai": "^2.4.3",
|
"jotai": "^2.4.3",
|
||||||
"jotai-devtools": "^0.6.2",
|
"jotai-devtools": "^0.7.0",
|
||||||
"lit": "^2.8.0",
|
"lit": "^2.8.0",
|
||||||
"lottie-web": "^5.12.2",
|
"lottie-web": "^5.12.2",
|
||||||
"mini-css-extract-plugin": "^2.7.6",
|
"mini-css-extract-plugin": "^2.7.6",
|
||||||
@ -68,14 +68,14 @@
|
|||||||
"zod": "^3.22.4"
|
"zod": "^3.22.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@aws-sdk/client-s3": "3.427.0",
|
"@aws-sdk/client-s3": "3.428.0",
|
||||||
"@perfsee/webpack": "^1.8.4",
|
"@perfsee/webpack": "^1.8.4",
|
||||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
||||||
"@sentry/webpack-plugin": "^2.7.1",
|
"@sentry/webpack-plugin": "^2.8.0",
|
||||||
"@svgr/webpack": "^8.1.0",
|
"@svgr/webpack": "^8.1.0",
|
||||||
"@swc/core": "^1.3.87",
|
"@swc/core": "^1.3.93",
|
||||||
"@types/lodash-es": "^4.17.9",
|
"@types/lodash-es": "^4.17.9",
|
||||||
"@types/webpack-env": "^1.18.1",
|
"@types/webpack-env": "^1.18.2",
|
||||||
"copy-webpack-plugin": "^11.0.0",
|
"copy-webpack-plugin": "^11.0.0",
|
||||||
"css-loader": "^6.8.1",
|
"css-loader": "^6.8.1",
|
||||||
"express": "^4.18.2",
|
"express": "^4.18.2",
|
||||||
@ -88,7 +88,7 @@
|
|||||||
"swc-loader": "^0.2.3",
|
"swc-loader": "^0.2.3",
|
||||||
"swc-plugin-coverage-instrument": "^0.0.20",
|
"swc-plugin-coverage-instrument": "^0.0.20",
|
||||||
"thread-loader": "^4.0.2",
|
"thread-loader": "^4.0.2",
|
||||||
"webpack": "^5.88.2",
|
"webpack": "^5.89.0",
|
||||||
"webpack-cli": "^5.1.4",
|
"webpack-cli": "^5.1.4",
|
||||||
"webpack-dev-server": "^4.15.1",
|
"webpack-dev-server": "^4.15.1",
|
||||||
"webpack-merge": "^5.9.0"
|
"webpack-merge": "^5.9.0"
|
||||||
|
@ -49,23 +49,23 @@
|
|||||||
"@electron/remote": "2.0.12",
|
"@electron/remote": "2.0.12",
|
||||||
"@reforged/maker-appimage": "^3.3.1",
|
"@reforged/maker-appimage": "^3.3.1",
|
||||||
"@toeverything/infra": "workspace:*",
|
"@toeverything/infra": "workspace:*",
|
||||||
"@types/uuid": "^9.0.4",
|
"@types/uuid": "^9.0.5",
|
||||||
"builder-util-runtime": "^9.2.1",
|
"builder-util-runtime": "^9.2.1",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"electron": "^26.3.0",
|
"electron": "^26.4.0",
|
||||||
"electron-log": "^5.0.0-beta.29",
|
"electron-log": "^5.0.0-rc.1",
|
||||||
"electron-squirrel-startup": "1.0.0",
|
"electron-squirrel-startup": "1.0.0",
|
||||||
"electron-window-state": "^5.0.3",
|
"electron-window-state": "^5.0.3",
|
||||||
"esbuild": "^0.19.4",
|
"esbuild": "^0.19.4",
|
||||||
"fs-extra": "^11.1.1",
|
"fs-extra": "^11.1.1",
|
||||||
"glob": "^10.3.5",
|
"glob": "^10.3.10",
|
||||||
"jotai": "^2.4.3",
|
"jotai": "^2.4.3",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"rxjs": "^7.8.1",
|
"rxjs": "^7.8.1",
|
||||||
"semver": "^7.5.4",
|
"semver": "^7.5.4",
|
||||||
"tinykeys": "^2.1.0",
|
"tinykeys": "^2.1.0",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"undici": "^5.25.2",
|
"undici": "^5.26.3",
|
||||||
"uuid": "^9.0.1",
|
"uuid": "^9.0.1",
|
||||||
"vitest": "0.34.6",
|
"vitest": "0.34.6",
|
||||||
"which": "^4.0.0",
|
"which": "^4.0.0",
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/server": "^4.9.4",
|
"@apollo/server": "^4.9.4",
|
||||||
"@auth/prisma-adapter": "^1.0.3",
|
"@auth/prisma-adapter": "^1.0.3",
|
||||||
"@aws-sdk/client-s3": "^3.427.0",
|
"@aws-sdk/client-s3": "^3.428.0",
|
||||||
"@google-cloud/opentelemetry-cloud-monitoring-exporter": "^0.17.0",
|
"@google-cloud/opentelemetry-cloud-monitoring-exporter": "^0.17.0",
|
||||||
"@google-cloud/opentelemetry-cloud-trace-exporter": "^2.1.0",
|
"@google-cloud/opentelemetry-cloud-trace-exporter": "^2.1.0",
|
||||||
"@keyv/redis": "^2.8.0",
|
"@keyv/redis": "^2.8.0",
|
||||||
@ -56,17 +56,17 @@
|
|||||||
"graphql-type-json": "^0.3.2",
|
"graphql-type-json": "^0.3.2",
|
||||||
"graphql-upload": "^16.0.2",
|
"graphql-upload": "^16.0.2",
|
||||||
"ioredis": "^5.3.2",
|
"ioredis": "^5.3.2",
|
||||||
"keyv": "^4.5.3",
|
"keyv": "^4.5.4",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"nanoid": "^4.0.2",
|
"nanoid": "^5.0.1",
|
||||||
"nestjs-throttler-storage-redis": "^0.4.1",
|
"nestjs-throttler-storage-redis": "^0.4.1",
|
||||||
"next-auth": "^4.23.2",
|
"next-auth": "^4.23.2",
|
||||||
"nodemailer": "^6.9.5",
|
"nodemailer": "^6.9.6",
|
||||||
"on-headers": "^1.0.2",
|
"on-headers": "^1.0.2",
|
||||||
"parse-duration": "^1.1.0",
|
"parse-duration": "^1.1.0",
|
||||||
"pretty-time": "^1.1.0",
|
"pretty-time": "^1.1.0",
|
||||||
"prisma": "^5.3.1",
|
"prisma": "^5.4.2",
|
||||||
"prom-client": "^14.2.0",
|
"prom-client": "^15.0.0",
|
||||||
"reflect-metadata": "^0.1.13",
|
"reflect-metadata": "^0.1.13",
|
||||||
"rxjs": "^7.8.1",
|
"rxjs": "^7.8.1",
|
||||||
"semver": "^7.5.4",
|
"semver": "^7.5.4",
|
||||||
@ -80,18 +80,18 @@
|
|||||||
"@napi-rs/image": "^1.7.0",
|
"@napi-rs/image": "^1.7.0",
|
||||||
"@nestjs/testing": "^10.2.7",
|
"@nestjs/testing": "^10.2.7",
|
||||||
"@types/cookie-parser": "^1.4.4",
|
"@types/cookie-parser": "^1.4.4",
|
||||||
"@types/engine.io": "^3.1.7",
|
"@types/engine.io": "^3.1.8",
|
||||||
"@types/express": "^4.17.17",
|
"@types/express": "^4.17.19",
|
||||||
"@types/graphql-upload": "^16.0.2",
|
"@types/graphql-upload": "^16.0.3",
|
||||||
"@types/keyv": "^4.2.0",
|
"@types/keyv": "^4.2.0",
|
||||||
"@types/lodash-es": "^4.17.9",
|
"@types/lodash-es": "^4.17.9",
|
||||||
"@types/node": "^18.17.18",
|
"@types/node": "^18.18.5",
|
||||||
"@types/nodemailer": "^6.4.10",
|
"@types/nodemailer": "^6.4.11",
|
||||||
"@types/on-headers": "^1.0.1",
|
"@types/on-headers": "^1.0.1",
|
||||||
"@types/pretty-time": "^1.1.2",
|
"@types/pretty-time": "^1.1.3",
|
||||||
"@types/sinon": "^10.0.16",
|
"@types/sinon": "^10.0.19",
|
||||||
"@types/supertest": "^2.0.12",
|
"@types/supertest": "^2.0.14",
|
||||||
"@types/ws": "^8.5.5",
|
"@types/ws": "^8.5.7",
|
||||||
"ava": "^5.3.1",
|
"ava": "^5.3.1",
|
||||||
"c8": "^8.0.1",
|
"c8": "^8.0.1",
|
||||||
"nodemon": "^3.0.1",
|
"nodemon": "^3.0.1",
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
"@blocksuite/store": "0.0.0-20230926212737-6d4b1569-nightly",
|
"@blocksuite/store": "0.0.0-20230926212737-6d4b1569-nightly",
|
||||||
"@dnd-kit/sortable": "^7.0.2",
|
"@dnd-kit/sortable": "^7.0.2",
|
||||||
"@tomfreudenberg/next-auth-mock": "^0.5.6",
|
"@tomfreudenberg/next-auth-mock": "^0.5.6",
|
||||||
"chromatic": "^7.2.0",
|
"chromatic": "^7.4.0",
|
||||||
"foxact": "^0.2.20",
|
"foxact": "^0.2.20",
|
||||||
"jotai": "^2.4.3",
|
"jotai": "^2.4.3",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
|
25
package.json
25
package.json
@ -65,8 +65,8 @@
|
|||||||
"@affine-test/kit": "workspace:*",
|
"@affine-test/kit": "workspace:*",
|
||||||
"@affine/cli": "workspace:*",
|
"@affine/cli": "workspace:*",
|
||||||
"@affine/plugin-cli": "workspace:*",
|
"@affine/plugin-cli": "workspace:*",
|
||||||
"@commitlint/cli": "^17.7.2",
|
"@commitlint/cli": "^17.8.0",
|
||||||
"@commitlint/config-conventional": "^17.7.0",
|
"@commitlint/config-conventional": "^17.8.0",
|
||||||
"@faker-js/faker": "^8.1.0",
|
"@faker-js/faker": "^8.1.0",
|
||||||
"@istanbuljs/schema": "^0.1.3",
|
"@istanbuljs/schema": "^0.1.3",
|
||||||
"@magic-works/i18n-codegen": "^0.5.0",
|
"@magic-works/i18n-codegen": "^0.5.0",
|
||||||
@ -77,19 +77,19 @@
|
|||||||
"@testing-library/react": "^14.0.0",
|
"@testing-library/react": "^14.0.0",
|
||||||
"@toeverything/infra": "workspace:*",
|
"@toeverything/infra": "workspace:*",
|
||||||
"@types/affine__env": "workspace:*",
|
"@types/affine__env": "workspace:*",
|
||||||
"@types/eslint": "^8.44.3",
|
"@types/eslint": "^8.44.4",
|
||||||
"@types/node": "^18.17.18",
|
"@types/node": "^18.18.5",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
||||||
"@typescript-eslint/parser": "^6.7.2",
|
"@typescript-eslint/parser": "^6.7.5",
|
||||||
"@vanilla-extract/vite-plugin": "^3.9.0",
|
"@vanilla-extract/vite-plugin": "^3.9.0",
|
||||||
"@vanilla-extract/webpack-plugin": "^2.3.1",
|
"@vanilla-extract/webpack-plugin": "^2.3.1",
|
||||||
"@vitejs/plugin-react-swc": "^3.4.0",
|
"@vitejs/plugin-react-swc": "^3.4.0",
|
||||||
"@vitest/coverage-istanbul": "0.34.6",
|
"@vitest/coverage-istanbul": "0.34.6",
|
||||||
"@vitest/ui": "0.34.7",
|
"@vitest/ui": "0.34.6",
|
||||||
"eslint": "^8.51.0",
|
"eslint": "^8.51.0",
|
||||||
"eslint-config-prettier": "^9.0.0",
|
"eslint-config-prettier": "^9.0.0",
|
||||||
"eslint-plugin-i": "^2.28.1",
|
"eslint-plugin-i": "^2.28.1",
|
||||||
"eslint-plugin-prettier": "^5.0.0",
|
"eslint-plugin-prettier": "^5.0.1",
|
||||||
"eslint-plugin-react": "^7.33.2",
|
"eslint-plugin-react": "^7.33.2",
|
||||||
"eslint-plugin-react-hooks": "^4.6.0",
|
"eslint-plugin-react-hooks": "^4.6.0",
|
||||||
"eslint-plugin-simple-import-sort": "^10.0.0",
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
||||||
@ -97,20 +97,20 @@
|
|||||||
"eslint-plugin-unicorn": "^48.0.1",
|
"eslint-plugin-unicorn": "^48.0.1",
|
||||||
"eslint-plugin-unused-imports": "^3.0.0",
|
"eslint-plugin-unused-imports": "^3.0.0",
|
||||||
"eslint-plugin-vue": "^9.17.0",
|
"eslint-plugin-vue": "^9.17.0",
|
||||||
"fake-indexeddb": "4.0.2",
|
"fake-indexeddb": "5.0.0",
|
||||||
"happy-dom": "^12.9.1",
|
"happy-dom": "^12.9.1",
|
||||||
"husky": "^8.0.3",
|
"husky": "^8.0.3",
|
||||||
"lint-staged": "^14.0.1",
|
"lint-staged": "^15.0.0",
|
||||||
"madge": "^6.1.0",
|
"madge": "^6.1.0",
|
||||||
"msw": "^1.3.2",
|
"msw": "^1.3.2",
|
||||||
"nanoid": "^5.0.1",
|
"nanoid": "^5.0.1",
|
||||||
"nx": "^16.10.0",
|
"nx": "^16.10.0",
|
||||||
"nx-cloud": "^16.5.1",
|
"nx-cloud": "^16.5.2",
|
||||||
"nyc": "^15.1.0",
|
"nyc": "^15.1.0",
|
||||||
"prettier": "^3.0.3",
|
"prettier": "^3.0.3",
|
||||||
"semver": "^7.5.4",
|
"semver": "^7.5.4",
|
||||||
"serve": "^14.2.1",
|
"serve": "^14.2.1",
|
||||||
"string-width": "^5.1.2",
|
"string-width": "^6.1.0",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"typescript": "^5.2.2",
|
"typescript": "^5.2.2",
|
||||||
"vite": "^4.4.11",
|
"vite": "^4.4.11",
|
||||||
@ -123,6 +123,7 @@
|
|||||||
},
|
},
|
||||||
"packageManager": "yarn@3.6.4",
|
"packageManager": "yarn@3.6.4",
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
|
"vite": "^4.4.11",
|
||||||
"array-buffer-byte-length": "npm:@nolyfill/array-buffer-byte-length@latest",
|
"array-buffer-byte-length": "npm:@nolyfill/array-buffer-byte-length@latest",
|
||||||
"array-includes": "npm:@nolyfill/array-includes@latest",
|
"array-includes": "npm:@nolyfill/array-includes@latest",
|
||||||
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
|
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
"nanoid": "^5.0.1",
|
"nanoid": "^5.0.1",
|
||||||
"next-themes": "^0.2.1",
|
"next-themes": "^0.2.1",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-datepicker": "^4.18.0",
|
"react-datepicker": "^4.20.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"react-error-boundary": "^4.0.11",
|
"react-error-boundary": "^4.0.11",
|
||||||
"react-is": "^18.2.0",
|
"react-is": "^18.2.0",
|
||||||
@ -71,12 +71,12 @@
|
|||||||
"@storybook/jest": "^0.2.3",
|
"@storybook/jest": "^0.2.3",
|
||||||
"@storybook/testing-library": "^0.2.2",
|
"@storybook/testing-library": "^0.2.2",
|
||||||
"@testing-library/react": "^14.0.0",
|
"@testing-library/react": "^14.0.0",
|
||||||
"@types/react": "^18.2.22",
|
"@types/react": "^18.2.28",
|
||||||
"@types/react-datepicker": "^4.15.0",
|
"@types/react-datepicker": "^4.19.0",
|
||||||
"@types/react-dnd": "^3.0.2",
|
"@types/react-dnd": "^3.0.2",
|
||||||
"@types/react-dom": "^18.2.7",
|
"@types/react-dom": "^18.2.13",
|
||||||
"@vanilla-extract/css": "^1.13.0",
|
"@vanilla-extract/css": "^1.13.0",
|
||||||
"fake-indexeddb": "^4.0.2",
|
"fake-indexeddb": "^5.0.0",
|
||||||
"typescript": "^5.2.2",
|
"typescript": "^5.2.2",
|
||||||
"vite": "^4.4.11",
|
"vite": "^4.4.11",
|
||||||
"vitest": "0.34.6",
|
"vitest": "0.34.6",
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@affine/env": "workspace:*",
|
"@affine/env": "workspace:*",
|
||||||
"graphql": "^16.8.1",
|
"graphql": "^16.8.1",
|
||||||
"nanoid": "^4.0.2"
|
"nanoid": "^5.0.1"
|
||||||
},
|
},
|
||||||
"installConfig": {
|
"installConfig": {
|
||||||
"hoistingLimits": "workspaces"
|
"hoistingLimits": "workspaces"
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
"@blocksuite/store": "0.0.0-20230926212737-6d4b1569-nightly",
|
"@blocksuite/store": "0.0.0-20230926212737-6d4b1569-nightly",
|
||||||
"@testing-library/react": "^14.0.0",
|
"@testing-library/react": "^14.0.0",
|
||||||
"@types/lodash.debounce": "^4.0.7",
|
"@types/lodash.debounce": "^4.0.7",
|
||||||
"fake-indexeddb": "^4.0.2",
|
"fake-indexeddb": "^5.0.0",
|
||||||
"vitest": "0.34.6"
|
"vitest": "0.34.6"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
@ -28,10 +28,10 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"i18next": "^23.5.1",
|
"i18next": "^23.5.1",
|
||||||
"react-i18next": "^13.2.2"
|
"react-i18next": "^13.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^18.17.18",
|
"@types/node": "^18.18.5",
|
||||||
"@types/prettier": "^3.0.0",
|
"@types/prettier": "^3.0.0",
|
||||||
"prettier": "^3.0.3",
|
"prettier": "^3.0.3",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
|
@ -19,11 +19,11 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@napi-rs/cli": "^2.16.3",
|
"@napi-rs/cli": "^2.16.3",
|
||||||
"@types/node": "^18.17.18",
|
"@types/node": "^18.18.5",
|
||||||
"@types/uuid": "^9.0.4",
|
"@types/uuid": "^9.0.5",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"nx": "^16.10.0",
|
"nx": "^16.10.0",
|
||||||
"nx-cloud": "^16.5.1",
|
"nx-cloud": "^16.5.2",
|
||||||
"rxjs": "^7.8.1",
|
"rxjs": "^7.8.1",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"typescript": "^5.2.2",
|
"typescript": "^5.2.2",
|
||||||
|
@ -12,11 +12,11 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@endo/static-module-record": "^0.8.2",
|
"@endo/static-module-record": "^0.8.2",
|
||||||
"@plugxjs/vite-plugin": "0.1.0",
|
"@plugxjs/vite-plugin": "0.1.0",
|
||||||
"@swc/core": "^1.3.87",
|
"@swc/core": "^1.3.93",
|
||||||
"@toeverything/infra": "workspace:^",
|
"@toeverything/infra": "workspace:^",
|
||||||
"@vanilla-extract/rollup-plugin": "^1.3.0",
|
"@vanilla-extract/rollup-plugin": "^1.3.0",
|
||||||
"@vitejs/plugin-vue": "^4.4.0",
|
"@vitejs/plugin-vue": "^4.4.0",
|
||||||
"rollup": "^3.28.1",
|
"rollup": "^3.29.4",
|
||||||
"rollup-plugin-swc3": "^0.10.2",
|
"rollup-plugin-swc3": "^0.10.2",
|
||||||
"ts-node": "^10.9.1"
|
"ts-node": "^10.9.1"
|
||||||
}
|
}
|
||||||
|
@ -37,9 +37,9 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@napi-rs/cli": "^2.16.3",
|
"@napi-rs/cli": "^2.16.3",
|
||||||
"lib0": "^0.2.86",
|
"lib0": "^0.2.87",
|
||||||
"nx": "^16.10.0",
|
"nx": "^16.10.0",
|
||||||
"nx-cloud": "^16.5.1",
|
"nx-cloud": "^16.5.2",
|
||||||
"yjs": "^13.6.8"
|
"yjs": "^13.6.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,6 @@
|
|||||||
"dev": "wrangler dev"
|
"dev": "wrangler dev"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"wrangler": "^3.9.0"
|
"wrangler": "^3.13.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
"jotai": "^2.4.3",
|
"jotai": "^2.4.3",
|
||||||
"js-base64": "^3.7.5",
|
"js-base64": "^3.7.5",
|
||||||
"ky": "^1.0.1",
|
"ky": "^1.0.1",
|
||||||
"lib0": "^0.2.86",
|
"lib0": "^0.2.87",
|
||||||
"nanoid": "^5.0.1",
|
"nanoid": "^5.0.1",
|
||||||
"next-auth": "^4.23.2",
|
"next-auth": "^4.23.2",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
@ -41,8 +41,8 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@testing-library/react": "^14.0.0",
|
"@testing-library/react": "^14.0.0",
|
||||||
"@types/ws": "^8.5.5",
|
"@types/ws": "^8.5.7",
|
||||||
"fake-indexeddb": "^4.0.2",
|
"fake-indexeddb": "^5.0.0",
|
||||||
"vitest": "0.34.6",
|
"vitest": "0.34.6",
|
||||||
"ws": "^8.14.2"
|
"ws": "^8.14.2"
|
||||||
},
|
},
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
"@affine/y-provider": "workspace:*",
|
"@affine/y-provider": "workspace:*",
|
||||||
"@blocksuite/blocks": "0.0.0-20230926212737-6d4b1569-nightly",
|
"@blocksuite/blocks": "0.0.0-20230926212737-6d4b1569-nightly",
|
||||||
"@blocksuite/store": "0.0.0-20230926212737-6d4b1569-nightly",
|
"@blocksuite/store": "0.0.0-20230926212737-6d4b1569-nightly",
|
||||||
"fake-indexeddb": "^4.0.2",
|
"fake-indexeddb": "^5.0.0",
|
||||||
"vite": "^4.4.11",
|
"vite": "^4.4.11",
|
||||||
"vite-plugin-dts": "3.6.0",
|
"vite-plugin-dts": "3.6.0",
|
||||||
"vitest": "0.34.6",
|
"vitest": "0.34.6",
|
||||||
|
@ -21,15 +21,15 @@
|
|||||||
"@vanilla-extract/css": "^1.13.0",
|
"@vanilla-extract/css": "^1.13.0",
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
"idb": "^7.1.1",
|
"idb": "^7.1.1",
|
||||||
"langchain": "^0.0.138",
|
"langchain": "^0.0.166",
|
||||||
"marked": "^9.0.3",
|
"marked": "^9.1.2",
|
||||||
"marked-gfm-heading-id": "^3.1.0",
|
"marked-gfm-heading-id": "^3.1.0",
|
||||||
"marked-mangle": "^1.1.4",
|
"marked-mangle": "^1.1.4",
|
||||||
"zod": "^3.22.4"
|
"zod": "^3.22.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@affine/plugin-cli": "workspace:*",
|
"@affine/plugin-cli": "workspace:*",
|
||||||
"@types/marked": "^5.0.1",
|
"@types/marked": "^6.0.0",
|
||||||
"jotai": "^2.4.3",
|
"jotai": "^2.4.3",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0"
|
"react-dom": "18.2.0"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@affine/component": "workspace:*",
|
"@affine/component": "workspace:*",
|
||||||
"@affine/sdk": "workspace:*",
|
"@affine/sdk": "workspace:*",
|
||||||
"element-plus": "^2.3.14",
|
"element-plus": "^2.4.0",
|
||||||
"vue": "^3.3.4"
|
"vue": "^3.3.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user