Skip to content

Commit

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

0 comments on commit 7911d67

Please sign in to comment.