chore: bump version (#3706)

This commit is contained in:
Alex Yang
2023-08-11 15:36:10 -04:00
committed by GitHub
parent 844e73ca29
commit 91619b87db
35 changed files with 2319 additions and 2355 deletions
+1 -1
View File
@@ -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": {
+8 -8
View File
@@ -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 -1
View File
@@ -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';
+2 -1
View File
@@ -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,
+2 -2
View File
@@ -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 {
+1 -1
View File
@@ -25,7 +25,7 @@
"@toeverything/infra": "workspace:*"
},
"dependencies": {
"lit": "^2.7.6"
"lit": "^2.8.0"
},
"version": "0.8.0-canary.18"
}
+1 -1
View File
@@ -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"
+5 -5
View File
@@ -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"
},
+1 -1
View File
@@ -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": {
+1 -1
View File
@@ -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",
+2 -2
View File
@@ -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",
+2 -2
View File
@@ -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"
}
+1 -1
View File
@@ -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": {
+1 -1
View File
@@ -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"
}
+1 -1
View File
@@ -6,6 +6,6 @@
"dev": "wrangler dev"
},
"devDependencies": {
"wrangler": "^3.4.0"
"wrangler": "^3.5.0"
}
}
+1 -1
View File
@@ -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",