chore: bump version (#1970)

This commit is contained in:
Himself65 2023-04-16 20:36:59 -05:00 committed by GitHub
parent 134e1e8668
commit 4cb6b8fdc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 1308 additions and 1305 deletions

View File

@ -35,18 +35,18 @@
"@electron-forge/maker-squirrel": "^6.1.1",
"@electron-forge/maker-zip": "^6.1.1",
"@electron-forge/shared-types": "^6.1.1",
"@electron/rebuild": "^3.2.10",
"@electron/rebuild": "^3.2.12",
"@electron/remote": "2.0.9",
"dts-for-context-bridge": "^0.7.1",
"electron": "24.0.0",
"electron": "24.1.2",
"electron-squirrel-startup": "1.0.0",
"esbuild": "^0.17.16",
"esbuild": "^0.17.17",
"zx": "^7.2.1"
},
"dependencies": {
"cross-env": "7.0.3",
"electron-window-state": "^5.0.3",
"firebase": "^9.18.0",
"firebase": "^9.19.1",
"fs-extra": "^11.1.1",
"undici": "^5.21.2"
},

File diff suppressed because it is too large Load Diff

View File

@ -17,11 +17,11 @@
"@affine/jotai": "workspace:*",
"@affine/templates": "workspace:*",
"@affine/workspace": "workspace:*",
"@blocksuite/blocks": "0.0.0-20230413190748-4d32b79a-nightly",
"@blocksuite/editor": "0.0.0-20230413190748-4d32b79a-nightly",
"@blocksuite/global": "0.0.0-20230413190748-4d32b79a-nightly",
"@blocksuite/blocks": "0.0.0-20230416194015-c6ae6f0f-nightly",
"@blocksuite/editor": "0.0.0-20230416194015-c6ae6f0f-nightly",
"@blocksuite/global": "0.0.0-20230416194015-c6ae6f0f-nightly",
"@blocksuite/icons": "^2.1.10",
"@blocksuite/store": "0.0.0-20230413190748-4d32b79a-nightly",
"@blocksuite/store": "0.0.0-20230416194015-c6ae6f0f-nightly",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@emotion/cache": "^11.10.7",
@ -30,7 +30,7 @@
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.12.0",
"@react-hookz/web": "^23.0.0",
"@sentry/nextjs": "^7.47.0",
"@sentry/nextjs": "^7.48.0",
"@toeverything/hooks": "workspace:*",
"cmdk": "^0.2.0",
"css-spring": "^4.1.0",

View File

