chore: bump version (#2253)

This commit is contained in:
Himself65
2023-05-08 11:23:55 +08:00
committed by GitHub
parent 29cbbf5c97
commit d795fb6b37
8 changed files with 200 additions and 208 deletions

View File

@@ -26,10 +26,10 @@
"@affine/workspace": "workspace:^",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@emotion/cache": "^11.10.8",
"@emotion/react": "^11.10.8",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.8",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/base": "5.0.0-alpha.128",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
@@ -48,11 +48,11 @@
"react-is": "^18.2.0"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230505225643-03f75e5e-nightly",
"@blocksuite/editor": "0.0.0-20230505225643-03f75e5e-nightly",
"@blocksuite/global": "0.0.0-20230505225643-03f75e5e-nightly",
"@blocksuite/blocks": "0.0.0-20230507142042-29bc8617-nightly",
"@blocksuite/editor": "0.0.0-20230507142042-29bc8617-nightly",
"@blocksuite/global": "0.0.0-20230507142042-29bc8617-nightly",
"@blocksuite/icons": "^2.1.15",
"@blocksuite/store": "0.0.0-20230505225643-03f75e5e-nightly",
"@blocksuite/store": "0.0.0-20230507142042-29bc8617-nightly",
"@storybook/addon-actions": "^7.0.9",
"@storybook/addon-coverage": "^0.0.8",
"@storybook/addon-essentials": "^7.0.9",
@@ -66,7 +66,7 @@
"@storybook/react-vite": "^7.0.9",
"@storybook/test-runner": "^0.10.0",
"@storybook/testing-library": "^0.1.0",
"@types/react": "^18.2.5",
"@types/react": "^18.2.6",
"@types/react-dnd": "^3.0.2",
"@types/react-dom": "18.2.4",
"@vanilla-extract/css": "^1.11.0",

View File

@@ -1,7 +1,8 @@
// components/Switch.tsx
import { styled } from '@affine/component';
import { useState } from 'react';
import { styled } from '../../styles';
const StyledLabel = styled('label')(() => {
return {
display: 'flex',

View File

@@ -4,7 +4,7 @@
"main": "./src/index.ts",
"module": "./src/index.ts",
"devDependencies": {
"@blocksuite/global": "0.0.0-20230505225643-03f75e5e-nightly",
"@blocksuite/global": "0.0.0-20230507142042-29bc8617-nightly",
"next": "^13.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",

View File

@@ -7,10 +7,10 @@
"jotai": "^2.1.0"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230505225643-03f75e5e-nightly",
"@blocksuite/editor": "0.0.0-20230505225643-03f75e5e-nightly",
"@blocksuite/global": "0.0.0-20230505225643-03f75e5e-nightly",
"@blocksuite/store": "0.0.0-20230505225643-03f75e5e-nightly",
"@blocksuite/blocks": "0.0.0-20230507142042-29bc8617-nightly",
"@blocksuite/editor": "0.0.0-20230507142042-29bc8617-nightly",
"@blocksuite/global": "0.0.0-20230507142042-29bc8617-nightly",
"@blocksuite/store": "0.0.0-20230507142042-29bc8617-nightly",
"lottie-web": "^5.11.0"
},
"peerDependencies": {

View File

@@ -28,8 +28,8 @@
"idb": "^7.1.1"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230505225643-03f75e5e-nightly",
"@blocksuite/store": "0.0.0-20230505225643-03f75e5e-nightly",
"@blocksuite/blocks": "0.0.0-20230507142042-29bc8617-nightly",
"@blocksuite/store": "0.0.0-20230507142042-29bc8617-nightly",
"vite": "^4.3.5",
"vite-plugin-dts": "^2.3.0",
"y-indexeddb": "^9.0.11"