mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
chore: bump version (#3706)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@clack/core": "^0.3.3",
|
||||
"@clack/prompts": "^0.6.3",
|
||||
"@clack/prompts": "^0.7.0",
|
||||
"ts-node": "^10.9.1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -26,9 +26,9 @@
|
||||
"@emotion/react": "^11.11.1",
|
||||
"@emotion/server": "^11.11.0",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@mui/base": "5.0.0-beta.8",
|
||||
"@mui/icons-material": "^5.14.1",
|
||||
"@mui/material": "^5.14.2",
|
||||
"@mui/base": "5.0.0-beta.10",
|
||||
"@mui/icons-material": "^5.14.3",
|
||||
"@mui/material": "^5.14.4",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@radix-ui/react-avatar": "^1.0.3",
|
||||
"@radix-ui/react-collapsible": "^1.0.3",
|
||||
@@ -36,17 +36,17 @@
|
||||
"@radix-ui/react-scroll-area": "^1.0.4",
|
||||
"@radix-ui/react-toast": "^1.1.4",
|
||||
"@toeverything/hooks": "workspace:*",
|
||||
"@toeverything/theme": "^0.7.11",
|
||||
"@toeverything/theme": "^0.7.12",
|
||||
"@vanilla-extract/dynamic": "^2.0.3",
|
||||
"clsx": "^2.0.0",
|
||||
"dayjs": "^1.11.9",
|
||||
"jotai": "^2.2.2",
|
||||
"lit": "^2.7.6",
|
||||
"jotai": "^2.3.1",
|
||||
"lit": "^2.8.0",
|
||||
"lottie-web": "^5.12.2",
|
||||
"react": "18.2.0",
|
||||
"react-datepicker": "^4.16.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-error-boundary": "^4.0.10",
|
||||
"react-error-boundary": "^4.0.11",
|
||||
"react-is": "^18.2.0",
|
||||
"rxjs": "^7.8.1"
|
||||
},
|
||||
@@ -57,7 +57,7 @@
|
||||
"@blocksuite/icons": "^2.1.31",
|
||||
"@blocksuite/lit": "0.0.0-20230811080927-c830f4d4-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230811080927-c830f4d4-nightly",
|
||||
"@types/react": "^18.2.17",
|
||||
"@types/react": "^18.2.20",
|
||||
"@types/react-datepicker": "^4.15.0",
|
||||
"@types/react-dnd": "^3.0.2",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import ModalUnstyled from '@mui/base/Modal';
|
||||
import { Modal as ModalUnstyled } from '@mui/base/Modal';
|
||||
import type { CSSProperties } from 'react';
|
||||
|
||||
import { styled } from '../../styles';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import MuiClickAwayListener from '@mui/base/ClickAwayListener';
|
||||
import { ClickAwayListener as MuiClickAwayListener } from '@mui/base/ClickAwayListener';
|
||||
import MuiAvatar from '@mui/material/Avatar';
|
||||
import MuiBreadcrumbs from '@mui/material/Breadcrumbs';
|
||||
import MuiCollapse from '@mui/material/Collapse';
|
||||
@@ -6,6 +6,7 @@ import MuiFade from '@mui/material/Fade';
|
||||
import MuiGrow from '@mui/material/Grow';
|
||||
import MuiSkeleton from '@mui/material/Skeleton';
|
||||
import MuiSlide from '@mui/material/Slide';
|
||||
|
||||
export {
|
||||
MuiAvatar,
|
||||
MuiBreadcrumbs,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import ClickAwayListener from '@mui/base/ClickAwayListener';
|
||||
import PopperUnstyled from '@mui/base/Popper';
|
||||
import { ClickAwayListener } from '@mui/base/ClickAwayListener';
|
||||
import { Popper as PopperUnstyled } from '@mui/base/Popper';
|
||||
import Grow from '@mui/material/Grow';
|
||||
import type { CSSProperties, PointerEvent } from 'react';
|
||||
import {
|
||||
|
||||
Vendored
+1
-1
@@ -25,7 +25,7 @@
|
||||
"@toeverything/infra": "workspace:*"
|
||||
},
|
||||
"dependencies": {
|
||||
"lit": "^2.7.6"
|
||||
"lit": "^2.8.0"
|
||||
},
|
||||
"version": "0.8.0-canary.18"
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"@graphql-codegen/typescript-operations": "^4.0.1",
|
||||
"@types/lodash-es": "^4.17.8",
|
||||
"lodash-es": "^4.17.21",
|
||||
"prettier": "^3.0.0"
|
||||
"prettier": "^3.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "gql-gen"
|
||||
|
||||
@@ -27,13 +27,13 @@
|
||||
"url": "git+https://github.com/toeverything/AFFiNE.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"i18next": "^23.2.11",
|
||||
"react-i18next": "^13.0.2"
|
||||
"i18next": "^23.4.4",
|
||||
"react-i18next": "^13.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.17.1",
|
||||
"@types/prettier": "^2.7.3",
|
||||
"prettier": "^3.0.0",
|
||||
"@types/node": "^18.17.4",
|
||||
"@types/prettier": "^3.0.0",
|
||||
"prettier": "^3.0.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
"@blocksuite/blocks": "0.0.0-20230811080927-c830f4d4-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230811080927-c830f4d4-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230811080927-c830f4d4-nightly",
|
||||
"jotai": "^2.2.2",
|
||||
"jotai": "^2.3.1",
|
||||
"zod": "^3.21.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"private": true,
|
||||
"main": "./src/index.ts",
|
||||
"dependencies": {
|
||||
"jotai": "^2.2.2"
|
||||
"jotai": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@blocksuite/block-std": "0.0.0-20230811080927-c830f4d4-nightly",
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
},
|
||||
"license": "MPL-2.0",
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "^2.16.1",
|
||||
"@types/node": "^18.17.1",
|
||||
"@napi-rs/cli": "^2.16.2",
|
||||
"@types/node": "^18.17.4",
|
||||
"@types/uuid": "^9.0.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"rxjs": "^7.8.1",
|
||||
|
||||
@@ -11,11 +11,11 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@endo/static-module-record": "^0.8.1",
|
||||
"@swc/core": "^1.3.74",
|
||||
"@swc/core": "^1.3.76",
|
||||
"@toeverything/infra": "workspace:^",
|
||||
"@vanilla-extract/rollup-plugin": "^1.2.2",
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"rollup": "^3.27.0",
|
||||
"rollup": "^3.28.0",
|
||||
"rollup-plugin-swc3": "^0.9.1",
|
||||
"ts-node": "^10.9.1"
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"@blocksuite/blocks": "0.0.0-20230811080927-c830f4d4-nightly",
|
||||
"@blocksuite/global": "0.0.0-20230811080927-c830f4d4-nightly",
|
||||
"@blocksuite/store": "0.0.0-20230811080927-c830f4d4-nightly",
|
||||
"jotai": "^2.2.2",
|
||||
"jotai": "^2.3.1",
|
||||
"zod": "^3.21.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"version": "napi version"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "^3.0.0-alpha.4",
|
||||
"@napi-rs/cli": "^3.0.0-alpha.5",
|
||||
"lib0": "^0.2.80",
|
||||
"yjs": "^13.6.7"
|
||||
}
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
"dev": "wrangler dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
"wrangler": "^3.4.0"
|
||||
"wrangler": "^3.5.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"@toeverything/hooks": "workspace:*",
|
||||
"@toeverything/y-indexeddb": "workspace:*",
|
||||
"async-call-rpc": "^6.3.1",
|
||||
"jotai": "^2.2.2",
|
||||
"jotai": "^2.3.1",
|
||||
"js-base64": "^3.7.5",
|
||||
"ky": "^0.33.3",
|
||||
"lib0": "^0.2.80",
|
||||
|
||||
Reference in New Issue
Block a user