@ -6,12 +6,11 @@ import { rootStore } from '@affine/workspace/atom';
import type { EmotionCache } from '@emotion/cache';
import { CacheProvider } from '@emotion/react';
import { Provider } from 'jotai';
import { DevTools } from 'jotai-devtools';
import type { AppProps } from 'next/app';
import Head from 'next/head';
import { useRouter } from 'next/router';
import type { PropsWithChildren, ReactElement } from 'react';
import React, { Suspense, useEffect, useMemo } from 'react';
import React, { lazy, Suspense, useEffect, useMemo } from 'react';
import { AffineErrorBoundary } from '../components/affine/affine-error-eoundary';
import { ProviderComposer } from '../components/provider-composer';
@ -31,10 +30,14 @@ const EmptyLayout = (page: ReactElement) => page;
const clientSideEmotionCache = createEmotionCache();
const DevTools = lazy(() =>
import('jotai-devtools').then(m => ({ default: m.DevTools }))
);
const DebugProvider = ({ children }: PropsWithChildren): ReactElement => {
return (
<>
{process.env.DEBUG_JOTAI === 'true' && <DevTools />}
<Suspense>{process.env.DEBUG_JOTAI === 'true' && <DevTools />}</Suspense>
{children}
</>
);

View File

@ -38,8 +38,8 @@
},
"devDependencies": {
"@affine/cli": "workspace:*",
"@commitlint/cli": "^17.6.0",
"@commitlint/config-conventional": "^17.6.0",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@faker-js/faker": "^7.6.0",
"@istanbuljs/schema": "^0.1.3",
"@perfsee/sdk": "^1.5.4",
@ -63,7 +63,7 @@
"eslint-plugin-unused-imports": "^2.0.0",
"fake-indexeddb": "4.0.1",
"got": "^12.6.0",
"happy-dom": "^9.5.0",
"happy-dom": "^9.7.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"msw": "^1.2.1",

View File

@ -48,22 +48,22 @@
"react-is": "^18.2.0"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230413190748-4d32b79a-nightly",
"@blocksuite/editor": "0.0.0-20230413190748-4d32b79a-nightly",
"@blocksuite/global": "0.0.0-20230413190748-4d32b79a-nightly",
"@blocksuite/blocks": "0.0.0-20230416194015-c6ae6f0f-nightly",
"@blocksuite/editor": "0.0.0-20230416194015-c6ae6f0f-nightly",
"@blocksuite/global": "0.0.0-20230416194015-c6ae6f0f-nightly",
"@blocksuite/icons": "^2.1.10",
"@blocksuite/store": "0.0.0-20230413190748-4d32b79a-nightly",
"@storybook/addon-actions": "^7.0.4",
"@blocksuite/store": "0.0.0-20230416194015-c6ae6f0f-nightly",
"@storybook/addon-actions": "^7.0.5",
"@storybook/addon-coverage": "^0.0.8",
"@storybook/addon-essentials": "^7.0.4",
"@storybook/addon-interactions": "^7.0.4",
"@storybook/addon-links": "^7.0.4",
"@storybook/addon-storysource": "^7.0.4",
"@storybook/blocks": "^7.0.4",
"@storybook/builder-vite": "^7.0.4",
"@storybook/addon-essentials": "^7.0.5",
"@storybook/addon-interactions": "^7.0.5",
"@storybook/addon-links": "^7.0.5",
"@storybook/addon-storysource": "^7.0.5",
"@storybook/blocks": "^7.0.5",
"@storybook/builder-vite": "^7.0.5",
"@storybook/jest": "^0.1.0",
"@storybook/react": "^7.0.4",
"@storybook/react-vite": "^7.0.4",
"@storybook/react": "^7.0.5",
"@storybook/react-vite": "^7.0.5",
"@storybook/test-runner": "^0.10.0",
"@storybook/testing-library": "^0.1.0",
"@types/react": "^18.0.35",
@ -74,7 +74,7 @@
"concurrently": "^8.0.1",
"jest-mock": "^29.5.0",
"serve": "^14.2.0",
"storybook": "^7.0.4",
"storybook": "^7.0.5",
"storybook-dark-mode": "^3.0.0",
"typescript": "^5.0.4",
"vite": "^4.2.1",

View File

@ -4,7 +4,7 @@
"main": "./src/index.ts",
"module": "./src/index.ts",
"devDependencies": {
"@blocksuite/global": "0.0.0-20230413190748-4d32b79a-nightly",
"@blocksuite/global": "0.0.0-20230416194015-c6ae6f0f-nightly",
"next": "=13.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",

View File

@ -7,10 +7,10 @@
"jotai": "^2.0.4"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230413190748-4d32b79a-nightly",
"@blocksuite/editor": "0.0.0-20230413190748-4d32b79a-nightly",
"@blocksuite/global": "0.0.0-20230413190748-4d32b79a-nightly",
"@blocksuite/store": "0.0.0-20230413190748-4d32b79a-nightly",
"@blocksuite/blocks": "0.0.0-20230416194015-c6ae6f0f-nightly",
"@blocksuite/editor": "0.0.0-20230416194015-c6ae6f0f-nightly",
"@blocksuite/global": "0.0.0-20230416194015-c6ae6f0f-nightly",
"@blocksuite/store": "0.0.0-20230416194015-c6ae6f0f-nightly",
"lottie-web": "^5.11.0"
},
"peerDependencies": {

View File

@ -26,8 +26,8 @@
"idb": "^7.1.1"
},
"devDependencies": {
"@blocksuite/blocks": "0.0.0-20230413190748-4d32b79a-nightly",
"@blocksuite/store": "0.0.0-20230413190748-4d32b79a-nightly",
"@blocksuite/blocks": "0.0.0-20230416194015-c6ae6f0f-nightly",
"@blocksuite/store": "0.0.0-20230416194015-c6ae6f0f-nightly",
"vite": "^4.2.1",
"vite-plugin-dts": "^2.2.0",
"y-indexeddb": "^9.0.10"

1368
yarn.lock

File diff suppressed because it is too large Load Diff