mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-14 00:26:51 +08:00
chore: bump version (#2423)
This commit is contained in:
@@ -43,8 +43,8 @@
|
||||
"@types/fs-extra": "^11.0.1",
|
||||
"@types/uuid": "^9.0.1",
|
||||
"cross-env": "7.0.3",
|
||||
"electron": "24.3.0",
|
||||
"electron-log": "^5.0.0-beta.23",
|
||||
"electron": "24.3.1",
|
||||
"electron-log": "^5.0.0-beta.24",
|
||||
"electron-squirrel-startup": "1.0.0",
|
||||
"electron-window-state": "^5.0.3",
|
||||
"esbuild": "^0.17.19",
|
||||
|
||||
@@ -16,35 +16,35 @@
|
||||
"dependencies": {
|
||||
"@apollo/server": "^4.7.1",
|
||||
"@nestjs/apollo": "^11.0.5",
|
||||
"@nestjs/common": "^9.4.0",
|
||||
"@nestjs/core": "^9.4.0",
|
||||
"@nestjs/common": "^9.4.1",
|
||||
"@nestjs/core": "^9.4.1",
|
||||
"@nestjs/graphql": "^11.0.5",
|
||||
"@nestjs/platform-express": "^9.4.0",
|
||||
"@nestjs/platform-express": "^9.4.1",
|
||||
"@node-rs/bcrypt": "^1.7.1",
|
||||
"@prisma/client": "^4.14.0",
|
||||
"@prisma/client": "^4.14.1",
|
||||
"dotenv": "^16.0.3",
|
||||
"express": "^4.18.2",
|
||||
"graphql": "^16.6.0",
|
||||
"graphql-type-json": "^0.3.2",
|
||||
"jsonwebtoken": "^9.0.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"prisma": "^4.14.0",
|
||||
"prisma": "^4.14.1",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"rxjs": "^7.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/testing": "^9.4.0",
|
||||
"@nestjs/testing": "^9.4.1",
|
||||
"@types/express": "^4.17.17",
|
||||
"@types/jsonwebtoken": "^9.0.2",
|
||||
"@types/lodash-es": "^4.17.7",
|
||||
"@types/node": "^18.16.9",
|
||||
"@types/node": "^18.16.12",
|
||||
"@types/supertest": "^2.0.12",
|
||||
"c8": "^7.13.0",
|
||||
"nodemon": "^2.0.22",
|
||||
"supertest": "^6.3.3",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.0.4",
|
||||
"vitest": "^0.31.0"
|
||||
"vitest": "^0.31.1"
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"exec": "node",
|
||||
|
||||
@@ -31,9 +31,9 @@
|
||||
"@emotion/react": "^11.11.0",
|
||||
"@emotion/server": "^11.11.0",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@mui/material": "^5.13.0",
|
||||
"@mui/material": "^5.13.1",
|
||||
"@react-hookz/web": "^23.0.0",
|
||||
"@sentry/nextjs": "^7.51.2",
|
||||
"@sentry/nextjs": "^7.52.1",
|
||||
"@toeverything/hooks": "workspace:*",
|
||||
"cmdk": "^0.2.0",
|
||||
"css-spring": "^4.1.0",
|
||||
@@ -76,7 +76,7 @@
|
||||
"redux": "^4.2.1",
|
||||
"swc-plugin-coverage-instrument": "^0.0.18",
|
||||
"typescript": "^5.0.4",
|
||||
"webpack": "^5.82.1"
|
||||
"webpack": "^5.83.1"
|
||||
},
|
||||
"stableVersion": "0.0.0"
|
||||
}
|
||||
|
||||
+9
-9
@@ -46,7 +46,7 @@
|
||||
"@affine/cli": "workspace:*",
|
||||
"@commitlint/cli": "^17.6.3",
|
||||
"@commitlint/config-conventional": "^17.6.3",
|
||||
"@faker-js/faker": "^8.0.0",
|
||||
"@faker-js/faker": "^8.0.1",
|
||||
"@istanbuljs/schema": "^0.1.3",
|
||||
"@magic-works/i18n-codegen": "^0.5.0",
|
||||
"@perfsee/sdk": "^1.6.0",
|
||||
@@ -54,13 +54,13 @@
|
||||
"@taplo/cli": "^0.5.2",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@types/eslint": "^8.37.0",
|
||||
"@types/node": "^18.16.9",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
||||
"@typescript-eslint/parser": "^5.59.5",
|
||||
"@vanilla-extract/vite-plugin": "^3.8.0",
|
||||
"@types/node": "^18.16.12",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
||||
"@typescript-eslint/parser": "^5.59.6",
|
||||
"@vanilla-extract/vite-plugin": "^3.8.1",
|
||||
"@vitejs/plugin-react": "^4.0.0",
|
||||
"@vitest/coverage-istanbul": "^0.31.0",
|
||||
"@vitest/ui": "^0.31.0",
|
||||
"@vitest/coverage-istanbul": "^0.31.1",
|
||||
"@vitest/ui": "^0.31.1",
|
||||
"eslint": "^8.40.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
@@ -83,10 +83,10 @@
|
||||
"react-dom": "18.3.0-canary-16d053d59-20230506",
|
||||
"serve": "^14.2.0",
|
||||
"typescript": "^5.0.4",
|
||||
"vite": "^4.3.5",
|
||||
"vite": "^4.3.7",
|
||||
"vite-plugin-istanbul": "^4.0.1",
|
||||
"vite-tsconfig-paths": "^4.2.0",
|
||||
"vitest": "^0.31.0",
|
||||
"vitest": "^0.31.1",
|
||||
"vitest-fetch-mock": "^0.2.2",
|
||||
"vitest-mock-extended": "^1.1.3"
|
||||
},
|
||||
|
||||
@@ -31,9 +31,9 @@
|
||||
"@emotion/react": "^11.11.0",
|
||||
"@emotion/server": "^11.11.0",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@mui/base": "5.0.0-beta.0",
|
||||
"@mui/base": "5.0.0-beta.1",
|
||||
"@mui/icons-material": "^5.11.16",
|
||||
"@mui/material": "^5.13.0",
|
||||
"@mui/material": "^5.13.1",
|
||||
"@popperjs/core": "^2.11.7",
|
||||
"@radix-ui/react-avatar": "^1.0.2",
|
||||
"@toeverything/hooks": "workspace:*",
|
||||
@@ -56,17 +56,17 @@
|
||||
"@blocksuite/icons": "^2.1.16",
|
||||
"@blocksuite/lit": "0.0.0-20230517102216-36bda4ab-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230517102216-36bda4ab-nightly",
|
||||
"@storybook/addon-actions": "^7.0.11",
|
||||
"@storybook/addon-actions": "^7.0.12",
|
||||
"@storybook/addon-coverage": "^0.0.8",
|
||||
"@storybook/addon-essentials": "^7.0.11",
|
||||
"@storybook/addon-interactions": "^7.0.11",
|
||||
"@storybook/addon-links": "^7.0.11",
|
||||
"@storybook/addon-storysource": "^7.0.11",
|
||||
"@storybook/blocks": "^7.0.11",
|
||||
"@storybook/builder-vite": "^7.0.11",
|
||||
"@storybook/addon-essentials": "^7.0.12",
|
||||
"@storybook/addon-interactions": "^7.0.12",
|
||||
"@storybook/addon-links": "^7.0.12",
|
||||
"@storybook/addon-storysource": "^7.0.12",
|
||||
"@storybook/blocks": "^7.0.12",
|
||||
"@storybook/builder-vite": "^7.0.12",
|
||||
"@storybook/jest": "^0.1.0",
|
||||
"@storybook/react": "^7.0.11",
|
||||
"@storybook/react-vite": "^7.0.11",
|
||||
"@storybook/react": "^7.0.12",
|
||||
"@storybook/react-vite": "^7.0.12",
|
||||
"@storybook/test-runner": "^0.10.0",
|
||||
"@storybook/testing-library": "^0.1.0",
|
||||
"@types/react": "^18.2.6",
|
||||
@@ -77,10 +77,10 @@
|
||||
"concurrently": "^8.0.1",
|
||||
"jest-mock": "^29.5.0",
|
||||
"serve": "^14.2.0",
|
||||
"storybook": "^7.0.11",
|
||||
"storybook": "^7.0.12",
|
||||
"storybook-dark-mode": "^3.0.0",
|
||||
"typescript": "^5.0.4",
|
||||
"vite": "^4.3.5",
|
||||
"vite": "^4.3.7",
|
||||
"wait-on": "^7.0.1",
|
||||
"yjs": "^13.6.1"
|
||||
},
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"react-i18next": "^12.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.16.9",
|
||||
"@types/node": "^18.16.12",
|
||||
"@types/prettier": "^2.7.2",
|
||||
"next": "^13.4.2",
|
||||
"prettier": "^2.8.8",
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"license": "MPL-2.0",
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "^2.15.2",
|
||||
"@types/node": "^18.16.9",
|
||||
"@types/node": "^18.16.12",
|
||||
"@types/uuid": "^9.0.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"rxjs": "^7.8.1",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"devDependencies": {
|
||||
"@blocksuite/blocks": "0.0.0-20230517102216-36bda4ab-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230517102216-36bda4ab-nightly",
|
||||
"vite": "^4.3.5",
|
||||
"vite": "^4.3.7",
|
||||
"vite-plugin-dts": "^2.3.0",
|
||||
"y-indexeddb": "^9.0.11"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user